Searched refs:_globalAtomicTestValue (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/ |
D | TestNonUniformWorkGroup.cpp | 596 if (_globalAtomicTestValue != _numOfGlobalWorkItems) { in verifyResults() 743 _globalAtomicTestValue = 0; in runKernel() 744 … (CL_MEM_READ_WRITE | CL_MEM_COPY_HOST_PTR), sizeof(_globalAtomicTestValue), &_globalAtomicTestVal… in runKernel() 764 …ue, globalAtomicTestVariable, CL_TRUE, 0, sizeof(unsigned int), &_globalAtomicTestValue, 0, NULL, … in runKernel()
|
D | TestNonUniformWorkGroup.h | 105 cl_uint _globalAtomicTestValue; variable
|