Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c408 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_read()
428 nir_deref_path_init(&dst_path, dst, state->dead_ctx); in handle_write()
452 nir_deref_path_init(&dst_node->first_src_path, src, state->dead_ctx); in handle_write()
455 nir_deref_path_init(&src_path, src, state->dead_ctx); in handle_write()
567 nir_deref_path_init(&dst_path, dst_deref, state->dead_ctx); in opt_find_array_copies_block()
H A Dnir_split_vars.c293 nir_deref_path_init(&path, deref, mem_ctx); in split_struct_derefs_impl()
506 nir_deref_path_init(&path, deref, mem_ctx); in mark_array_deref_used()
782 nir_deref_path_init(&dst_path, dst_deref, mem_ctx); in split_array_copies_impl()
783 nir_deref_path_init(&src_path, src_deref, mem_ctx); in split_array_copies_impl()
838 nir_deref_path_init(&path, deref, mem_ctx); in split_array_access_impl()
1145 nir_deref_path_init(&path, deref, mem_ctx); in mark_deref_used()
1149 nir_deref_path_init(&copy_path, copy_deref, mem_ctx); in mark_deref_used()
1472 nir_deref_path_init(&path, deref, NULL); in vec_deref_is_oob()
H A Dnir_lower_var_copies.c103 nir_deref_path_init(&dst_path, dst, NULL); in nir_lower_deref_copy_instr()
104 nir_deref_path_init(&src_path, src, NULL); in nir_lower_deref_copy_instr()
H A Dnir_deref.c45 nir_deref_path_init(nir_deref_path *path, in nir_deref_path_init() function
315 nir_deref_path_init(&path, deref, NULL); in nir_deref_instr_get_const_offset()
349 nir_deref_path_init(&path, deref, NULL); in nir_build_deref_offset()
750 nir_deref_path_init(&a_path, a, NULL); in nir_compare_derefs()
751 nir_deref_path_init(&b_path, b, NULL); in nir_compare_derefs()
770 nir_deref_path_init(deref->_path, deref->instr, mem_ctx); in nir_get_deref_path()
H A Dnir_lower_const_arrays_to_uniforms.c188 nir_deref_path_init(&path, deref, NULL); in lower_const_array_to_uniform()
386 nir_deref_path_init(&path, deref, NULL); in nir_lower_const_arrays_to_uniforms()
H A Dnir_lower_io_arrays_to_elements.c41 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
251 nir_deref_path_init(&path, deref, NULL); in create_indirects_mask()
H A Dnir_deref.h52 void nir_deref_path_init(nir_deref_path *path,
H A Dnir_lower_texcoord_replace.c35 nir_deref_path_init(&path, deref, NULL); in get_io_index()
H A Dnir_lower_indirect_derefs.c171 nir_deref_path_init(&path, deref, NULL); in lower_indirect_derefs_block()
H A Dnir_lower_io_to_temporaries.c222 nir_deref_path_init(&interp_path, nir_src_as_deref(interp->src[0]), NULL); in fixup_interpolation_instr()
H A Dnir_split_64bit_vec3_and_vec4.c108 nir_deref_path_init(&path, deref, NULL); in get_linear_array_offset()
H A Dnir_opt_constant_folding.c103 nir_deref_path_init(&path, deref, NULL); in const_value_for_deref()
H A Dnir_lower_clip_cull_distance_arrays.c228 nir_deref_path_init(&path, deref, NULL); in lower_distance_deref()
H A Dnir_lower_io_to_vector.c373 nir_deref_path_init(&path, leader, NULL); in build_array_deref_of_new_var_flat()
H A Dnir_lower_vars_to_ssa.c243 nir_deref_path_init(&node->path, deref, state->dead_ctx); in get_deref_node()
H A Dnir_gather_info.c69 nir_deref_path_init(&path, deref, NULL); in get_deref_info()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dintel_nir_clamp_per_vertex_loads.c49 nir_deref_path_init(&path, deref, cb_data); in clamp_per_vertex_loads_instr()
H A Dbrw_nir_lower_ray_queries.c108 nir_deref_path_init(&path, deref, NULL); in get_ray_query_shadow_addr()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c180 nir_deref_path_init(&path, nir_src_as_deref(intrin->src[0]), NULL); in lower_builtin_instr()
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dclc_nir.c291 nir_deref_path_init(&path, deref, NULL); in lower_deref_base_to_constant()
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir_lower_bindless.c278 nir_deref_path_init(&path, deref, NULL); in lower_buffer_device_address()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c159 nir_deref_path_init(&path, deref, state->remap_table); in lower_deref()
H A Dgl_nir_lower_named_interface_blocks.c162 nir_deref_path_init(&path, deref, NULL); in flatten_named_interface_deref()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c313 nir_deref_path_init(&path, deref, NULL); in flatten_var_arrays()
813 nir_deref_path_init(&path, deref, NULL); in lower_alu_deref_srcs()
1321 nir_deref_path_init(&path, final_deref, NULL); in redirect_sampler_derefs()
1402 nir_deref_path_init(&path, final_deref, NULL); in redirect_texture_derefs()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c107 nir_deref_path_init(&path, (nir_deref_instr *)deref, NULL); in gather_usage()

12