Home
last modified time | relevance | path

Searched refs:CurrentGroupSize (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h392 void CurrentGroupSize(cl_uint currentGroupSize) in CurrentGroupSize() function
399 cl_uint CurrentGroupSize() {return _currentGroupSize;} in CurrentGroupSize() function
406 return threadCount/CurrentGroupSize(); in CurrentGroupNum()
960 CurrentGroupSize((cl_uint)groupSize); in ExecuteSingleTest()
961 if(CurrentGroupSize() > deviceThreadCount) in ExecuteSingleTest()
962 CurrentGroupSize(deviceThreadCount); in ExecuteSingleTest()
964 deviceThreadCount = CurrentGroupSize()*CurrentGroupNum(deviceThreadCount); in ExecuteSingleTest()
981 while ((CurrentGroupSize() > 1)) in ExecuteSingleTest()
1028 if (CurrentGroupSize() <= groupSize) in ExecuteSingleTest()
1031 CurrentGroupSize(CurrentGroupSize() / 2); in ExecuteSingleTest()
[all …]
Dtest_atomics.cpp1800 using CBasicTestMemOrderScope<HostAtomicType, HostDataType>::CurrentGroupSize;
1821 if (CurrentGroupSize() > 1024) in NumNonAtomicVariablesPerThread()
1822 CurrentGroupSize(1024); in NumNonAtomicVariablesPerThread()
1826 return 32 * 1024 / 8 / CurrentGroupSize() - 1; //32KB of local memory required by spec in NumNonAtomicVariablesPerThread()
2089 cl_uint workSize = LocalMemory() ? CurrentGroupSize() : threadCount; in VerifyRefs()