i965/fs: Don't look at virtual_grf_sizes for uniforms
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 6 Sep 2014 00:07:16 +0000 (17:07 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 6 Sep 2014 00:33:17 +0000 (17:33 -0700)
commitecf6c2675783d369385b32a859b01491fb7fcf12
tree019de7c4bc58a819b8677c97d811d94ad9ffb3d6
parent291ae622fd723d5ee2e08bbb8256c51bb5bce008
i965/fs: Don't look at virtual_grf_sizes for uniforms

Uniform values are in the UNIFORM register file, not the GRF register file.
Looking in virtual_grf_sizes makes no sense and only makes the output of
dump_instructions confusing.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp