Home
last modified time | relevance | path

Searched refs:getTextureFormatMantissaBitDepth (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp107 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format);
DtcuTextureUtil.cpp839 IVec4 getTextureFormatMantissaBitDepth(const TextureFormat &format) in getTextureFormatMantissaBitDepth() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp644 …((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()
DvktRenderPassMultisampleTests.cpp1903 … (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()
DvktRenderPassSubpassDependencyTests.cpp1000 …((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()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp1169 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()
1214 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(src); in getToSRGBConversionThreshold()
Des3fDrawBuffersIndexedTests.cpp494 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()
495 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp169 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()
170 const tcu::IVec4 readMantissaBits = tcu::getTextureFormatMantissaBitDepth(readPixelsFormat); in getFloatULPThreshold()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp292 const int mantissaBits = getTextureFormatMantissaBitDepth(format).x(); in comparePixelToDepthClearValue()
1415 const IVec4 &mantissaBits = getTextureFormatMantissaBitDepth(format); in verifyResultImage()
DvktApiCopiesAndBlittingTests.cpp4227 const tcu::IVec4 bits = tcu::getTextureFormatMantissaBitDepth(format); in getFormatThreshold()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp722 const tcu::IVec4 mantissaBitsI(getTextureFormatMantissaBitDepth(textureFormat)); in comparePixelToColorClearValue()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp230 …((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()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1458 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat()); in invokeGLES()