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

  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 718 tcu::LookupPrecision lookupPrec;
722 lookupPrec.colorMask = tcu::BVec4(true, true, true, true);
723 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
724 lookupPrec.coordBits = tcu::IVec3(22, 22, 22);
725 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0);
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
    [all...]
es31fTextureGatherTests.cpp 577 const PrecType& lookupPrec,
605 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask,
607 lookupPrec.colorThreshold.template cast<ColorScalarType>()))))
609 if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, resultPix))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 351 tcu::LookupPrecision lookupPrec;
355 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
356 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
357 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
358 lookupPrec.colorMask = getCompareMask(pixelFormat);
397 lookupPrec, lodPrec, m_testCtx.getWatchDog());
671 tcu::LookupPrecision lookupPrec;
680 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
681 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
682 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 395 tcu::LookupPrecision lookupPrec;
399 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
400 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
401 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
402 lookupPrec.colorMask = getCompareMask(pixelFormat);
441 lookupPrec, lodPrec, m_testCtx.getWatchDog());
710 tcu::LookupPrecision lookupPrec;
719 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
720 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
721 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 138 milliseconds