ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_vertex_program / instructions / sge.shader_test
blob401f0717c1647c82867bbe78bc1ef5066df2aa05
1 [require]
2 GL >= 1.3
3 ARB_vertex_program
5 [vertex program]
6 !!ARBvp1.0
7 PARAM p0 = program.local[0];
8 PARAM p2 = program.local[2];
9 MOV result.position, vertex.position;
10 SGE result.color, p2, p0;
11 END
13 [test]
14 ortho -4 4 -4 4
15 parameter local_vp 0 (0.0, 0.0, 0.0, 0.0)
16 parameter local_vp 2 (-1.0, 0.0, 0.25, -0.5)
17 draw rect -0.25 -0.25 0.5 0.5
18 relative probe rgba (0.5, 0.5) (0.0, 1.0, 1.0, 0.0)