• Home
  • Raw
  • Download

Lines Matching refs:interpolationCandidate

1989 …SingleSampleWideLineCandidate::InterpolationPointCandidate& interpolationCandidate = candidate.int…  in verifySinglesampleWideLineGroupInterpolation()  local
1992 interpolationCandidate.interpolationPoint = rootPosition; in verifySinglesampleWideLineGroupInterpolation()
1993 interpolationCandidate.colorMin = colorMin; in verifySinglesampleWideLineGroupInterpolation()
1994 interpolationCandidate.colorMax = colorMax; in verifySinglesampleWideLineGroupInterpolation()
1995 interpolationCandidate.colorMinF = colorMinF; in verifySinglesampleWideLineGroupInterpolation()
1996 interpolationCandidate.colorMaxF = colorMaxF; in verifySinglesampleWideLineGroupInterpolation()
1997 interpolationCandidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
1998 interpolationCandidate.valueRangeMax = valueMax.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
2048 …const SingleSampleWideLineCandidate::InterpolationPointCandidate& interpolationCandidate = candida… in verifySinglesampleWideLineGroupInterpolation() local
2051 …<< "\t\t\tRoot fragment position (non-replicated fragment): " << interpolationCandidate.interpolat… in verifySinglesampleWideLineGroupInterpolation()
2052 …<< "\t\t\tReference native color min: " << tcu::clamp(interpolationCandidate.colorMin, tcu::IVec3(… in verifySinglesampleWideLineGroupInterpolation()
2053 …<< "\t\t\tReference native color max: " << tcu::clamp(interpolationCandidate.colorMax, tcu::IVec3(… in verifySinglesampleWideLineGroupInterpolation()
2054 …<< "\t\t\tReference native float min: " << tcu::clamp(interpolationCandidate.colorMinF, tcu::Vec3(… in verifySinglesampleWideLineGroupInterpolation()
2055 …<< "\t\t\tReference native float max: " << tcu::clamp(interpolationCandidate.colorMaxF, tcu::Vec3(… in verifySinglesampleWideLineGroupInterpolation()
2056 …<< "\t\t\tFmin:\t" << tcu::clamp(interpolationCandidate.valueRangeMin, tcu::Vec3(0.0f, 0.0f, 0.0f)… in verifySinglesampleWideLineGroupInterpolation()
2057 …<< "\t\t\tFmax:\t" << tcu::clamp(interpolationCandidate.valueRangeMax, tcu::Vec3(0.0f, 0.0f, 0.0f)… in verifySinglesampleWideLineGroupInterpolation()