Lines Matching defs:result

3068 	, m_result			()	// \note no per-iteration result logging (only one iteration)
3086 , m_result (testCtx.getLog(), "Iteration result: ")
3520 static bool edgeRelaxedImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, const tcu::IVec3& renderTargetThreshold, int maxAllowedInvalidPixels)
3522 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
3545 const tcu::RGBA screenPixel = result.getPixel(x, y);
3547 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.)
3552 // pixel valid, write greenish pixels to make the result image easier to read
3567 const bool isOkReferenceCoverage = pixelNeighborhoodContainsCoverage(result, x, y, referenceCoverage); // Check reference pixel against screen pixel
3572 // pixel valid, write greenish pixels to make the result image easier to read
3598 << TestLog::Image("Result", "Result", result)
3608 << TestLog::Image("Result", "Result", result)
3615 static bool intersectionRelaxedLineImageCompare (tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::Surface& reference, const tcu::Surface& result, const tcu::IVec3& compareThreshold, int maxAllowedInvalidPixels)
3617 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
3640 const tcu::RGBA screenPixel = result.getPixel(x, y);
3643 const bool isOkReferencePixel = directMatch || pixelNeighborhoodContainsColor(result, x, y, refPixel, compareThreshold); // screen image has a matching pixel nearby (~= If something is drawn on reference, it must be drawn to screen too.)
3647 // pixel valid, write greenish pixels to make the result image easier to read
3652 !pixelNearLineIntersection(x, y, result))
3665 const bool isOkReferenceCoverage = pixelNeighborhoodContainsCoverage(result, x, y, referenceCoverage); // Check reference pixel against screen pixel
3669 // pixel valid, write greenish pixels to make the result image easier to read
3695 << TestLog::Image("Result", "Result", result)
3705 << TestLog::Image("Result", "Result", result)
3720 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: Comparision of result from multisample render targets are not as stricts as without multisampling. Might produce false positives!" << tcu::TestLog::EndMessage;
3766 // reference image and by the other in the result image. Relax comparsion near primitive edges and