Searched refs:channelBits (Results 1 – 4 of 4) sorted by relevance
170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat); in checkColor() local175 if (channelBits[chanNdx] == 0) in checkColor()178 const int channelMax = (1 << channelBits[chanNdx]) - 1; in checkColor()215 …<< "Failure: " << channelBits[chanNdx] << "-bit " << s_channelNames[chanNdx] << " channel is " << … in checkColor()
852 …const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, … in getSurfaceThreshold() local853 const tcu::IVec4 intThreshold = tcu::IVec4(1) << (8 - channelBits); in getSurfaceThreshold()
1637 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorInt() local1638 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt()1639 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt()1666 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorUint() local1667 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint()