Searched refs:get_io_offset (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/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, in get_io_offset() function 136 unsigned io_offset = get_io_offset(b, nir_src_as_deref(intr->src[0]), in lower_array()
|
H A D | nir_gather_info.c | 221 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed, in get_io_offset() function 286 unsigned offset = get_io_offset(deref, var, is_arrayed, skip_non_arrayed); in try_mask_partial_io()
|
H A D | nir_lower_io.c | 230 get_io_offset(nir_builder *b, nir_deref_instr *deref, in get_io_offset() function 703 * Otherwise get_io_offset would return out-of-bound offset which may in nir_lower_io_block() 720 offset = get_io_offset(b, deref, is_arrayed ? &array_index : NULL, in nir_lower_io_block()
|
Completed in 7 milliseconds