HomeSort by relevance Sort by last modified time
    Searched refs:formatThreshold (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 98 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold();
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());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 101 const tcu::RGBA formatThreshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold();
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());
    [all...]
es3fFragmentOutputTests.cpp 824 UVec4 formatThreshold; //!< Threshold computed based on format.
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);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 246 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 254 const tcu::RGBA formatThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold();
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]

Completed in 851 milliseconds