Home
last modified time | relevance | path

Searched refs:nir_deref_path_init (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c407 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_read()
427 nir_deref_path_init(&dst_path, dst, state->dead_ctx); in handle_write()
451 nir_deref_path_init(&dst_node->first_src_path, src, state->dead_ctx); in handle_write()
454 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_write()
566 nir_deref_path_init(&dst_path, dst_deref, state->dead_ctx); in opt_find_array_copies_block()
Dnir_lower_var_copies.c108 nir_deref_path_init(&dst_path, dst, NULL); in nir_lower_deref_copy_instr()
109 nir_deref_path_init(&src_path, src, NULL); in nir_lower_deref_copy_instr()
Dnir_deref.h47 void nir_deref_path_init(nir_deref_path *path,
Dnir_split_vars.c251 nir_deref_path_init(&path, deref, mem_ctx); in split_struct_derefs_impl()
469 nir_deref_path_init(&path, deref, mem_ctx); in mark_array_deref_used()
745 nir_deref_path_init(&dst_path, dst_deref, mem_ctx); in split_array_copies_impl()
746 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl()
802 nir_deref_path_init(&path, deref, mem_ctx); in split_array_access_impl()
1108 nir_deref_path_init(&path, deref, mem_ctx); in mark_deref_used()
1112 nir_deref_path_init(&copy_path, copy_deref, mem_ctx); in mark_deref_used()
1439 nir_deref_path_init(&path, deref, NULL); in vec_deref_is_oob()
Dnir_deref.c43 nir_deref_path_init(nir_deref_path *path, in nir_deref_path_init() function
298 nir_deref_path_init(&path, deref, NULL); in nir_deref_instr_get_const_offset()
332 nir_deref_path_init(&path, deref, NULL); in nir_build_deref_offset()
628 nir_deref_path_init(&a_path, a, NULL); in nir_compare_derefs()
629 nir_deref_path_init(&b_path, b, NULL); in nir_compare_derefs()
Dnir_lower_io_arrays_to_elements.c41 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
259 nir_deref_path_init(&path, deref, NULL); in create_indirects_mask()
Dnir_lower_indirect_derefs.c164 nir_deref_path_init(&path, deref, NULL); in lower_indirect_derefs_block()
Dnir_opt_copy_prop_vars.c672 nir_deref_path_init(&entry_dst_path, entry->dst, state->mem_ctx); in load_from_deref_entry_value()
673 nir_deref_path_init(&src_path, src, state->mem_ctx); in load_from_deref_entry_value()
698 nir_deref_path_init(&entry_src_path, entry->src.deref, state->mem_ctx); in load_from_deref_entry_value()
Dnir_opt_constant_folding.c121 nir_deref_path_init(&path, deref, NULL); in const_value_for_deref()
Dnir_lower_io_to_temporaries.c224 nir_deref_path_init(&interp_path, nir_src_as_deref(interp->src[0]), NULL); in fixup_interpolation_instr()
Dnir_lower_vars_to_ssa.c241 nir_deref_path_init(&node->path, deref, state->dead_ctx); in get_deref_node()
Dnir_gather_info.c49 nir_deref_path_init(&path, deref, NULL); in get_deref_info()
Dnir_opt_load_store_vectorize.c574 nir_deref_path_init(&path, entry->deref, NULL); in create_entry()
Dnir_lower_io.c182 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
/external/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_builtin.c182 nir_deref_path_init(&path, nir_src_as_deref(intrin->src[0]), NULL); in lower_builtin_block()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c147 nir_deref_path_init(&path, deref, state->remap_table); in lower_deref()
Dgl_nir_link_uniforms.c391 nir_deref_path_init(&path, deref, NULL); in add_var_use_deref()
Dglsl_to_nir.cpp905 nir_deref_path_init(&path, deref, NULL); in deref_get_qualifier()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c112 nir_deref_path_init(&path, (nir_deref_instr *)deref, NULL); in gather_usage()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1015 nir_deref_path_init(&path, instr, NULL); in get_deref_offset()
/external/mesa3d/docs/relnotes/
D20.0.0.rst653 - nir: Make nir_deref_path_init skip trivial casts