Home
last modified time | relevance | path

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

12

/third_party/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.h52 void nir_deref_path_init(nir_deref_path *path,
Dnir_split_vars.c239 nir_deref_path_init(&path, deref, mem_ctx); in split_struct_derefs_impl()
457 nir_deref_path_init(&path, deref, mem_ctx); in mark_array_deref_used()
734 nir_deref_path_init(&dst_path, dst_deref, mem_ctx); in split_array_copies_impl()
735 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl()
791 nir_deref_path_init(&path, deref, mem_ctx); in split_array_access_impl()
1097 nir_deref_path_init(&path, deref, mem_ctx); in mark_deref_used()
1101 nir_deref_path_init(&copy_path, copy_deref, mem_ctx); in mark_deref_used()
1428 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
308 nir_deref_path_init(&path, deref, NULL); in nir_deref_instr_get_const_offset()
342 nir_deref_path_init(&path, deref, NULL); in nir_build_deref_offset()
689 nir_deref_path_init(&a_path, a, NULL); in nir_compare_derefs()
690 nir_deref_path_init(&b_path, b, NULL); in nir_compare_derefs()
708 nir_deref_path_init(deref->_path, deref->instr, mem_ctx); in nir_get_deref_path()
Dnir_lower_const_arrays_to_uniforms.c189 nir_deref_path_init(&path, deref, NULL); in lower_const_array_to_uniform()
388 nir_deref_path_init(&path, deref, NULL); in nir_lower_const_arrays_to_uniforms()
Dnir_lower_io_arrays_to_elements.c41 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
257 nir_deref_path_init(&path, deref, NULL); in create_indirects_mask()
Dnir_lower_texcoord_replace.c35 nir_deref_path_init(&path, deref, NULL); in get_io_index()
Dnir_lower_indirect_derefs.c168 nir_deref_path_init(&path, deref, NULL); in lower_indirect_derefs_block()
Dnir_split_64bit_vec3_and_vec4.c109 nir_deref_path_init(&path, deref, NULL); in get_linear_array_offset()
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_opt_constant_folding.c120 nir_deref_path_init(&path, deref, NULL); in const_value_for_deref()
Dnir_lower_vars_to_ssa.c241 nir_deref_path_init(&node->path, deref, state->dead_ctx); in get_deref_node()
Dnir_lower_io_to_vector.c367 nir_deref_path_init(&path, leader, NULL); in build_array_deref_of_new_var_flat()
Dnir_gather_info.c62 nir_deref_path_init(&path, deref, NULL); in get_deref_info()
Dnir_opt_load_store_vectorize.c593 nir_deref_path_init(&path, entry->deref, NULL); in create_entry()
Dnir_lower_io.c236 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_builtin.c186 nir_deref_path_init(&path, nir_src_as_deref(intrin->src[0]), NULL); in lower_builtin_instr()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c160 nir_deref_path_init(&path, deref, state->remap_table); in lower_deref()
Dgl_nir_link_uniforms.c417 nir_deref_path_init(&path, deref, NULL); in add_var_use_deref()
Dglsl_to_nir.cpp928 nir_deref_path_init(&path, deref, NULL); in deref_get_qualifier()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c138 nir_deref_path_init(&path, deref, NULL); in lower_load_deref()
934 nir_deref_path_init(&path, deref, NULL); in lower_alu_deref_srcs()
1528 nir_deref_path_init(&path, final_deref, NULL); in redirect_sampler_derefs()
1609 nir_deref_path_init(&path, final_deref, NULL); in redirect_texture_derefs()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_ray_queries.c101 nir_deref_path_init(&path, deref, NULL); in get_ray_query_shadow_addr()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c113 nir_deref_path_init(&path, (nir_deref_instr *)deref, NULL); in gather_usage()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c1008 nir_deref_path_init(&path, deref, b->shader); in split_multistream_varying_stores()

12