i965: Use UD types for gl_SampleID setup
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 6 Jan 2018 02:50:14 +0000 (18:50 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 11 Jan 2018 22:31:47 +0000 (14:31 -0800)
commitc3d802d68e222bf4030ab4e487501dfbcb34608d
tree53c31005f645a0b7d32197013bc9860dc9d5236d
parent3d2b157e23c9d66df97d59be6efd1098878cc110
i965: Use UD types for gl_SampleID setup

We already had to switch all of the W types to UW to prevent issues
with vector immediates on gen10.  We may as well use unsigned types
everywhere.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_fs.cpp