Searched refs:get_io_offset (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_io_arrays_to_elements.c | 36 get_io_offset(nir_builder *b, nir_deref_instr *deref, nir_variable *var, in get_io_offset() function 136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
|
D | nir_gather_info.c | 197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset() function 253 unsigned offset = get_io_offset(deref, var, is_arrayed); in try_mask_partial_io()
|
D | nir_lower_io.c | 181 get_io_offset(nir_builder *b, nir_deref_instr *deref, in get_io_offset() function 669 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL, in nir_lower_io_block()
|