Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2410 …VerifyTriangleGroupRasterizationLogStash* tempLogStash = (logStash == DE_NULL) ? new VerifyTriangl… in verifyTriangleGroupRasterization() local
2412 tempLogStash->result = result; in verifyTriangleGroupRasterization()
2413 tempLogStash->missingPixels = missingPixels; in verifyTriangleGroupRasterization()
2414 tempLogStash->unexpectedPixels = unexpectedPixels; in verifyTriangleGroupRasterization()
2415 tempLogStash->errorMask = errorMask; in verifyTriangleGroupRasterization()
2419 verifyTriangleGroupRasterizationLog(surface, log, *tempLogStash); in verifyTriangleGroupRasterization()
2420 delete tempLogStash; in verifyTriangleGroupRasterization()