Searched refs:pv_matches (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/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);
|
| H A D | u_indices.c | 63 u_index_prim_type_convert(unsigned hw_mask, enum pipe_prim_type prim, bool pv_matches) argument 65 if ((hw_mask & (1<<prim)) && pv_matches) 171 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) argument 173 if ((hw_mask & (1<<prim)) && pv_matches)
|
Completed in 2 milliseconds