Home | History | Annotate | Download | only in functional

Lines Matching defs:lookupPrec

577 								 const PrecType&				lookupPrec,
605 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask,
607 lookupPrec.colorThreshold.template cast<ColorScalarType>()))))
609 if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, resultPix))
1511 tcu::LookupPrecision lookupPrec;
1512 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits);
1513 lookupPrec.coordBits = coordBits;
1514 lookupPrec.uvwBits = uvwBits;
1515 lookupPrec.colorMask = gls::TextureTestUtil::getCompareMask(pixelFormat);
1516 return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1520 tcu::IntLookupPrecision lookupPrec;
1521 lookupPrec.colorThreshold = UVec4(0);
1522 lookupPrec.coordBits = coordBits;
1523 lookupPrec.uvwBits = uvwBits;
1524 lookupPrec.colorMask = gls::TextureTestUtil::getCompareMask(pixelFormat);
1527 return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1529 return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);