Home
last modified time | relevance | path

Searched defs:DiamondCorners (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp293 const struct DiamondCorners in doesLineSegmentExitDiamond() struct
295 enum CORNER_EDGE_CASE_BEHAVIOR in doesLineSegmentExitDiamond()
302 enum CORNER_START_CASE_BEHAVIOR in doesLineSegmentExitDiamond()
309 enum CORNER_END_CASE_BEHAVIOR in doesLineSegmentExitDiamond()
317 tcu::Vector<int64_t, 2> dp; in doesLineSegmentExitDiamond()
318 bool pointInclusive; // would a point in this corner intersect with the region in doesLineSegmentExitDiamond()
320 lineBehavior; // would a line segment going through this corner intersect with the region in doesLineSegmentExitDiamond()
321 …ORNER_START_CASE_BEHAVIOR startBehavior; // how the corner behaves if the start point at the corner in doesLineSegmentExitDiamond()
322 … CORNER_END_CASE_BEHAVIOR endBehavior; // how the corner behaves if the end point at the corner in doesLineSegmentExitDiamond()