i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
authorEric Anholt <eric@anholt.net>
Tue, 12 Nov 2013 23:33:27 +0000 (15:33 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 17 Jan 2014 20:58:43 +0000 (12:58 -0800)
commit746e3e3b3ad20a29ee6de64d663d2dc11deac06e
treef554790b43bbcc7bdfe41cc8a2a94ae3c4c17cce
parent26a3bf5c726199d7664d5878ef1f73592e55caa7
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.

Those are the terms used in the docs, and think "n-wide" was something I
just happened to say.  Note that shader-db needs updating for the
INTEL_DEBUG=fs parsing.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_eu.c
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp