Searched refs:compStr (Results 1 – 1 of 1) sorted by relevance
318 bool HexSwizzle = (*compStr == 's' || *compStr == 'S') && compStr[1]; in CheckExtVectorComponent()327 if (!strcmp(compStr, "hi") || !strcmp(compStr, "lo") || in CheckExtVectorComponent()328 !strcmp(compStr, "even") || !strcmp(compStr, "odd")) { in CheckExtVectorComponent()332 bool HasRGBA = IsRGBA(*compStr); in CheckExtVectorComponent()339 compStr++; in CheckExtVectorComponent()340 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1); in CheckExtVectorComponent()343 if (HasRGBA || (*compStr && IsRGBA(*compStr))) { in CheckExtVectorComponent()352 if (HexSwizzle) compStr++; in CheckExtVectorComponent()356 compStr++; in CheckExtVectorComponent()374 compStr++; in CheckExtVectorComponent()[all …]