Home
last modified time | relevance | path

Searched refs:getFormatThreshold (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
Des31fFboTestUtil.cpp608 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
618 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold() function
622 return getFormatThreshold(format); in getFormatThreshold()
Des31fFboColorbufferTests.cpp103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
Des3fFboMultisampleTests.cpp230 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12))); in colorCompare()
326 const tcu::RGBA threshold (tcu::max(getFormatThreshold(GL_RGBA8), tcu::RGBA(12, 12, 12, 12))); in test()
Des3fFboTestUtil.cpp1054 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold() function
1068 return getFormatThreshold(format); in getFormatThreshold()
Des3fFramebufferBlitTests.cpp440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
441 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat); in compare()
685 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), tcu::RGBA(12, 12, 12, 12))); in compare()
Des3fFboColorbufferTests.cpp89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
Des3fFboInvalidateTests.cpp1038 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFmt), tcu::RGBA(12, 12, 12, 12))); in compare()
Des3fFboRenderTest.cpp507 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp130 static tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format);
594 tcu::Vec4 BlendTestInstance::getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function in vkt::pipeline::__anon50c208670111::BlendTestInstance
827 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
DvktPipelineVertexInputTests.cpp215 static tcu::Vec4 getFormatThreshold (VkFormat format);
754 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions()
892 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) in getFormatThreshold() function in vkt::pipeline::__anon29f95af00111::VertexInputTest
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp110 tcu::Vec4 getFormatThreshold (VkFormat format) in getFormatThreshold() function
1403 const Vec4 threshold (getFormatThreshold(m_format)); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1932 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
1998 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()
1999 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkLinearFilteredResult()
2090 return getFormatThreshold(format); in getFloatOrFixedPointFormatThreshold()
3003 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkLinearFilteredResult()
3004 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkLinearFilteredResult()