Searched refs:deref_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.c583 nir_deref_instr **deref_p = &deref->path[1]; local in function:specialize_wildcards
587 for (; *deref_p; deref_p++) {
588 if ((*deref_p)->deref_type == nir_deref_type_array_wildcard) {
605 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c643 nir_deref_instr **deref_p = &deref->path[1]; local in function:specialize_wildcards
647 for (; *deref_p; deref_p++) {
648 if ((*deref_p)->deref_type == nir_deref_type_array_wildcard) {
665 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p);

Completed in 7 milliseconds