Lines Matching refs:lookupPrec
396 tcu::LookupPrecision lookupPrec;
400 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
401 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
402 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
403 lookupPrec.colorMask = getCompareMask(pixelFormat);
442 lookupPrec, lodPrec, m_testCtx.getWatchDog());
711 tcu::LookupPrecision lookupPrec;
720 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
721 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
722 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10);
723 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
761 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1343 tcu::LookupPrecision lookupPrec;
1347 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
1348 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
1349 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1350 lookupPrec.colorMask = getCompareMask(pixelFormat);
1388 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1557 tcu::LookupPrecision lookupPrec;
1561 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
1562 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
1563 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1564 lookupPrec.colorMask = getCompareMask(pixelFormat);
1590 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1868 tcu::LookupPrecision lookupPrec;
1877 lookupPrec.colorMask = getCompareMask(m_context.getRenderTarget().getPixelFormat());
1878 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_context.getRenderTarget().getPixelFormat())-2, IVec4(0)));
1879 lookupPrec.coordBits = tcu::IVec3(10);
1880 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
1906 lookupPrec, lodPrec, m_testCtx.getWatchDog());
2189 tcu::LookupPrecision lookupPrec;
2193 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
2194 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
2195 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
2196 lookupPrec.colorMask = getCompareMask(pixelFormat);
2222 lookupPrec, lodPrec, m_testCtx.getWatchDog());