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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c632 nir_deref_instr **entry_p = &entry_dst_path.path[1]; local in function:load_from_deref_entry_value
634 while (*entry_p && *src_p) {
635 nir_deref_instr *entry_tail = *entry_p++;
646 assert(*entry_p == NULL);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c691 nir_deref_instr **entry_p = &entry_dst_path->path[1]; local in function:load_from_deref_entry_value
693 while (*entry_p && *src_p) {
694 nir_deref_instr *entry_tail = *entry_p++;
705 assert(*entry_p == NULL);

Completed in 4 milliseconds