HomeSort by relevance Sort by last modified time
    Searched refs:m_bboxMax (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 160 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
198 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
rrRasterizer.cpp 478 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, m_horizontalFill == FILL_RIGHT);
479 m_bboxMax.y() = ceilSubpixelToPixelCoord (yMax, m_verticalFill == FILL_TOP);
489 m_bboxMax.x() = de::clamp(m_bboxMax.x(), wX0, wX1);
490 m_bboxMax.y() = de::clamp(m_bboxMax.y(), wY0, wY1);
502 while (m_curPos.y() <= m_bboxMax.y() && packetNdx < maxFragmentPackets)
547 if (m_curPos.x() > m_bboxMax.x())
678 while (m_curPos.y() <= m_bboxMax.y() && packetNdx < maxFragmentPackets)
732 if (m_curPos.x() > m_bboxMax.x()
    [all...]

Completed in 189 milliseconds