Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
221 …<< "Failure: " << channelBits[chanNdx] << "-bit " << s_channelNames[chanNdx] << " channel is " << … in checkColor()
Des3fShaderDerivateTests.cpp902 …const tcu::IVec4 channelBits (pixelFormat.redBits, pixelFormat.greenBits, pixelFormat.blueBits, … in getSurfaceThreshold() local
903 const tcu::IVec4 intThreshold = tcu::IVec4(1) << (8 - channelBits); in getSurfaceThreshold()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureConversionTests.cpp138 auto channelBits(getTextureFormatBitDepth(format)); in lim() local
139 return channelBits[channelIdx] ? (-deIntMaxValue32(channelBits[channelIdx])) : (-1); in lim()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp138 auto channelBits(getTextureFormatBitDepth(format)); in lim() local
139 return channelBits[channelIdx] ? (-deIntMaxValue32(channelBits[channelIdx])) : (-1); in lim()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1757 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorInt() local
1758 const IVec4 valueMin = getNBitSignedIntegerVec4MinValue(channelBits); in getTextureBorderColorInt()
1759 const IVec4 valueMax = getNBitSignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorInt()
1786 const IVec4 channelBits = getChannelBitDepth(format.type); in getTextureBorderColorUint() local
1787 const UVec4 valueMax = getNBitUnsignedIntegerVec4MaxValue(channelBits); in getTextureBorderColorUint()