Lines Matching defs:bits
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
67 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]);
95 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format));
98 config.redBits != bits[0])
102 config.greenBits != bits[1])
106 config.blueBits != bits[2])
110 config.alphaBits != bits[3])