Searched refs:compStr (Results 1 – 1 of 1) sorted by relevance
320 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1]; in CheckExtVectorComponent()329 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") || in CheckExtVectorComponent()330 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) { in CheckExtVectorComponent()334 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()341 compStr++; in CheckExtVectorComponent()342 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); in CheckExtVectorComponent()345 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()354 if (HexSwizzle) compStr++; in CheckExtVectorComponent()358 compStr++; in CheckExtVectorComponent()376 compStr++; in CheckExtVectorComponent()[all …]