Searched refs:u_index_count_converted_indices (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_indices.c165 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr);
171 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) function in typeref:typename:unsigned
255 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr);
H A Du_indices.h96 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr);
H A Du_primconvert.c255 unsigned tmp_count = u_index_count_converted_indices(pc->cfg.primtypes_mask, true, info->mode, direct_draws[i].count);
267 new_draw.count = u_index_count_converted_indices(pc->cfg.primtypes_mask, true, info->mode, total_index_count);

Completed in 3 milliseconds