Searched refs:getTextureFormatMantissaBitDepth (Results 1 – 12 of 12) sorted by relevance
104 IVec4 getTextureFormatMantissaBitDepth (const TextureFormat& format);
678 IVec4 getTextureFormatMantissaBitDepth (const TextureFormat& format) in getTextureFormatMantissaBitDepth() function
548 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()571 …const UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(form… in iterateInternal()
1677 …onst UVec4 threshold (64u * (UVec4(1u) << (UVec4(23) - tcu::getTextureFormatMantissaBitDepth(forma… in iterateInternal()1685 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()1911 const UVec4 bits (tcu::getTextureFormatMantissaBitDepth(format).cast<deUint32>()); in init()
969 …const Vec4 threshold (4.0f * 1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(format).c… in iterateInternal()1750 …pthThreshold ((float)subpassCount * (1.0f / ((UVec4(1u) << tcu::getTextureFormatMantissaBitDepth( in iterateInternal()2758 …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()
454 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()455 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
152 …const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << tcu::getTextureFormatMantissaBitDepth(mapVkF… in comparePixelBuffers()161 …const tcu::Vec4 threshold (1.0f / ((tcu::UVec4(1u) << (tcu::getTextureFormatMantissaBitDepth(mapVk… in comparePixelBuffers()170 …::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()
2336 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()
700 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat()); in invokeGLES2()