HomeSort by relevance Sort by last modified time
    Searched refs:draw_pt_trim_count (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_util.c 96 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) function
draw_split_tmp.h 46 count = draw_pt_trim_count(count, first, incr);
91 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr);
119 draw_pt_trim_count(MIN2(max_count_loop, count), first, incr);
142 draw_pt_trim_count(MIN2(max_count_fan, count), first, incr);
draw_pt.h 241 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr);
draw_pt.c 69 count = draw_pt_trim_count(count, first, incr);

Completed in 189 milliseconds