Searched refs:compStr (Results 1 – 1 of 1) sorted by relevance
350 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1]; in CheckExtVectorComponent()359 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") || in CheckExtVectorComponent()360 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) { in CheckExtVectorComponent()364 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()371 compStr++; in CheckExtVectorComponent()372 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); in CheckExtVectorComponent()375 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()384 if (HexSwizzle) compStr++; in CheckExtVectorComponent()388 compStr++; in CheckExtVectorComponent()406 compStr++; in CheckExtVectorComponent()[all …]