Searched refs:draw_pt_trim_count (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_util.c | 96 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) function in typeref:typename:unsigned
|
| H A D | draw_split_tmp.h | 45 count = draw_pt_trim_count(count, first, incr); 90 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr); 118 draw_pt_trim_count(MIN2(max_count_loop, count), first, incr); 141 draw_pt_trim_count(MIN2(max_count_fan, count), first, incr);
|
| H A D | draw_pt.h | 250 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr);
|
| H A D | draw_pt.c | 70 count = draw_pt_trim_count(count, first, incr);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_util.c | 96 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) function in typeref:typename:unsigned
|
| H A D | draw_split_tmp.h | 49 count = draw_pt_trim_count(count, first, incr); 95 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr); 123 draw_pt_trim_count(MIN2(max_count_loop, count), first, incr); 146 draw_pt_trim_count(MIN2(max_count_fan, count), first, incr);
|
| H A D | draw_pt.h | 245 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr);
|
| H A D | draw_pt.c | 150 count = draw_pt_trim_count(draw_info[i].count, first, incr);
|
Completed in 15 milliseconds