HomeSort by relevance Sort by last modified time
    Searched full:surfacethreshold (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 443 const tcu::Vec4& surfaceThreshold,
517 const tcu::Interval finalResultRange (divisionResultRange.lo() - surfaceThreshold[c], divisionResultRange.hi() + surfaceThreshold[c]);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 534 const tcu::RGBA surfaceThreshold = m_context.getRenderContext().getRenderTarget().getPixelFormat().getColorThreshold();
535 const tcu::RGBA compareThreshold = tcu::RGBA(de::clamp(2 * surfaceThreshold.getRed(), 0, 255),
536 de::clamp(2 * surfaceThreshold.getGreen(), 0, 255),
537 de::clamp(2 * surfaceThreshold.getBlue(), 0, 255),
538 de::clamp(2 * surfaceThreshold.getAlpha(), 0, 255));
    [all...]

Completed in 223 milliseconds