Lines Matching defs:comp2
495 struct varying_component *comp2 = (struct varying_component *) comp2_v;
498 if (comp1->is_patch != comp2->is_patch)
504 if (comp1->is_per_primitive != comp2->is_per_primitive)
510 if (comp1->is_intra_stage_only != comp2->is_intra_stage_only)
514 if (comp1->is_mediump != comp2->is_mediump)
520 if (comp1->interp_type != comp2->interp_type)
521 return comp1->interp_type - comp2->interp_type;
524 if (comp1->interp_loc != comp2->interp_loc)
525 return comp1->interp_loc - comp2->interp_loc;
529 const struct nir_variable_data *const data2 = &comp2->var->data;