Searched refs:pv_matches (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/indices/ |
H A D | u_indices.c | 63 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() 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()
|
H A D | u_indices.h | 87 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);
|
Completed in 1 milliseconds