Searched refs:WGSize (Results 1 – 1 of 1) sorted by relevance
2489 uint32_t WGSize[3]; in handleWorkGroupSize() local2492 if (!checkUInt32Argument(S, Attr, E, WGSize[i], i)) in handleWorkGroupSize()2494 if (WGSize[i] == 0) { in handleWorkGroupSize()2502 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()2503 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()2504 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()2508 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()