Searched refs:entry_src_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.c653 nir_deref_path entry_src_path; local in function:load_from_deref_entry_value
654 nir_deref_path_init(&entry_src_path, entry->src.deref, state->mem_ctx);
655 value->deref = specialize_wildcards(b, &entry_src_path,
657 nir_deref_path_finish(&entry_src_path);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c714 nir_deref_path *entry_src_path = local in function:load_from_deref_entry_value
716 value->deref.instr = specialize_wildcards(b, entry_src_path,

Completed in 5 milliseconds