Searched refs:getTextureFormatMantissaBitDepth (Results 1 – 13 of 13) sorted by relevance
107 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format);
839 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format) in getTextureFormatMantissaBitDepth() function
644 …((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()) - 1u).cast<float>()… in verify()669 …64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()))); in verify()
1903 … (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()))); in verifyResult()1915 … ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()) - 1u) in verifyResult()2138 const UVec4 bits(tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()); in init()
1000 …((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).cast<uint32_t>()) - 1u).cast<float>()… in iterateInternal()1790 …((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(resultDepthAccess.getFormat()).cast<uint32_t>… in iterateInternal()2841 …((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(resultDepthAccess.getFormat()).cast<uint32_t>… in verifyResults()
1169 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()1214 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(src); in getToSRGBConversionThreshold()
494 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()495 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
169 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()170 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
292 const int mantissaBits = getTextureFormatMantissaBitDepth(format).x(); in comparePixelToDepthClearValue()1415 const IVec4 &mantissaBits = getTextureFormatMantissaBitDepth(format); in verifyResultImage()
4227 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()
722 const tcu::IVec4 mantissaBitsI(getTextureFormatMantissaBitDepth(textureFormat)); in comparePixelToColorClearValue()
230 …((tcu::UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<uint32_t>()) -… in comparePixelBuffers()244 tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<uint32_t>() - 1u; in comparePixelBuffers()263 … tcu::getTextureFormatMantissaBitDepth(mapVkFormat(format)).cast<uint32_t>())); in comparePixelBuffers()
1458 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat()); in invokeGLES()