Lines Matching defs:lookupPrec
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);
722 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
760 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1346 tcu::LookupPrecision lookupPrec;
1350 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
1351 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
1352 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1353 lookupPrec.colorMask = getCompareMask(pixelFormat);
1391 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1560 tcu::LookupPrecision lookupPrec;
1564 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
1565 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
1566 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1567 lookupPrec.colorMask = getCompareMask(pixelFormat);
1593 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1871 tcu::LookupPrecision lookupPrec;
1880 lookupPrec.colorMask = getCompareMask(m_context.getRenderTarget().getPixelFormat());
1881 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_context.getRenderTarget().getPixelFormat())-2, IVec4(0)));
1882 lookupPrec.coordBits = tcu::IVec3(10);
1883 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
1909 lookupPrec
2192 tcu::LookupPrecision lookupPrec;
2196 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
2197 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
2198 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
2199 lookupPrec.colorMask = getCompareMask(pixelFormat);
2225 lookupPrec, lodPrec, m_testCtx.getWatchDog());