Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.hpp132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
Des31fFboTestUtil.cpp616 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
626 tcu::RGBA getFormatThreshold (deUint32 glFormat) in getFormatThreshold() function
630 return getFormatThreshold(format); in getFormatThreshold()
Des31fFboColorbufferTests.cpp103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
/third_party/vk-gl-cts/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.cpp442 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
443 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat); in compare()
687 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp883 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
1126 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1568 tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1982 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in iterate()
DvktPipelineVertexInputTests.cpp216 static tcu::Vec4 getFormatThreshold (VkFormat format);
768 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions()
917 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) in getFormatThreshold() function in vkt::pipeline::__anon0ca6b2f00111::VertexInputTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp190 tcu::Vec4 getFormatThreshold () const;
534 tcu::Vec4 MultisampleRenderPassTestBase::getFormatThreshold () const in getFormatThreshold() function in vkt::__anon7a110d910111::MultisampleRenderPassTestBase
1286 const Vec4 threshold (getFormatThreshold()); in iterate()
2044 const Vec4 threshold(getFormatThreshold()); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3397 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
3598 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult()
3599 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult()
3650 getFormatThreshold(dstFormat); in checkCompressedNonNearestFilteredResult()
3795 return getFormatThreshold(format); in getFloatOrFixedPointFormatThreshold()
5053 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult()
5054 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult()