Searched refs:SGSize (Results 1 – 1 of 1) sorted by relevance
3224 uint32_t SGSize; in handleSubGroupSize() local3226 if (!checkUInt32Argument(S, AL, E, SGSize)) in handleSubGroupSize()3228 if (SGSize == 0) { in handleSubGroupSize()3236 if (Existing && Existing->getSubGroupSize() != SGSize) in handleSubGroupSize()3240 OpenCLIntelReqdSubGroupSizeAttr(S.Context, AL, SGSize)); in handleSubGroupSize()