/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_find_array_copies.c | 407 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()
|
D | nir_lower_var_copies.c | 108 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()
|
D | nir_deref.h | 52 void nir_deref_path_init(nir_deref_path *path,
|
D | nir_split_vars.c | 239 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(©_path, copy_deref, mem_ctx); in mark_deref_used() 1428 nir_deref_path_init(&path, deref, NULL); in vec_deref_is_oob()
|
D | nir_deref.c | 43 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()
|
D | nir_lower_const_arrays_to_uniforms.c | 189 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()
|
D | nir_lower_io_arrays_to_elements.c | 41 nir_deref_path_init(&path, deref, NULL); in get_io_offset() 257 nir_deref_path_init(&path, deref, NULL); in create_indirects_mask()
|
D | nir_lower_texcoord_replace.c | 35 nir_deref_path_init(&path, deref, NULL); in get_io_index()
|
D | nir_lower_indirect_derefs.c | 168 nir_deref_path_init(&path, deref, NULL); in lower_indirect_derefs_block()
|
D | nir_split_64bit_vec3_and_vec4.c | 109 nir_deref_path_init(&path, deref, NULL); in get_linear_array_offset()
|
D | nir_lower_io_to_temporaries.c | 224 nir_deref_path_init(&interp_path, nir_src_as_deref(interp->src[0]), NULL); in fixup_interpolation_instr()
|
D | nir_opt_constant_folding.c | 120 nir_deref_path_init(&path, deref, NULL); in const_value_for_deref()
|
D | nir_lower_vars_to_ssa.c | 241 nir_deref_path_init(&node->path, deref, state->dead_ctx); in get_deref_node()
|
D | nir_lower_io_to_vector.c | 367 nir_deref_path_init(&path, leader, NULL); in build_array_deref_of_new_var_flat()
|
D | nir_gather_info.c | 62 nir_deref_path_init(&path, deref, NULL); in get_deref_info()
|
D | nir_opt_load_store_vectorize.c | 593 nir_deref_path_init(&path, entry->deref, NULL); in create_entry()
|
D | nir_lower_io.c | 236 nir_deref_path_init(&path, deref, NULL); in get_io_offset()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_builtin.c | 186 nir_deref_path_init(&path, nir_src_as_deref(intrin->src[0]), NULL); in lower_builtin_instr()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_samplers_as_deref.c | 160 nir_deref_path_init(&path, deref, state->remap_table); in lower_deref()
|
D | gl_nir_link_uniforms.c | 417 nir_deref_path_init(&path, deref, NULL); in add_var_use_deref()
|
D | glsl_to_nir.cpp | 928 nir_deref_path_init(&path, deref, NULL); in deref_get_qualifier()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 138 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/ |
D | brw_nir_lower_ray_queries.c | 101 nir_deref_path_init(&path, deref, NULL); in get_ray_query_shadow_addr()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 113 nir_deref_path_init(&path, (nir_deref_instr *)deref, NULL); in gather_usage()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 1008 nir_deref_path_init(&path, deref, b->shader); in split_multistream_varying_stores()
|