summaryrefslogtreecommitdiff
path: root/tests/cl/program/execute
AgeCommit message (Expand)AuthorFilesLines
2018-09-11cl: Add test for call stack realignmentMatt Arsenault1-0/+93
2018-08-30cl: Add tests for calls with special inputsMatt Arsenault1-0/+136
2018-08-30cl: Add test for respecting byval alignment in call setupMatt Arsenault1-0/+36
2018-08-14cl: Add test for CSR VGPRs caused by SGPR spillingMatt Arsenault1-0/+52
2018-08-13cl: Add bigger versions of calls with struct testsMatt Arsenault2-48/+204
2018-08-13cl: Fix types to be unsignedMatt Arsenault1-4/+4
2018-02-07cl: Remove extra character in mubuf testJan Vesely1-1/+1
2018-01-31cl: Add test for MUBUF access with a negative vaddrMatt Arsenault1-0/+62
2017-11-16cl: Add tests for load lo16 instructionsMatt Arsenault2-0/+364
2017-10-12cl: Add tests for load hi16 instructionsMatt Arsenault2-0/+376
2017-10-12cl: Add tests for store hi16 instructionsMatt Arsenault2-0/+185
2017-10-11cl: Add tests for clc-1.0 integer atomicsJan Vesely33-0/+2211
2017-10-06cl: Add tests for mad mixMatt Arsenault1-0/+283
2017-10-04cl: Don't use unsigned long longJan Vesely1-1/+1
2017-09-27cl: Add tests for 64 bit integer atomicsJan Vesely33-0/+2211
2017-09-20cl: Add tests for function callsMatt Arsenault5-0/+1235
2017-08-24cl: Replace handwritten vload tests with a generatorJan Vesely4-449/+0
2017-08-16cl: Add more arithmetic tests to exercise 24bit udiv/umod routinesJan Vesely1-0/+1657
2017-08-02cl: Add kernel_exec and __kernel_exec macro testJan Vesely1-0/+38
2017-08-02cl: Use required format for sampler testJan Vesely1-9/+9
2017-05-01cl: Add input dependent test for global_offsetJan Vesely1-0/+18
2017-05-01cl: Add array of structures to program-scope-arrays testJan Vesely1-0/+60
2017-02-09cl: Add sign_extend_inreg testMatt Arsenault1-0/+387
2017-01-27cl: Add tests for stored fnegMatt Arsenault2-23/+55
2017-01-27cl: Add tests for fdiv with neg/abs inputsMatt Arsenault2-0/+519
2016-12-09cl: Add test for negative index + small offset for privateMatt Arsenault1-0/+101
2016-12-08cl: Add tests for 24-bit div / rem optimizationMatt Arsenault1-0/+1657
2016-12-08cl: Add f32 immediate testsMatt Arsenault1-0/+230
2016-12-06cl: Add test for clz optimizationsMatt Arsenault1-0/+389
2016-12-06cl: Add test for f64 inline immediatesMatt Arsenault1-0/+270
2016-08-17cl: Add vstore test generatorJan Vesely1-126/+0
2016-06-22cl: Add global atomic_xchg testsJan Vesely2-0/+175
2016-06-22cl: Add global atomic_cmpxchg testsJan Vesely2-0/+142
2016-05-17cl: add global offset testJan Vesely1-0/+85
2016-05-06cl: Fix cl_khr_fp64 checksJan Vesely1-1/+3
2016-03-03cl: add image attribute testZoltan Gilian1-0/+31
2016-03-03cl: add image reading testsZoltan Gilian2-0/+151
2016-03-03cl: add image writing testsZoltan Gilian1-0/+81
2016-02-23CL: Add tests to make sure that ilogb(0.0 or nan) returns FP_ILOGB0|FP_ILOGBNANAaron Watry1-0/+31
2016-01-27cl: Extend program scope arrays with more typesJan Vesely1-4/+98
2016-01-27cl: Add scalar to constant load testJan Vesely1-4/+14
2015-10-06cl: Update integer/long limit tests to detect incorrect storage sizesAaron Watry1-6/+6
2015-02-06cl: Fix tolerance for division in scalar arithmetic testJan Vesely1-7/+7
2015-01-26cl: Fix tolerance for SP divisionJan Vesely1-3/+3
2014-10-29cl: Add atomix_xor global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_or global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_min global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_max global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_and global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_dec global testsAaron Watry2-0/+120