Home
last modified time | relevance | path

Searched refs:swizzleSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2960 …static const unsigned char swizzleSize[5] = {0x00, 0x00, 0x54, 0xA4, 0xE4}; // (void), xxxx, xyy… in readSwizzle() local
2962 return swizzleSize[size]; in readSwizzle()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp4147 int swizzleSize = argCoord->getType().getVectorSize() - (isMS ? 0 : 1); in decomposeSampleMethods() local
4149 for (int i = 0; i < swizzleSize; ++i) in decomposeSampleMethods()