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

  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 717 tcu::LodPrecision lodPrec;
724 lodPrec.lodBits = 7;
725 lodPrec.derivateBits = 16;
729 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 352 tcu::LodPrecision lodPrec;
359 lodPrec.derivateBits = 10;
360 lodPrec.lodBits = isProjected ? 6 : 8;
397 lookupPrec, lodPrec, m_testCtx.getWatchDog());
672 tcu::LodPrecision lodPrec;
684 lodPrec.derivateBits = 10;
685 lodPrec.lodBits = isProjected ? 4 : 6;
721 lookupPrec, lodPrec, m_testCtx.getWatchDog());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 398 tcu::LodPrecision lodPrec;
405 lodPrec.derivateBits = 10;
406 lodPrec.lodBits = isProjected ? 6 : 8;
443 lookupPrec, lodPrec, m_testCtx.getWatchDog());
713 tcu::LodPrecision lodPrec;
725 lodPrec.derivateBits = 10;
726 lodPrec.lodBits = isProjected ? 4 : 6;
762 lookupPrec, lodPrec, m_testCtx.getWatchDog());
    [all...]

Completed in 376 milliseconds