Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2489 uint32_t WGSize[3]; in handleWorkGroupSize() local
2492 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()