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

  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 190 const tcu::LodPrecision& lodPrec,
200 const tcu::LodPrecision& lodPrec,
210 const tcu::LodPrecision& lodPrec,
220 const tcu::LodPrecision& lodPrec,
230 const tcu::LodPrecision& lodPrec,
240 const tcu::LodPrecision& lodPrec,
251 const tcu::LodPrecision& lodPrec,
260 const tcu::LodPrecision& lodPrec,
269 const tcu::LodPrecision& lodPrec,
278 const tcu::LodPrecision& lodPrec,
    [all...]
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 338 tcu::LodPrecision lodPrec;
345 lodPrec.derivateBits = 10;
346 lodPrec.lodBits = isProjected ? 6 : 8;
383 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog());
572 tcu::LodPrecision lodPrec;
584 lodPrec.derivateBits = 10;
585 lodPrec.lodBits = isProjected ? 3 : 6;
621 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog());
852 tcu::LodPrecision lodPrec;
859 lodPrec.derivateBits = 10
    [all...]
vktTextureShadowTests.cpp 135 const tcu::LodPrecision& lodPrec,
158 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
165 numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThreshold);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 397 tcu::LodPrecision lodPrec;
404 lodPrec.derivateBits = 10;
405 lodPrec.lodBits = isProjected ? 6 : 8;
442 lookupPrec, lodPrec, m_testCtx.getWatchDog());
712 tcu::LodPrecision lodPrec;
724 lodPrec.derivateBits = 10;
725 lodPrec.lodBits = isProjected ? 3 : 6;
761 lookupPrec, lodPrec, m_testCtx.getWatchDog());
    [all...]
es3fTextureShadowTests.cpp 104 const tcu::LodPrecision& lodPrec,
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/gles2/functional/
es2fTextureMipmapTests.cpp 353 tcu::LodPrecision lodPrec;
360 lodPrec.derivateBits = 10;
361 lodPrec.lodBits = isProjected ? 6 : 8;
398 lookupPrec, lodPrec, m_testCtx.getWatchDog());
673 tcu::LodPrecision lodPrec;
685 lodPrec.derivateBits = 10;
686 lodPrec.lodBits = isProjected ? 4 : 6;
722 lookupPrec, lodPrec, m_testCtx.getWatchDog());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 719 tcu::LodPrecision lodPrec;
726 lodPrec.lodBits = 7;
727 lodPrec.derivateBits = 16;
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 640 const tcu::LodPrecision lodPrec (16, 4); // Pretty lax since we are not verifying LOD precision
641 const Vec2 lodBounds (tcu::computeLodBoundsFromDerivates(dtdp.x(), 0.0f, 0.0f, dtdp.y(), lodPrec));

Completed in 235 milliseconds