Home
last modified time | relevance | path

Searched refs:matched_candidate (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp873 this->matched_candidate = NULL; in init()
970 = this->matched_candidate->toplevel_var->data.location * 4 in assign_location()
971 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
972 + this->matched_candidate->offset; in assign_location()
974 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1; in assign_location()
976 if (this->matched_candidate->type->is_array()) { in assign_location()
979 this->matched_candidate->type->fields.array->matrix_columns; in assign_location()
981 this->matched_candidate->type->fields.array->vector_elements; in assign_location()
1000 actual_array_size = this->matched_candidate->type->array_size(); in assign_location()
1025 this->type = this->matched_candidate->type->fields.array->gl_type; in assign_location()
[all …]
Dlink_varyings.h115 return this->matched_candidate->toplevel_var->data.assigned; in is_varying_written()
288 const tfeedback_candidate *matched_candidate; variable