Searched refs:compStr (Results 1 – 1 of 1) sorted by relevance
383 const char *compStr = CompName->getNameStart(); in CheckExtVectorComponent() local392 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1]; in CheckExtVectorComponent()401 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") || in CheckExtVectorComponent()402 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) { in CheckExtVectorComponent()405 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) { in CheckExtVectorComponent()406 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()409 if (HasRGBA != IsRGBA(*compStr)) in CheckExtVectorComponent()413 compStr++; in CheckExtVectorComponent()414 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); in CheckExtVectorComponent()417 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()[all …]