Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp957 const int fragmentLocation = (isXMajor) ? (m_curPos.y()) : (m_curPos.x()); in rasterize() local
958 const int rowFragBegin = de::max(0, minViewportLimit - fragmentLocation); in rasterize()
959 const int rowFragEnd = de::min(maxViewportLimit - fragmentLocation, lineWidth); in rasterize()