Home
last modified time | relevance | path

Searched refs:getColorThreshold (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/framework/common/
DtcuPixelFormat.hpp74 inline RGBA getColorThreshold(void) const in getColorThreshold() function
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp210 … renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate()
312 … renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate()
Des3fTextureFormatTests.cpp192 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
413 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testFace()
590 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testLayer()
758 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testSlice()
898 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
1041 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testFace()
1167 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
1287 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testFace()
Des3fTextureSizeTests.cpp133 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in iterate()
288 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in testFace()
Des3fPrerequisiteTests.cpp232 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
Des3fRandomFragmentOpTests.cpp420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold()
422 return format.getColorThreshold().toIVec().asUint() * tcu::UVec4(5) + in getCompareThreshold()
Des3fASTCDecompressionCases.cpp447 … tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + in iterate()
588 … tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + in iterate()
Des3fShaderBuiltinVarTests.cpp299 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
393 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
611 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
Des3fColorClearTest.cpp243 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
Des3fShaderMetamorphicTests.cpp181 tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
Des3fTextureSwizzleTests.cpp165 …tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA… in iterate()
Des3fDepthStencilClearTests.cpp220 tcu::RGBA threshold = renderTarget.getPixelFormat().getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp147 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
344 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testFace()
485 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
606 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testFace()
Des2fShaderBuiltinVarTests.cpp279 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
371 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
583 … tcu::RGBA(1, 1, 1, 1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
Des2fShaderFragDataTests.cpp192 … renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate()
Des2fTextureWrapTests.cpp203 threshold = tcu::PixelFormat(4, 4, 4, 4).getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate()
207 threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + in iterate()
Des2fTextureSizeTests.cpp133 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in iterate()
288 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in testFace()
Des2fPrerequisiteTests.cpp232 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
Des2fRandomFragmentOpTests.cpp420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold. in getCompareThreshold()
422 return format.getColorThreshold().toIVec().asUint() * tcu::UVec4(5) + in getCompareThreshold()
Des2fColorClearTest.cpp243 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
Des2fBlendTests.cpp266 …m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().asUint() * UVec4(5) / UV… in iterate()
/external/deqp/modules/egl/
DteglColorClearCase.cpp278 … eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts()
478 … eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); in executeForContexts()
DteglRenderTests.cpp392 float getColorThreshold(const tcu::PixelFormat &colorBits) in getColorThreshold() function
409 Vec4 colorThreshold = colorBits.getColorThreshold().toVec(); in getColorThresholdMaxError()
796 const float threshold = getColorThreshold(pixelFmt); in executeForContexts()
1035 const float threshold = getColorThreshold(pixelFmt); in executeForContexts()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp228 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testLayerFace()
385 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp401 threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2); in iterate()
528 threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2); in iterate()

12