Searched refs:swizzleSize (Results 1 – 2 of 2) sorted by relevance
2960 …static const unsigned char swizzleSize[5] = {0x00, 0x00, 0x54, 0xA4, 0xE4}; // (void), xxxx, xyy… in readSwizzle() local2962 return swizzleSize[size]; in readSwizzle()
4147 int swizzleSize = argCoord->getType().getVectorSize() - (isMS ? 0 : 1); in decomposeSampleMethods() local4149 for (int i = 0; i < swizzleSize; ++i) in decomposeSampleMethods()