Home | History | Annotate | Download | only in functional

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());
1342 tcu::LookupPrecision lookupPrec;
1346 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
1347 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
1348 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1349 lookupPrec.colorMask = getCompareMask(pixelFormat);
1387 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1556 tcu::LookupPrecision lookupPrec;
1560 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
1561 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
1562 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
1563 lookupPrec.colorMask = getCompareMask(pixelFormat);
1589 lookupPrec, lodPrec, m_testCtx.getWatchDog());
1867 tcu::LookupPrecision lookupPrec;
1876 lookupPrec.colorMask = getCompareMask(m_context.getRenderTarget().getPixelFormat());
1877 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_context.getRenderTarget().getPixelFormat())-2, IVec4(0)));
1878 lookupPrec.coordBits = tcu::IVec3(10);
1879 lookupPrec.uvwBits = tcu::IVec3(5,5,0);
1905 lookupPrec, lodPrec, m_testCtx.getWatchDog());
2188 tcu::LookupPrecision lookupPrec;
2192 lookupPrec.coordBits = tcu::IVec3(20, 20, 20);
2193 lookupPrec.uvwBits = tcu::IVec3(16, 16, 16); // Doesn't really matter since pixels are unicolored.
2194 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
2195 lookupPrec.colorMask = getCompareMask(pixelFormat);
2221 lookupPrec, lodPrec, m_testCtx.getWatchDog());