Lines Matching refs:sizeForThisOne
1146 size_t remainingSize, sizeForThisOne; in get_max_common_2D_work_group_size() local
1152 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() local
1200 sizeForThisOne = remainingSize; in get_max_common_3D_work_group_size()
1202 sizeForThisOne = globalThreadSizes[i]; in get_max_common_3D_work_group_size()
1203 for (; (globalThreadSizes[i] % sizeForThisOne) != 0 in get_max_common_3D_work_group_size()
1204 || (sizeForThisOne > sizeLimit[i]); in get_max_common_3D_work_group_size()
1205 sizeForThisOne--) in get_max_common_3D_work_group_size()
1207 outMaxSizes[i] = sizeForThisOne; in get_max_common_3D_work_group_size()