Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1526 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifyLineGroupPixelIndependentInterpolation() local
1540 lineSurroundingCoverage &= coverage; in verifyLineGroupPixelIndependentInterpolation()
1544 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.gree… in verifyLineGroupPixelIndependentInterpolation()
1850 int lineSurroundingCoverage = 0xFFFF; // !< lines that will cover this fragment in verifySinglesampleWideLineGroupInterpolation() local
1864 lineSurroundingCoverage &= coverage; in verifySinglesampleWideLineGroupInterpolation()
1868 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black, args.redBits, args.gree… in verifySinglesampleWideLineGroupInterpolation()