Add a negative test for bitwise not used in a larger expression.
[piglit/hramrach.git] / tests / glean-vertProg1.tests
blob6428b06141ce43b237f489a59c9ce0ccbacd3591
1 add_vp1('ABS test')
2 add_vp1('ADD test')
3 add_vp1('ARL test')
4 add_vp1('DP3 test')
5 add_vp1('DP4 test')
6 add_vp1('DPH test')
7 add_vp1('DST test')
8 add_vp1('EX2 test')
9 add_vp1('EXP test')
10 add_vp1('FLR test')
11 add_vp1('FRC test')
12 add_vp1('LG2 test')
13 add_vp1('LIT test 1')
14 add_vp1('LIT test 2 (degenerate case: 0 ^ 0 -> 1)')
15 add_vp1('LIT test 3 (case x < 0)')
16 add_vp1('LOG test')
17 add_vp1('MAD test')
18 add_vp1('MAX test')
19 add_vp1('MIN test')
20 add_vp1('MOV test (with swizzle)')
21 add_vp1('MUL test (with swizzle and masking)')
22 add_vp1('POW test (exponentiation)')
23 add_vp1('RCP test (reciprocal)')
24 add_vp1('RSQ test 1 (reciprocal square root)')
25 add_vp1('RSQ test 2 (reciprocal square root of negative value)')
26 add_vp1('SGE test')
27 add_vp1('SLT test')
28 add_vp1('SUB test (with swizzle)')
29 add_vp1('SWZ test 1')
30 add_vp1('SWZ test 2')
31 add_vp1('SWZ test 3')
32 add_vp1('SWZ test 4')
33 add_vp1('SWZ test 5')
34 add_vp1('XPD test 1')
35 add_vp1('XPD test 2 (same src and dst arg)')
36 add_vp1('Position write test (compute position from texcoord)')
37 add_vp1('Z-write test')
38 add_vp1('State reference test 1 (material ambient)')
39 add_vp1('State reference test 2 (light products)')
40 add_vp1('State reference test 3 (fog params)')
41 add_vp1('Divide by zero test')
42 add_vp1('Infinity and nan test')