Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3230 tcu::IVec2 unionRange = widths[y]; in verifyWidePointAt() local
3234 unionRange.x() = de::max(unionRange.x(), widths[y+dy].x()); in verifyWidePointAt()
3235 unionRange.y() = de::min(unionRange.y(), widths[y+dy].y()); in verifyWidePointAt()
3240 const bool squareFits = (unionRange.y() - unionRange.x() + 1) >= expectedPointSize; in verifyWidePointAt()
3241 …st bool bboxClipped = (pointType == POINT_PARTIAL) && (unionRange.x() <= bbox.x() || unionRange.y… in verifyWidePointAt()
3242 const bool viewportClipped = unionRange.x() <= 0 || unionRange.y() >= viewport.getWidth()-1; in verifyWidePointAt()