Searched refs:sizeForThisOne (Results 1 – 1 of 1) sorted by relevance
1146 size_t remainingSize, sizeForThisOne; in get_max_common_2D_work_group_size() local1152 sizeForThisOne = remainingSize; in get_max_common_2D_work_group_size()1154 sizeForThisOne = globalThreadSizes[i]; in get_max_common_2D_work_group_size()1155 for (; (globalThreadSizes[i] % sizeForThisOne) != 0 in get_max_common_2D_work_group_size()1156 || (sizeForThisOne > sizeLimit[i]); in get_max_common_2D_work_group_size()1157 sizeForThisOne--) in get_max_common_2D_work_group_size()1159 outMaxSizes[i] = sizeForThisOne; in get_max_common_2D_work_group_size()1194 size_t remainingSize, sizeForThisOne; in get_max_common_3D_work_group_size() local1200 sizeForThisOne = remainingSize; in get_max_common_3D_work_group_size()1202 sizeForThisOne = globalThreadSizes[i]; in get_max_common_3D_work_group_size()[all …]