Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp101 …const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in compareImages() local
102 …eshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > … in compareImages()
103 …+ tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), form… in compareImages()
Des3fFragmentOutputTests.cpp897 UVec4 formatThreshold; //!< Threshold computed based on format. in iterate() local
903 case tcu::TextureFormat::FLOAT: formatThreshold = UVec4(0); break; in iterate()
904 case tcu::TextureFormat::HALF_FLOAT: formatThreshold = UVec4((1<<(23-10))); break; in iterate()
905 …case tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV: formatThreshold = UVec4((1<<(23-6)), (1<<(2… in iterate()
921 …finalThreshold = select(max(formatThreshold, UVec4(deMax32(interpThreshold, outTypeThreshold))), U… in iterate()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp98 …const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in compareImages() local
99 …eshold = tcu::IVec4(colorThreshold, colorThreshold, colorThreshold, formatThreshold.getAlpha() > … in compareImages()
100 …+ tcu::IVec4(formatThreshold.getRed(), formatThreshold.getGreen(), formatThreshold.getBlue(), form… in compareImages()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp246 …const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold… in drawTestPattern() local
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp254 …const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold… in drawTestPattern() local
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold || in drawTestPattern()
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold || in drawTestPattern()
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold) in drawTestPattern()