Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1166 size_t remainingSize, sizeForThisOne; in get_max_common_2D_work_group_size() local
1172 sizeForThisOne = remainingSize; in get_max_common_2D_work_group_size()
1174 sizeForThisOne = globalThreadSizes[i]; in get_max_common_2D_work_group_size()
1175 for (; (globalThreadSizes[i] % sizeForThisOne) != 0 in get_max_common_2D_work_group_size()
1176 || (sizeForThisOne > sizeLimit[i]); in get_max_common_2D_work_group_size()
1177 sizeForThisOne--) in get_max_common_2D_work_group_size()
1179 outMaxSizes[i] = sizeForThisOne; in get_max_common_2D_work_group_size()
1214 size_t remainingSize, sizeForThisOne; in get_max_common_3D_work_group_size() local
1220 sizeForThisOne = remainingSize; in get_max_common_3D_work_group_size()
1222 sizeForThisOne = globalThreadSizes[i]; in get_max_common_3D_work_group_size()
[all …]