Searched refs:entry_dst_path (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c627 nir_deref_path entry_dst_path, src_path; local in function:load_from_deref_entry_value
628 nir_deref_path_init(&entry_dst_path, entry->dst, state->mem_ctx);
632 nir_deref_instr **entry_p = &entry_dst_path.path[1];
656 &entry_dst_path, &src_path);
668 nir_deref_path_finish(&entry_dst_path);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c687 nir_deref_path *entry_dst_path = nir_get_deref_path(state->mem_ctx, &entry->dst); local in function:load_from_deref_entry_value
691 nir_deref_instr **entry_p = &entry_dst_path->path[1];
717 entry_dst_path, src_path);

Completed in 6 milliseconds