Home
last modified time | relevance | path

Searched refs:channelBits (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat); in checkColor() local
175 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()
Des3fShaderDerivateTests.cpp852 …const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, … in getSurfaceThreshold() local
853 const tcu::IVec4 intThreshold = tcu::IVec4(1) << (8 - channelBits); in getSurfaceThreshold()
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp170 const IVec4 channelBits = pixelFormatToIVec4(m_renderFormat); in checkColor() local
175 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()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1637 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorInt() local
1638 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt()
1639 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt()
1666 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorUint() local
1667 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint()