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