summaryrefslogtreecommitdiff
path: root/tests/spec/arb_gpu_shader5/execution/built-in-functions
AgeCommit message (Expand)AuthorFilesLines
2018-04-04arb_gpu_shader5: add interpolateAt* tests with input in a structNicolai Hähnle3-0/+181
2018-03-13arb_gpu_shader5: add interpolateAtSample tests with input in an arrayNicolai Hähnle2-0/+135
2018-03-13arb_gpu_shader5: add execution tests for interpolateAt* with input in an inte...Nicolai Hähnle6-0/+413
2016-10-18arb_gpu_shader5: add execution test for textureGatherOffsetNicolai Hähnle1-0/+49
2016-07-19Try all negative powers of two with findMSBIan Romanick3-0/+100
2016-07-05arb_gpu_shader5: Use 'piglit_vertex' and 'vertex shader passthrough'Ian Romanick26-411/+143
2016-06-06arb_gpu_shader5: Remove out of spec ldexp() test case.Matt Turner1-10/+0
2016-06-06arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).Matt Turner1-0/+7
2016-04-14arb_gpu_shader5: Remove out of spec ldexp() test case.Matt Turner1-10/+0
2016-04-14arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).Matt Turner1-0/+7
2016-02-08arb_gpu_shader5: Test corner cases of bitfieldInsert/bitfieldExtract.Matt Turner4-5/+73
2015-04-27arb_gpu_shader5: Fix signed int constants in imulExtended tests.Matt Turner12-16/+16
2014-12-03Add imulExtended/umulExtended tests with non-uniform parameters.Kenneth Graunke12-0/+568
2014-04-01arb_gpu_shader5: Rename `signed` to `test_signed`.Chris Forbes6-52/+52
2013-10-04arb_gpu_shader5: Test using only the msb from imulExtended in the vs.Matt Turner1-0/+48
2013-10-04arb_gpu_shader5: Test using only the lsb from imulExtended in the vs.Matt Turner1-0/+48
2013-10-04arb_gpu_shader5: Add imulExtended vertex shader execution test.Matt Turner1-0/+52
2013-10-04arb_gpu_shader5: Test using only the msb from umulExtended in the vs.Matt Turner1-0/+47
2013-10-04arb_gpu_shader5: Test using only the lsb from umulExtended in the vs.Matt Turner1-0/+47
2013-10-04arb_gpu_shader5: Add umulExtended vertex shader execution test.Matt Turner1-0/+51
2013-10-04arb_gpu_shader5: Test using only the msb from imulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Test using only the lsb from imulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Add imulExtended fragment shader execution test.Matt Turner1-0/+41
2013-10-04arb_gpu_shader5: Test using only the msb from umulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Test using only the lsb from umulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Add umulExtended fragment shader execution test.Matt Turner1-0/+41
2013-10-04arb_gpu_shader5: Test using only the borrow from usubBorrow in the vs.Matt Turner1-0/+56
2013-10-04arb_gpu_shader5: Test using only the subtraction from usubBorrow in the vs.Matt Turner1-0/+56
2013-10-04arb_gpu_shader5: Add usubBorrow vertex shader execution test.Matt Turner1-0/+58
2013-10-04arb_gpu_shader5: Test using only the carry from uaddCarry in the vs.Matt Turner1-0/+62
2013-10-04arb_gpu_shader5: Test using only the addition from uaddCarry in the vs.Matt Turner1-0/+62
2013-10-04arb_gpu_shader5: Add uaddCarry vertex shader execution test.Matt Turner1-0/+65
2013-10-04arb_gpu_shader5: Test using only the borrow from usubBorrow in the fs.Matt Turner1-0/+46
2013-10-04arb_gpu_shader5: Test using only the subtraction from usubBorrow in the fs.Matt Turner1-0/+46
2013-10-04arb_gpu_shader5: Add usubBorrow fragment shader execution test.Matt Turner1-0/+48
2013-10-04arb_gpu_shader5: Test using only the carry from uaddCarry in the fs.Matt Turner1-0/+52
2013-10-04arb_gpu_shader5: Test using only the addition from uaddCarry in the fs.Matt Turner1-0/+52
2013-10-04arb_gpu_shader5: Add uaddCarry fragment shader execution test.Matt Turner1-0/+55
2013-09-05arb_gpu_shader5: Fixup rename shader-test -> shader_test.Matt Turner1-0/+0
2013-08-26arb_gpu_shader5: Use array sizing to catch bad constant folding.Matt Turner6-115/+66
2013-08-26arb_gpu_shader5: Add fma constant eval execution test.Matt Turner1-0/+38
2013-08-26arb_gpu_shader5: Add fma vertex shader execution test.Matt Turner1-0/+62
2013-08-26arb_gpu_shader5: Add fma fragment shader execution test.Matt Turner1-0/+58
2013-08-26arb_gpu_shader5: Add ldexp constant eval execution test.Matt Turner1-0/+49
2013-08-26arb_gpu_shader5: Add ldexp vertex shader execution test.Matt Turner1-0/+93
2013-08-26arb_gpu_shader5: Add ldexp fragment shader execution test.Matt Turner1-0/+88
2013-08-26arb_gpu_shader5: Add frexp vertex shader execution test.Matt Turner1-0/+68
2013-08-26arb_gpu_shader5: Add frexp fragment shader execution test.Matt Turner1-0/+64
2013-04-30arb_gpu_shader5: Add a constant eval bitfieldInsert execution test.Matt Turner1-0/+52
2013-04-30arb_gpu_shader5: Add a constant eval bitfieldExtract execution test.Matt Turner1-0/+55