Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h932 cl_uint deviceThreadCount, hostThreadCount, threadCount; in ExecuteSingleTest() local
939 deviceThreadCount = _maxDeviceThreads; in ExecuteSingleTest()
941 threadCount = deviceThreadCount+hostThreadCount; in ExecuteSingleTest()
961 if(CurrentGroupSize() > deviceThreadCount) in ExecuteSingleTest()
962 CurrentGroupSize(deviceThreadCount); in ExecuteSingleTest()
963 if(CurrentGroupNum(deviceThreadCount) == 1 || gOldAPI) in ExecuteSingleTest()
964 deviceThreadCount = CurrentGroupSize()*CurrentGroupNum(deviceThreadCount); in ExecuteSingleTest()
965 threadCount = deviceThreadCount+hostThreadCount; in ExecuteSingleTest()
972 if(deviceThreadCount > 0) in ExecuteSingleTest()
1033 if(CurrentGroupSize() > deviceThreadCount) in ExecuteSingleTest()
[all …]