Home | History | Annotate | Download | only in functional

Lines Matching defs:lookupPrec

716 			tcu::LookupPrecision	lookupPrec;
720 lookupPrec.colorMask = tcu::BVec4(true, true, true, true);
721 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
722 lookupPrec.coordBits = tcu::IVec3(22, 22, 22);
723 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0);
729 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));