Home
last modified time | relevance | path

Searched refs:getFormatThreshold (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.hpp132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
H A 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()
H A Des31fFboColorbufferTests.cpp103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.hpp222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
H A 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()
H A 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()
H A Des3fFramebufferBlitTests.cpp443 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1); in compare()
444 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat); in compare()
708 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), tcu::RGBA(12, 12, 12, 12))); in compare()
H A Des3fFboColorbufferTests.cpp89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
H A Des3fFboInvalidateTests.cpp1038 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFmt), tcu::RGBA(12, 12, 12, 12))); in compare()
H A Des3fFboRenderTest.cpp507 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12))); in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp897 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
1140 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1586 tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1997 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in iterate()
H A DvktPipelineVertexInputTests.cpp230 static tcu::Vec4 getFormatThreshold (VkFormat format);
875 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions()
1060 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) in getFormatThreshold() function in vkt::pipeline::__anon28285::VertexInputTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp899 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
1142 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1588 tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage()
1999 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in iterate()
H A DvktPipelineVertexInputTests.cpp217 static tcu::Vec4 getFormatThreshold (VkFormat format);
776 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions()
925 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) in getFormatThreshold() function in vkt::pipeline::__anon29498::VertexInputTest
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp192 tcu::Vec4 getFormatThreshold () const;
538 tcu::Vec4 MultisampleRenderPassTestBase::getFormatThreshold () const in getFormatThreshold() function in vkt::__anon28592::MultisampleRenderPassTestBase
1396 const Vec4 threshold (getFormatThreshold()); in iterate()
2194 const Vec4 threshold(getFormatThreshold()); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleResolveTests.cpp190 tcu::Vec4 getFormatThreshold () const;
534 tcu::Vec4 MultisampleRenderPassTestBase::getFormatThreshold () const in getFormatThreshold() function in vkt::__anon29771::MultisampleRenderPassTestBase
1384 const Vec4 threshold (getFormatThreshold()); in iterate()
2181 const Vec4 threshold(getFormatThreshold()); in verify()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3873 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
4074 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult()
4075 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult()
4132 getFormatThreshold(dstFormat);
4277 return getFormatThreshold(format);
5539 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f);
5540 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3435 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function
3636 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult()
3637 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult()
3688 getFormatThreshold(dstFormat); in checkCompressedNonNearestFilteredResult()
3833 return getFormatThreshold(format); in getFloatOrFixedPointFormatThreshold()
5097 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f);
5098 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat);

Completed in 76 milliseconds