Searched refs:getTextureFormatMantissaBitDepth (Results 1 – 11 of 11) sorted by relevance
104 IVec4 getTextureFormatMantissaBitDepth (const TextureFormat& format);
680 IVec4 getTextureFormatMantissaBitDepth (const TextureFormat& format) in getTextureFormatMantissaBitDepth() function
550 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()573 …const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(form… in iterateInternal()
1696 …onst UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(forma… in iterateInternal()1704 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()1930 const UVec4 bits (tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()); in init()
978 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()1792 …pthThreshold ((float)subpassCount * (1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth( in iterateInternal()2800 …const float depthThreshold (1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(re… in iterateInternal()
1056 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()1104 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(src); in getToSRGBConversionThreshold()
164 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()165 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
461 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()462 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
174 …const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(mapVkF… in comparePixelBuffers()183 …const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << (tcu::getTextureFormatMantissaBitDepth(mapVk… in comparePixelBuffers()192 …::UVec4 threshold (tcu::UVec4(1u) << (tcu::UVec4(23) - tcu::getTextureFormatMantissaBitDepth(mapVk… in comparePixelBuffers()
289 const int mantissaBits = getTextureFormatMantissaBitDepth(format).x(); in comparePixelToDepthClearValue()427 const IVec4 mantissaBits (getTextureFormatMantissaBitDepth(format)); in comparePixelToColorClearValue()
2763 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()