Add more structure constructor tests.
[piglit/hramrach.git] / tests / glean-fragProg1.tests
blob302e01f1deefcc54a5464ca1aa7e4659e138615a
1 add_fp1('ABS test')
2 add_fp1('ADD test')
3 add_fp1('ADD with saturation')
4 add_fp1('CMP test')
5 add_fp1('COS test')
6 add_fp1('COS test 2')
7 add_fp1('DP3 test')
8 add_fp1('DP4 test')
9 add_fp1('DPH test')
10 add_fp1('DST test')
11 add_fp1('EX2 test')
12 add_fp1('FLR test')
13 add_fp1('FRC test')
14 add_fp1('LG2 test')
15 add_fp1('LIT test 1')
16 add_fp1('LIT test 2 (degenerate case: 0 ^ 0 -> 1)')
17 add_fp1('LIT test 3 (case x < 0)')
18 add_fp1('MAD test')
19 add_fp1('MAX test')
20 add_fp1('MIN test')
21 add_fp1('MOV test')
22 add_fp1('MUL test')
23 add_fp1('masked MUL test')
24 add_fp1('POW test (exponentiation)')
25 add_fp1('RCP test (reciprocal)')
26 add_fp1('RSQ test 1 (reciprocal square root)')
27 add_fp1('RSQ test 2 (reciprocal square root of negative value)')
28 add_fp1('SCS test')
29 add_fp1('SGE test')
30 add_fp1('SIN test')
31 add_fp1('SIN test 2')
32 add_fp1('SLT test')
33 add_fp1('SUB test (with swizzle)')
34 add_fp1('SUB with saturation')
35 add_fp1('SWZ test')
36 add_fp1('swizzled move test')
37 add_fp1('swizzled add test')
38 add_fp1('XPD test 1')
39 add_fp1('Z-write test')
40 add_fp1('Divide by zero test')
41 add_fp1('Infinity and nan test')
42 add_fp1('ARB_fog_linear test')
43 add_fp1('Computed fog linear test')
44 add_fp1('ARB_fog_exp test')
45 add_fp1('Computed fog exp test')
46 add_fp1('ARB_fog_exp2 test')
47 add_fp1('Computed fog exp2 test')