Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp317 bool pointInclusive; // would a point in this corner intersect with the region in doesLineSegmentExitDiamond() member
358 const bool startIsInside = corners[ndx].pointInclusive || p != line.m_v0; in doesLineSegmentExitDiamond()
359 const bool endIsOutside = !corners[ndx].pointInclusive || p != line.m_v1; in doesLineSegmentExitDiamond()