Home
last modified time | relevance | path

Searched refs:hw_mask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/indices/
H A Du_indices.c63 u_index_prim_type_convert(unsigned hw_mask, enum pipe_prim_type prim, bool pv_matches) in u_index_prim_type_convert() argument
65 if ((hw_mask & (1<<prim)) && pv_matches) in u_index_prim_type_convert()
108 * \param hw_mask mask of (1 << PIPE_PRIM_x) flags indicating which types
122 u_index_translator(unsigned hw_mask, in u_index_translator() argument
148 if ((hw_mask & (1<<prim)) && in u_index_translator()
164 *out_prim = u_index_prim_type_convert(hw_mask, prim, in_pv == out_pv); in u_index_translator()
165 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr); in u_index_translator()
171 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) in u_index_count_converted_indices() argument
173 if ((hw_mask & (1<<prim)) && pv_matches) in u_index_count_converted_indices()
224 * \param hw_mask
237 u_index_generator(unsigned hw_mask, enum pipe_prim_type prim, unsigned start, unsigned nr, unsigned in_pv, unsigned out_pv, enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_generate_func *out_generate) u_index_generator() argument
[all...]
H A Du_indices.h87 u_index_prim_type_convert(unsigned hw_mask, enum pipe_prim_type prim, bool pv_matches);
96 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr);
107 u_index_translator(unsigned hw_mask,
130 u_index_generator(unsigned hw_mask,

Completed in 2 milliseconds