/external/deqp/modules/gles31/functional/ |
es31fFboTestUtil.hpp | 132 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format); 133 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
|
es31fFboColorbufferTests.cpp | 103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
|
es31fFboTestUtil.cpp | 608 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) 618 tcu::RGBA getFormatThreshold (deUint32 glFormat) 622 return getFormatThreshold(format);
|
/external/deqp/modules/gles3/functional/ |
es3fFboTestUtil.hpp | 222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format); 223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
|
es3fFboMultisampleTests.cpp | 230 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12))); 326 const tcu::RGBA threshold (tcu::max(getFormatThreshold(GL_RGBA8), tcu::RGBA(12, 12, 12, 12)));
|
es3fFboTestUtil.cpp | [all...] |
es3fFramebufferBlitTests.cpp | 440 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))); [all...] |
es3fFboColorbufferTests.cpp | 89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); [all...] |
es3fFboInvalidateTests.cpp | [all...] |
es3fFboRenderTest.cpp | 507 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12))); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.cpp | 130 static tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format); 594 tcu::Vec4 BlendTestInstance::getFormatThreshold (const tcu::TextureFormat& format) [all...] |
vktPipelineVertexInputTests.cpp | 215 static tcu::Vec4 getFormatThreshold (VkFormat format); 754 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | 110 tcu::Vec4 getFormatThreshold (VkFormat format) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCopiesAndBlittingTests.cpp | [all...] |