Lines Matching defs:candidate
1088 * transform feedback candidate found by find_candidate.
1482 * Force a candidate over the previously matched one. It happens when a new
1487 tfeedback_decl::set_lowered_candidate(const tfeedback_candidate *candidate)
1489 this->matched_candidate = candidate;
2467 tfeedback_candidate *candidate
2469 candidate->toplevel_var = this->toplevel_var;
2470 candidate->type = type;
2486 candidate->xfb_offset_floats = this->xfb_offset_floats;
2487 candidate->struct_offset_floats = this->varying_floats;
2491 candidate);
2965 /* Create new candidate and replace matched_candidate */