Add more structure constructor tests.
[piglit/hramrach.git] / tests / shaders / generic / kil-swizzle.fp
blob916dbcd362cdb23ec0de43b86c14374ce3fc241c
1 6 2 0
2 tc
3 -1 -1 -1 -1
4 -1 -1 -1 -1
5 tex
6 expected
7 0 0 1 0
9 tc
10 1 1 -1 -1
11 -1 -1 1 1
12 tex
13 expected
14 1 0 0 0
17 1 1 -1 -1
18 -1 -1 -1 1
19 tex
20 expected
21 0 0 1 0
24 1 1 -1 -1
25 -1 -1 1 -1
26 tex
27 expected
28 0 0 1 0
31 1 -1 -1 -1
32 -1 -1 1 1
33 tex
34 expected
35 0 0 1 0
38 -1 1 -1 -1
39 -1 -1 -1 1
40 tex
41 expected
42 0 0 1 0
44 !!ARBfp1.0
45 KIL fragment.texcoord[0].xxyy;
46 KIL fragment.texcoord[1].zwwz;
47 MOV result.color, { 1.0, 0.0, 0.0, 0.0 };
48 END