Home | History | Annotate | Download | only in functional

Lines Matching refs:lookupPrec

352 		tcu::LookupPrecision	lookupPrec;
356 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
357 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
358 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
359 lookupPrec.colorMask = getCompareMask(pixelFormat);
398 lookupPrec, lodPrec, m_testCtx.getWatchDog());
680 tcu::LookupPrecision lookupPrec;
689 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
690 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
691 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
692 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
731 lookupPrec, lodPrec, m_testCtx.getWatchDog());