Lines Matching refs:logFloodCounter
2409 …rt, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter);
2410 …rt, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter);
2411 …eratedPoint& refPoint, const ProjectedBBox& bbox, ResultPointType pointType, int& logFloodCounter);
2412 …fPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodCounter);
2830 int logFloodCounter = 8; in verifyRenderResult() local
2859 anyError = verifyWidePointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2861 anyError = verifyNarrowPointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2865 if (logFloodCounter < 0) in verifyRenderResult()
2866 …m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (-logFloodCounter) << " error descrip… in verifyRenderResult()
2982 …ort, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter) in verifyNarrowPointPattern() argument
3029 if (--logFloodCounter >= 0) in verifyNarrowPointPattern()
3044 …ort, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter) in verifyWidePointPattern() argument
3059 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_FULL, logFloodCounter); in verifyWidePointPattern()
3067 anyError |= !verifyWidePoint(viewport, refPoint, bbox, POINT_PARTIAL, logFloodCounter); in verifyWidePointPattern()
3074 …neratedPoint& refPoint, const ProjectedBBox& bbox, ResultPointType pointType, int& logFloodCounter) in verifyWidePoint() argument
3095 …ePointAt(pointPos, viewport, refPoint, verificationArea, pointType, componentNdx, logFloodCounter); in verifyWidePoint()
3112 …dePointAt(testPos, viewport, refPoint, verificationArea, pointType, componentNdx, logFloodCounter); in verifyWidePoint()
3123 if (--logFloodCounter >= 0) in verifyWidePoint()
3134 …efPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodCounter) in verifyWidePointAt() argument
3249 if (--logFloodCounter >= 0) in verifyWidePointAt()