Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2418 …VerifyTriangleGroupRasterizationLogStash* tempLogStash = (logStash == DE_NULL) ? new VerifyTriangl… in verifyTriangleGroupRasterization() local
2420 tempLogStash->result = result; in verifyTriangleGroupRasterization()
2421 tempLogStash->missingPixels = missingPixels; in verifyTriangleGroupRasterization()
2422 tempLogStash->unexpectedPixels = unexpectedPixels; in verifyTriangleGroupRasterization()
2423 tempLogStash->errorMask = errorMask; in verifyTriangleGroupRasterization()
2427 verifyTriangleGroupRasterizationLog(surface, log, *tempLogStash); in verifyTriangleGroupRasterization()
2428 delete tempLogStash; in verifyTriangleGroupRasterization()