Lines Matching defs:parent
734 print_src(&instr->parent, state);
738 assert(instr->parent.is_ssa);
739 nir_deref_instr *parent =
740 nir_instr_as_deref(instr->parent.ssa->parent_instr);
742 /* Is the parent we're going to print a bare cast? */
744 whole_chain && parent->deref_type == nir_deref_type_cast;
746 /* If we're not printing the whole chain, the parent we print will be a SSA
751 !whole_chain || parent->deref_type == nir_deref_type_cast;
767 print_deref_link(parent, whole_chain, state);
769 print_src(&instr->parent, state);
778 glsl_get_struct_elem_name(parent->type, instr->strct.index));