Searched refs:compStr (Results 1 – 1 of 1) sorted by relevance
385 const char *compStr = CompName->getNameStart(); in CheckExtVectorComponent() local394 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1]; in CheckExtVectorComponent()403 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") || in CheckExtVectorComponent()404 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) { in CheckExtVectorComponent()407 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) { in CheckExtVectorComponent()408 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()411 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()415 compStr++; in CheckExtVectorComponent()416 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); in CheckExtVectorComponent()419 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()[all …]