Lines Matching refs:lookupPrec
593 const PrecType& lookupPrec, in verifyGatherOffsets() argument
621 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
623 lookupPrec.colorThreshold.template cast<ColorScalarType>())))) in verifyGatherOffsets()
625 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets()
1530 tcu::LookupPrecision lookupPrec; in verify() local
1531 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify()
1532 lookupPrec.coordBits = coordBits; in verify()
1533 lookupPrec.uvwBits = uvwBits; in verify()
1534 lookupPrec.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verify()
1535 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify()
1539 tcu::IntLookupPrecision lookupPrec; in verify() local
1540 lookupPrec.colorThreshold = UVec4(0); in verify()
1541 lookupPrec.coordBits = coordBits; in verify()
1542 lookupPrec.uvwBits = uvwBits; in verify()
1543 lookupPrec.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verify()
1546 …return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, compo… in verify()
1548 …return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, compon… in verify()