summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
2018-12-02cl: Add execution event parameter to piglit_cl_enqueue_kernelJan Vesely5-7/+13
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: Improve link program testsJan Vesely1-6/+6
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: Fix incorrect indentationJan Vesely1-13/+13
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-09-18cl: Fix device_regex featureMatt Arsenault1-1/+1
2017-08-29cl: Fix error message value.Jan Vesely1-1/+1
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-03cl: Add support for OCL 2.0Jan Vesely2-4/+41
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-19cl-api-get-platform-ids: Remove duplicate piglit_cl_check_error.Vinson Lee1-1/+0
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-04-05cl: OCL1.1 allows pointers to NULL as valid kernel argsJan Vesely1-9/+12
2017-04-05cl: Unmap mapped cl buffer in buffer-flags testJan Vesely1-0/+5
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-11-10cl: add clGetExtensionFunctionAddressForPlatformSerge Martin2-0/+102
2016-11-07cl: Use HAVE_LIBRT to determine linking with rt.Vinson Lee1-1/+1
2016-10-19cl: Add a test for the predefined macrosNiels Ole Salscheider2-0/+464
2016-08-24cl: Use right comparison function for doubleMatt Arsenault1-6/+6
2016-08-24cl: Fix use of uninitialized variable valgrind errorMatt Arsenault1-1/+1
2016-08-17cl: Add vstore test generatorJan Vesely1-126/+0
2016-08-17cl: Add support for cl_half to program testerJan Vesely1-4/+27
2016-06-22cl: Add global atomic_xchg testsJan Vesely2-0/+175
2016-06-22cl: Add global atomic_cmpxchg testsJan Vesely2-0/+142
2016-05-17tests/cl: Fix pointer warningDylan Baker1-1/+2
2016-05-17cl: add global offset testJan Vesely1-0/+85