Searched refs:formatThreshold (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp98 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(); local
99 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0)
100 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha());
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp101 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(); local
102 const tcu::IVec4 threshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > 0 ? colorThreshold : 0)
103 + tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), formatThreshold.getAlpha());
H A Des3fFragmentOutputTests.cpp824 UVec4 formatThreshold; //!< Threshold computed based on format. local
830 case tcu::TextureFormat::FLOAT: formatThreshold = UVec4(4); break;
831 case tcu::TextureFormat::HALF_FLOAT: formatThreshold = UVec4((1<<13) + 4); break;
832 case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<17) + 4, (1<<17)+4, (1<<18)+4, 4); break;
847 finalThreshold = select(max(formatThreshold, UVec4(precThreshold)), UVec4(~0u), cmpMask);
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp246 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp254 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold(); local
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)

Completed in 873 milliseconds