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

  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 868 GenMipmapPrecision comparePrec;
870 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
871 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
872 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
874 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 524 const tcu::TexComparePrecision& comparePrec,
534 const tcu::TexComparePrecision& comparePrec,
544 const tcu::TexComparePrecision& comparePrec,
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 906 GenMipmapPrecision comparePrec;
908 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
909 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
910 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
912 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
    [all...]
es3fTextureShadowTests.cpp 101 const tcu::TexComparePrecision& comparePrec,
125 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
132 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]

Completed in 608 milliseconds