Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DTransOCLMD.cpp196 } else if (Name == kSPIR2MD::WGSize) { in visit()
DSPIRVInternal.h366 const static char WGSize[] = "reqd_work_group_size"; variable
DSPIRVReader.cpp2264 kSPIR2MD::WGSize, EM->getLiterals())); in transKernelMetadata()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp2563 uint32_t WGSize[3]; in handleWorkGroupSize() local
2566 if (!checkUInt32Argument(S, Attr, E, WGSize[i], i)) in handleWorkGroupSize()
2568 if (WGSize[i] == 0) { in handleWorkGroupSize()
2576 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()
2577 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()
2578 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()
2582 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()