Home
last modified time | relevance | path

Searched refs:toplevel_var (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlower_xfb_varying.cpp196 ir_variable *toplevel_var; in get_deref() local
198 toplevel_var = shader->symbols->get_variable(field); in get_deref()
201 if (toplevel_var == NULL) { in get_deref()
205 *deref = new (ctx) ir_dereference_variable(toplevel_var); in get_deref()
206 *type = toplevel_var->type; in get_deref()
Dlink_varyings.cpp1100 = this->matched_candidate->toplevel_var->data.location * 4 in assign_location()
1101 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
1192 this->stream_id = this->matched_candidate->toplevel_var->data.stream; 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()
2433 toplevel_var(NULL), in tfeedback_candidate_generator()
2445 this->toplevel_var = var; in process()
2469 candidate->toplevel_var = this->toplevel_var; in visit_field()
[all …]
Dlink_varyings.h71 ir_variable *toplevel_var; member
125 return this->matched_candidate->toplevel_var->data.assigned; in is_varying_written()