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

/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.hpp132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
H A Des31fFboColorbufferTests.cpp103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
H A Des31fFboTestUtil.cpp602 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) function in namespace:deqp::gles31::Functional::FboTestUtil
612 tcu::RGBA getFormatThreshold (deUint32 glFormat) function in namespace:deqp::gles31::Functional::FboTestUtil
616 return getFormatThreshold(format);
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
H A Des3fFboMultisampleTests.cpp229 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12)));
H A Des3fFboTestUtil.cpp1054 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) function in namespace:deqp::gles3::Functional::FboTestUtil
1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) function in namespace:deqp::gles3::Functional::FboTestUtil
1068 return getFormatThreshold(format);
H A Des3fFramebufferBlitTests.cpp440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRGB ? 2 : 1);
441 const tcu::RGBA dstMaxDiff = getFormatThreshold(dstFormat);
685 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), tcu::RGBA(12, 12, 12, 12)));
H A Des3fFboColorbufferTests.cpp89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
H A Des3fFboInvalidateTests.cpp1038 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFmt), tcu::RGBA(12, 12, 12, 12)));
H A Des3fFboRenderTest.cpp505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12)));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp126 static tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format);
833 tcu::Vec4 BlendTestInstance::getFormatThreshold (const tcu::TextureFormat& format) function in class:vkt::pipeline::__anon3833::BlendTestInstance
953 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat));
H A DvktPipelineVertexInputTests.cpp181 static tcu::Vec4 getFormatThreshold (VkFormat format);
553 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType);
635 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) function in class:vkt::pipeline::__anon3863::VertexInputTest
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1818 tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format) function in namespace:vkt::api::__anon3720
1892 const tcu::Vec4 srcMaxDiff = getFormatThreshold(srcFormat) * tcu::Vec4(srcIsSRGB ? 2.0f : 1.0f);
1893 const tcu::Vec4 dstMaxDiff = getFormatThreshold(dstFormat);

Completed in 224 milliseconds