Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c52 enum intersection_type { enum
475 static enum intersection_type line_intersect(const VGfloat *l1, in line_intersect()
480 enum intersection_type type; in line_intersect()
653 enum intersection_type type = line_intersect(prev_line, next_line, isect); in create_joins()