Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp94 namespace LineRasterUtil namespace
333 const bool intersectsAtCorner = LineRasterUtil::vertexOnLineSegment(p, line); in doesLineSegmentExitDiamond()
418 …const bool startVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v0, LineRasterU… in doesLineSegmentExitDiamond()
419 …(bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v0, LineRasterUtil::SubpixelLin… in doesLineSegmentExitDiamond()
420 …const bool endVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v1, LineRasterUti… in doesLineSegmentExitDiamond()
421 …(bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v1, LineRasterUtil::SubpixelLin… in doesLineSegmentExitDiamond()
434 LineRasterUtil::LINE_SIDE sideP0 = LineRasterUtil::getVertexSide(bounds[ndx].p0, line); in doesLineSegmentExitDiamond()
435 LineRasterUtil::LINE_SIDE sideP1 = LineRasterUtil::getVertexSide(bounds[ndx].p1, line); in doesLineSegmentExitDiamond()
437 if (sideP0 != LineRasterUtil::LINE_SIDE_INTERSECT && in doesLineSegmentExitDiamond()
438 sideP1 != LineRasterUtil::LINE_SIDE_INTERSECT && in doesLineSegmentExitDiamond()
[all …]