Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.hpp132 …Mode mode = VERIFICATIONMODE_STRICT, VerifyTriangleGroupRasterizationLogStash* logStash = DE_NULL);
DtcuRasterizationVerifier.cpp910 …tcu::TestLog& log, ClipMode clipMode, VerifyTriangleGroupRasterizationLogStash* logStash = DE_NULL) in verifyMultisampleLineGroupRasterization() argument
966 …fyTriangleGroupRasterization(surface, triangleScene, args, log, VERIFICATIONMODE_STRICT, logStash); in verifyMultisampleLineGroupRasterization()
2245 …const tcu::Surface& surface, tcu::TestLog& log, VerifyTriangleGroupRasterizationLogStash& logStash) in verifyTriangleGroupRasterizationLog() argument
2250 if (!logStash.result) in verifyTriangleGroupRasterizationLog()
2253 << logStash.missingPixels << " missing pixels. (Marked with purple)\n\t" in verifyTriangleGroupRasterizationLog()
2254 << logStash.unexpectedPixels << " incorrectly filled pixels. (Marked with red)\n\t" in verifyTriangleGroupRasterizationLog()
2259 << tcu::TestLog::Image("ErrorMask", "ErrorMask", logStash.errorMask) in verifyTriangleGroupRasterizationLog()
2271 …args, tcu::TestLog& log, VerificationMode mode, VerifyTriangleGroupRasterizationLogStash* logStash) in verifyTriangleGroupRasterization() argument
2418 …sterizationLogStash* tempLogStash = (logStash == DE_NULL) ? new VerifyTriangleGroupRasterizationLo… in verifyTriangleGroupRasterization()
2425 if (logStash == DE_NULL) in verifyTriangleGroupRasterization()