Add more structure constructor tests.
[piglit/hramrach.git] / tests / shaders / generic / vp-sge-alias.vpfp
blob38e999470e322f77e1f959d078d34c333ab8f85d
1 ; Detects whether or not the implementation correctly handles aliasing
2 ; of src/dest registers of SGE.  This caught a bug in the 965 driver.
4 !!ARBvp1.0
5 OPTION ARB_position_invariant;
6 TEMP temp;
7 MOV temp, {3, 0, 1, 0};
8 SGE temp, temp, {2, 1, 0, -1};
9 MOV result.color, temp;
10 END
12 !!ARBfp1.0
13 MOV result.color, fragment.color;
14 END
16 !!test
17 expected          1     0      1      1