Home | History | Annotate | Download | only in functional

Lines Matching defs:lookupPrec

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);
683 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
721 lookupPrec, lodPrec, m_testCtx.getWatchDog());