Searched refs:get_io_offset (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_gather_info.c | 105 get_io_offset(nir_deref_instr *deref, bool is_vertex_input) function in typeref:typename:unsigned 160 unsigned offset = get_io_offset(deref, false);
|
| H A D | nir_lower_io_arrays_to_elements.c | 36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, function in typeref:typename:unsigned 124 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]),
|
| H A D | nir_lower_io.c | 142 get_io_offset(nir_builder *b, nir_deref_instr *deref, function in typeref:typename:nir_ssa_def * 479 offset = get_io_offset(b, deref, per_vertex ? &vertex_index : NULL,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_arrays_to_elements.c | 36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, function in typeref:typename:unsigned 136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]),
|
| H A D | nir_gather_info.c | 197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) function in typeref:typename:unsigned 253 unsigned offset = get_io_offset(deref, var, is_arrayed);
|
| H A D | nir_lower_io.c | 181 get_io_offset(nir_builder *b, nir_deref_instr *deref, function in typeref:typename:nir_ssa_def * 652 * Otherwise get_io_offset would return out-of-bound offset which may 669 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL,
|
Completed in 10 milliseconds