Searched refs:matched_candidate (Results 1 – 2 of 2) sorted by relevance
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()[all …]
125 return this->matched_candidate->toplevel_var->data.assigned; in is_varying_written()278 const tfeedback_candidate *matched_candidate; variable