Home
last modified time | relevance | path

Searched refs:lineSurroundingCoverage (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1580 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifyLineGroupPixelIndependentInterpolation() local
1594 lineSurroundingCoverage &= coverage; in verifyLineGroupPixelIndependentInterpolation()
1598 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifyLineGroupPixelIndependentInterpolation()
1904 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifySinglesampleWideLineGroupInterpolation() local
1918 lineSurroundingCoverage &= coverage; in verifySinglesampleWideLineGroupInterpolation()
1922 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifySinglesampleWideLineGroupInterpolation()