Searched refs:widthsDownwards (Results 1 – 1 of 1) sorted by relevance
2934 std::vector<tcu::IVec2> widthsDownwards; in verifyWidePointAt() local2996 …widthsDownwards.push_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSiz… in verifyWidePointAt()3001 …ttom || (pointType == POINT_PARTIAL && primitiveClippedBottom)) && !(widthsDownwards.empty() && wi… in verifyWidePointAt()3003 …const tcu::IVec2& range = (widthsDownwards.empty()) ? (widthsUpwards.front()) : (widthsDownwards… in verifyWidePointAt()3016 for (int ndx = 0; ndx < (int)widthsDownwards.size(); ++ndx) in verifyWidePointAt()3017 widths.push_back(widthsDownwards[ndx]); in verifyWidePointAt()