Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpolygon.h44 int polygon_vertex_count(struct polygon *poly);
Dpolygon.c132 int polygon_vertex_count(struct polygon *poly) in polygon_vertex_count() function
Dstroker.c247 if (itr->curve_index >= polygon_vertex_count(itr->curve_poly)) { in stroke_flat_next()
293 itr->curve_index < (polygon_vertex_count(itr->curve_poly)-1)) in stroke_flat_has_next()
Dpath.c405 if (current && polygon_vertex_count(current) > 0) { in path_get_fill_polygons()
610 if (polygon_vertex_count(current) > 0) { in path_get_fill_polygons()