Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2858 …VerifyTriangleGroupRasterizationLogStash* tempLogStash = (logStash == DE_NULL) ? new VerifyTriangl… in verifyTriangleGroupRasterization() local
2860 tempLogStash->result = result; in verifyTriangleGroupRasterization()
2861 tempLogStash->missingPixels = missingPixels; in verifyTriangleGroupRasterization()
2862 tempLogStash->unexpectedPixels = unexpectedPixels; in verifyTriangleGroupRasterization()
2863 tempLogStash->errorMask = errorMask; in verifyTriangleGroupRasterization()
2867 logTriangleGroupRasterizationStash(surface, log, *tempLogStash); in verifyTriangleGroupRasterization()
2868 delete tempLogStash; in verifyTriangleGroupRasterization()