Searched refs:get_io_offset (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_info.c | 105 get_io_offset(nir_deref_var *deref) in get_io_offset() function 166 unsigned offset = get_io_offset(deref); in try_mask_partial_io()
|
D | nir_lower_io_arrays_to_elements.c | 35 get_io_offset(nir_builder *b, nir_deref_var *deref, nir_variable *var, in get_io_offset() function 136 unsigned io_offset = get_io_offset(b, intr->variables[0], var, in lower_array()
|
D | nir_lower_io.c | 88 get_io_offset(nir_builder *b, nir_deref_var *deref, in get_io_offset() function 421 offset = get_io_offset(b, intrin->variables[0], in nir_lower_io_block()
|