Searched refs:m_curRowFragment (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRasterizer.hpp202 deInt32 m_curRowFragment; //!< Current rasterization position of one fragment in column of lineWidth fragments member in class:rr::SingleSampleLineRasterizer
H A DrrRasterizer.cpp868 , m_curRowFragment (0)
926 m_curRowFragment = 0;
962 for (; rowFragBegin + m_curRowFragment < rowFragEnd; m_curRowFragment++)
964 const int replicationId = rowFragBegin + m_curRowFragment;
1002 m_curRowFragment++; // don't redraw this fragment again next time
1008 m_curRowFragment = 0;

Completed in 287 milliseconds