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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 327 const tcu::TexComparePrecision& comparePrec,
337 const tcu::TexComparePrecision& comparePrec,
347 const tcu::TexComparePrecision& comparePrec,
gluTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 877 GenMipmapPrecision comparePrec;
879 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
880 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
881 comparePrec.filterBits = tcu::IVec3(4, 4, 0);
883 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
    [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 103 const tcu::TexComparePrecision& comparePrec,
127 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
134 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 136 const tcu::TexComparePrecision& comparePrec,
160 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
167 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp     [all...]

Completed in 331 milliseconds