Home
last modified time | relevance | path

Searched refs:refChannelBitDepth (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp198 const tcu::IVec4 refChannelBitDepth = tcu::getTextureFormatBitDepth(reference.getFormat()); in verifyTestResult() local
199 const tcu::IVec4 colorBits = max(tcu::IVec4(de::min(pixelFormat.redBits, refChannelBitDepth[0]), in verifyTestResult()
200 de::min(pixelFormat.greenBits, refChannelBitDepth[1]), in verifyTestResult()
201 de::min(pixelFormat.blueBits, refChannelBitDepth[2]), in verifyTestResult()
202 de::min(pixelFormat.alphaBits, refChannelBitDepth[3])) - (isNearestOnly ? 1 : 2), in verifyTestResult()

Completed in 4 milliseconds