Home
last modified time | relevance | path

Searched refs:nir_build_deref_follower (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c46 parent = nir_build_deref_follower(b, parent, **deref_arr); in build_deref_to_next_wildcard()
Dnir_split_per_member_structs.c114 return nir_build_deref_follower(b, parent, deref); in build_member_deref()
Dnir_split_vars.c268 new_deref = nir_build_deref_follower(&b, new_deref, p); in split_struct_derefs_impl()
661 dst = nir_build_deref_follower(b, dst, dst_p); in emit_split_copies()
669 src = nir_build_deref_follower(b, src, src_p); in emit_split_copies()
834 new_deref = nir_build_deref_follower(&b, new_deref, in split_array_access_impl()
Dnir_lower_indirect_derefs.c84 parent = nir_build_deref_follower(b, parent, deref); in emit_load_store_deref()
Dnir_opt_copy_prop_vars.c659 ret_tail = nir_build_deref_follower(b, ret_tail, *spec_p); in specialize_wildcards()
664 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p); in specialize_wildcards()
724 value->deref.instr = nir_build_deref_follower(b, value->deref.instr, src_tail); in load_from_deref_entry_value()
Dnir_opt_find_array_copies.c303 tail = nir_build_deref_follower(b, tail, path->path[i]); in build_wildcard_deref()
Dnir_lower_io_to_vector.c330 return nir_build_deref_follower(b, parent, leader); in build_array_deref_of_new_var()
Dnir_builder.h1305 nir_build_deref_follower(nir_builder *b, nir_deref_instr *parent, in nir_build_deref_follower() function
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1556 new_tail = nir_build_deref_follower(b, new_tail, path.path[i]); in redirect_sampler_derefs()
1635 new_tail = nir_build_deref_follower(b, new_tail, path.path[i]); in redirect_texture_derefs()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c1018 new_path = nir_build_deref_follower(b, new_path, path.path[i]); in split_multistream_varying_stores()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst891 - nir: nir_build_deref_follower accept array derefs of vectors