1 # Detects whether or not the implementation correctly handles having two
2 # constants in the same operand.
4 # This is a potential issue with gen4, and is something we should probably
5 # make the optimizer handle.
13 OPTION ARB_position_invariant;
14 ADD result.color, {1, 0, .25, 0}, {0.5, 0, 1, 0};
19 clear color 0.0 1.0 0.0 1.0
22 probe all rgba 1.0 0.0 1.0 0.0