summaryrefslogtreecommitdiff
path: root/tests/cl
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-17cl: add support for global offsetJan Vesely9-13/+47
2016-05-09cl: check for image support using util/ functionsSerge Martin5-79/+5
2016-05-06cl: Fix cl_khr_fp64 checksJan Vesely2-3/+6
2016-05-02cl: skip get image info test if there's no image supportJan Vesely1-2/+23
2016-04-29cl: Initialize result variable.Jan Vesely1-1/+1
2016-04-26cl: Fix image support when built on CL<1.2Jan Vesely1-1/+1
2016-03-14cl: Split setKernelArg into subtestsJan Vesely1-24/+31
2016-03-05cl: clSetKernelArg test more args kindSerge Martin1-3/+27
2016-03-05cl: clSetKernelArg check for image supportSerge Martin1-14/+37
2016-03-03cl: add image attribute testZoltan Gilian1-0/+31