Home
last modified time | relevance | path

Searched refs:reqdWorkGroupSize (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
Dtest_advanced_other.cpp100 size_t reqdWorkGroupSize[] = {fit3dResult.Val1, fit3dResult.Val2, fit3dResult.Val3}; in test_non_uniform_other_basic() local
102 …eof(globalSize)/sizeof(globalSize[0]), globalSize, localSize, NULL, reqdWorkGroupSize, Range::BASI… in test_non_uniform_other_basic()
185 size_t reqdWorkGroupSize[] = {fit3dResult.Val1, fit3dResult.Val2, fit3dResult.Val3}; in test_non_uniform_other_atomics() local
187 …eof(globalSize)/sizeof(globalSize[0]), globalSize, localSize, NULL, reqdWorkGroupSize, Range::ATOM… in test_non_uniform_other_atomics()
273 size_t reqdWorkGroupSize[] = {fit3dResult.Val1, fit3dResult.Val2, fit3dResult.Val3}; in test_non_uniform_other_barriers() local
275 …eof(globalSize)/sizeof(globalSize[0]), globalSize, localSize, NULL, reqdWorkGroupSize, Range::BARR… in test_non_uniform_other_barriers()
DTestNonUniformWorkGroup.h69 const size_t *reqdWorkGroupSize = NULL);
136 const size_t *reqdWorkGroupSize, int range);
DTestNonUniformWorkGroup.cpp250 const size_t *globalWorkOffset, const size_t *reqdWorkGroupSize) in TestNonUniformWorkGroup() argument
347 if (reqdWorkGroupSize) in TestNonUniformWorkGroup()
351 _reqdWorkGroupSize[i] = reqdWorkGroupSize[i]; in TestNonUniformWorkGroup()
793 const size_t *globalWorkOffset, const size_t *reqdWorkGroupSize, int range) in runTestNonUniformWorkGroup() argument
801 reqdWorkGroupSize); in runTestNonUniformWorkGroup()