i965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM.
authorMatt Turner <mattst88@gmail.com>
Thu, 29 Oct 2015 04:19:52 +0000 (21:19 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 30 Oct 2015 00:51:16 +0000 (17:51 -0700)
commitee46c1e6261584326e9153a22861a16778803506
tree5d008215dc28df6708ca35a990615e3c81a4dab0
parent8c4151b866181198cb850137a6b65052e79554b1
i965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM.

No functional change, since they were both 3, but BRW_IMMEDIATE_VALUE is
the hardware value and IMM was the IR value -- and you can see that
BRW_IMMEDIATE_VALUE was correctly used in the context of this patch.

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