Lines Matching defs:child
873 nir_deref_instr *child = nir_instr_as_deref(use->parent_instr);
874 switch (child->deref_type) {
876 unreachable("nir_deref_type_var cannot be a child");
880 child->type = glsl_get_array_element(parent->type);
884 child->type = parent->type;
888 child->type = glsl_get_struct_field(parent->type,
889 child->strct.index);
898 nir_deref_instr_fixup_child_types(child);
964 * somehow a child of a packed struct.
1014 * child and we can get rid of the child alignment information.