Searched refs:lineSurroundingCoverage (Results 1 – 1 of 1) sorted by relevance
1825 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifyLineGroupPixelIndependentInterpolation() local1839 lineSurroundingCoverage &= coverage; in verifyLineGroupPixelIndependentInterpolation()1843 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifyLineGroupPixelIndependentInterpolation()2149 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifySinglesampleWideLineGroupInterpolation() local2163 lineSurroundingCoverage &= coverage; in verifySinglesampleWideLineGroupInterpolation()2167 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifySinglesampleWideLineGroupInterpolation()