Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1186 bool foundFragment = false; in verifySinglesampleLineGroupRasterization() local
1191 foundFragment = true; in verifySinglesampleLineGroupRasterization()
1195 for (int dy = -1; dy < 2 && !foundFragment; ++dy) in verifySinglesampleLineGroupRasterization()
1196 for (int dx = -1; dx < 2 && !foundFragment; ++dx) in verifySinglesampleLineGroupRasterization()
1199 foundFragment = true; in verifySinglesampleLineGroupRasterization()
1202 if (!foundFragment) in verifySinglesampleLineGroupRasterization()