ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_vertex_program / instructions / rcp_reciprocal.shader_test
blobaeed1a16ec1814f45a474ccb47d5a4c5fbb4cf78
1 [require]
2 GL >= 1.3
3 ARB_vertex_program
5 [vertex program]
6 !!ARBvp1.0
7 PARAM values = {8, -10, 1, 12 };
8 MOV result.position, vertex.position;
9 RCP result.color.x, values.x;
10 RCP result.color.y, values.y;
11 RCP result.color.z, values.z;
12 RCP result.color.w, values.w;
13 END
15 [test]
16 ortho -4 4 -4 4
17 draw rect -0.25 -0.25 0.5 0.5
18 relative probe rgba (0.5, 0.5) (0.125, 0.0, 1, 0.08333333333333333)