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

  /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/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...]
  /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/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...]

Completed in 227 milliseconds