/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format); 133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
|
D | es31fFboTestUtil.cpp | 616 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()
|
D | es31fFboColorbufferTests.cpp | 103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format); 223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
|
D | es3fFboMultisampleTests.cpp | 230 …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()
|
D | es3fFboTestUtil.cpp | 1054 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()
|
D | es3fFramebufferBlitTests.cpp | 440 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()
|
D | es3fFboColorbufferTests.cpp | 89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare()
|
D | es3fFboInvalidateTests.cpp | 1038 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFmt), tcu::RGBA(12, 12, 12, 12))); in compare()
|
D | es3fFboRenderTest.cpp | 507 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 881 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function 1118 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage() 1521 tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in verifyImage() 1935 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat)); in iterate()
|
D | vktPipelineVertexInputTests.cpp | 216 static tcu::Vec4 getFormatThreshold (VkFormat format); 757 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); in getGlslAttributeConditions() 895 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) in getFormatThreshold() function in vkt::pipeline::__anon29f95af00111::VertexInputTest
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 167 tcu::Vec4 getFormatThreshold () const; 486 tcu::Vec4 MultisampleRenderPassTestBase::getFormatThreshold () const in getFormatThreshold() function in vkt::__anon156ab5910111::MultisampleRenderPassTestBase 1093 const Vec4 threshold (getFormatThreshold()); in iterate() 1832 const Vec4 threshold(getFormatThreshold()); in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2731 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) in getFormatThreshold() function 2807 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() 2808 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult() 2905 return getFormatThreshold(format); in getFloatOrFixedPointFormatThreshold() 3888 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f); in checkNonNearestFilteredResult() 3889 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat); in checkNonNearestFilteredResult()
|