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).
200 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
281 tcu::IVec2 m_bboxMax; //!< Bounding box max (inclusive).
rrRasterizer.cpp 519 m_bboxMax.x() = ceilSubpixelToPixelCoord (xMax, m_horizontalFill == FILL_RIGHT);
520 m_bboxMax.y() = ceilSubpixelToPixelCoord (yMax, m_verticalFill == FILL_TOP);
530 m_bboxMax.x() = de::clamp(m_bboxMax.x(), wX0, wX1);
531 m_bboxMax.y() = de::clamp(m_bboxMax.y(), wY0, wY1);
550 while (m_curPos.y() <= m_bboxMax.y() && packetNdx < maxFragmentPackets)
595 if (m_curPos.x() > m_bboxMax.x())
730 while (m_curPos.y() <= m_bboxMax.y() && packetNdx < maxFragmentPackets)
784 if (m_curPos.x() > m_bboxMax.x()
    [all...]

Completed in 49 milliseconds