Searched refs:refPoint (Results 1 – 1 of 1) sorted by relevance
2411 …bool verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint, const …2412 …u::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, const tcu::IVec4…2990 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyNarrowPointPattern() local2993 if (refPoint.center.x() < bbox.min.x() - epsilon || in verifyNarrowPointPattern()2994 refPoint.center.y() < bbox.min.y() - epsilon || in verifyNarrowPointPattern()2995 refPoint.center.x() > bbox.max.x() + epsilon || in verifyNarrowPointPattern()2996 refPoint.center.y() > bbox.max.y() + epsilon) in verifyNarrowPointPattern()3001 …const tcu::IVec2 pixelCenter(deRoundFloatToInt32((refPoint.center.x() * 0.5f + 0.5f) * (float)view… in verifyNarrowPointPattern()3002 deRoundFloatToInt32((refPoint.center.y() * 0.5f + 0.5f) * (float)viewport.getHeight())); in verifyNarrowPointPattern()3011 const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel in verifyNarrowPointPattern()[all …]