Searched refs:hw_mask (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| 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) 108 * \param hw_mask mask of (1 << PIPE_PRIM_x) flags indicating which types 122 u_index_translator(unsigned hw_mask, argument 148 if ((hw_mask & (1<<prim)) && 164 *out_prim = u_index_prim_type_convert(hw_mask, prim, in_pv == out_pv); 165 *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) argument 173 if ((hw_mask & (1<<prim)) && pv_matches) 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) argument [all...] |
| 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); 107 u_index_translator(unsigned hw_mask, 130 u_index_generator(unsigned hw_mask,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices.h | 95 u_index_translator(unsigned hw_mask, 118 u_index_generator(unsigned hw_mask,
|
| H A D | u_indices.c | 60 * \param hw_mask mask of (1 << PIPE_PRIM_x) flags indicating which types 74 u_index_translator(unsigned hw_mask, argument 100 if ((hw_mask & (1<<prim)) && 211 * \param hw_mask a bitmask of (1 << PIPE_PRIM_x) values that indicates 224 u_index_generator(unsigned hw_mask, argument 242 if ((hw_mask & (1<<prim)) &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_emit.c | 136 uint hw_mask[4]; member in struct:target_fixup::__anonfb79c24f0108 150 return fixup_mask[i].hw_mask[component]; 153 return fixup_mask[i].hw_mask[component];
|
Completed in 6 milliseconds