Lines Matching refs:matched_candidate

1002    this->matched_candidate = NULL;  in init()
1100 = this->matched_candidate->toplevel_var->data.location * 4 in assign_location()
1101 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
1102 + this->matched_candidate->struct_offset_floats; in assign_location()
1104 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1; in assign_location()
1106 if (this->matched_candidate->type->is_array()) { in assign_location()
1109 this->matched_candidate->type->fields.array->matrix_columns; in assign_location()
1111 this->matched_candidate->type->fields.array->vector_elements; in assign_location()
1130 actual_array_size = this->matched_candidate->type->array_size(); in assign_location()
1155 this->type = this->matched_candidate->type->fields.array->gl_type; in assign_location()
1165 this->vector_elements = this->matched_candidate->type->vector_elements; in assign_location()
1166 this->matrix_columns = this->matched_candidate->type->matrix_columns; in assign_location()
1167 this->type = this->matched_candidate->type->gl_type; in assign_location()
1192 this->stream_id = this->matched_candidate->toplevel_var->data.stream; in assign_location()
1195 unsigned struct_offset = this->matched_candidate->xfb_offset_floats * 4; in assign_location()
1196 this->buffer = this->matched_candidate->toplevel_var->data.xfb_buffer; in assign_location()
1197 this->offset = this->matched_candidate->toplevel_var->data.offset + in assign_location()
1211 if (varying_has_user_specified_location(this->matched_candidate->toplevel_var)) { in get_num_outputs()
1361 if (varying_has_user_specified_location(this->matched_candidate->toplevel_var)) { in store()
1463 this->matched_candidate = entry ? in find_candidate()
1466 if (!this->matched_candidate) { in find_candidate()
1478 return this->matched_candidate; in find_candidate()
1489 this->matched_candidate = candidate; in set_lowered_candidate()
2929 const tfeedback_candidate *matched_candidate in assign_varying_locations() local
2932 if (matched_candidate == NULL) { in assign_varying_locations()
2949 (matched_candidate->toplevel_var->data.explicit_location && in assign_varying_locations()
2950 matched_candidate->toplevel_var->data.location < VARYING_SLOT_VAR0 && in assign_varying_locations()
2953 BITFIELD_BIT(matched_candidate->toplevel_var->data.location))); in assign_varying_locations()
2977 matched_candidate = new_candidate; in assign_varying_locations()
2981 matched_candidate->toplevel_var->data.is_xfb = 1; in assign_varying_locations()
2984 matched_candidate->toplevel_var->data.always_active_io = 1; in assign_varying_locations()
2995 linker::get_matching_input(mem_ctx, matched_candidate->toplevel_var, in assign_varying_locations()
3004 if (matched_candidate->toplevel_var->data.is_unmatched_generic_inout) { in assign_varying_locations()
3005 matched_candidate->toplevel_var->data.is_xfb_only = 1; in assign_varying_locations()
3006 matches.record(matched_candidate->toplevel_var, NULL); in assign_varying_locations()