/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 | 608 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()
|
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 | 130 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()
|
D | vktPipelineVertexInputTests.cpp | 215 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/ |
D | vktRenderPassMultisampleResolveTests.cpp | 110 tcu::Vec4 getFormatThreshold (VkFormat format) in getFormatThreshold() function 1403 const Vec4 threshold (getFormatThreshold(m_format)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 1932 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()
|