i965/vec4: Use UW-typed operands when dest is UW.
authorMatt Turner <mattst88@gmail.com>
Sun, 20 Nov 2016 04:04:34 +0000 (20:04 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 20 Jan 2017 19:40:52 +0000 (11:40 -0800)
commit59003f3447c95793e7e66e0e34b362d3ce9958eb
treea2ff8b7dc973c0cc87df8b5c6918a8a083db81db
parent68bcbfa9e4259f67139129e8173c1489905db0a9
i965/vec4: Use UW-typed operands when dest is UW.

Using a UD-typed operand makes the execution size D, and if the size of
the execution type is greater than the size of the destination type, the
destination must be appropriately strided.

We actually just want UW-types all around.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp