Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2725 unsigned WGSize[3]; in handleWorkGroupSize() local
2735 WGSize[i] = (unsigned) ArgNum.getZExtValue(); in handleWorkGroupSize()
2741 if (!(A->getXDim() == WGSize[0] && in handleWorkGroupSize()
2742 A->getYDim() == WGSize[1] && in handleWorkGroupSize()
2743 A->getZDim() == WGSize[2])) { in handleWorkGroupSize()
2752 if (!(A->getXDim() == WGSize[0] && in handleWorkGroupSize()
2753 A->getYDim() == WGSize[1] && in handleWorkGroupSize()
2754 A->getZDim() == WGSize[2])) { in handleWorkGroupSize()
2763 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()
2768 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()