Home
last modified time | relevance | path

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

/external/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.h71 ir_variable *toplevel_var; member
119 return this->matched_candidate->toplevel_var->data.assigned; in is_varying_written()
Dlink_varyings.cpp1081 = this->matched_candidate->toplevel_var->data.location * 4 in assign_location()
1082 + this->matched_candidate->toplevel_var->data.location_frac in assign_location()
1173 this->stream_id = this->matched_candidate->toplevel_var->data.stream; in assign_location()
1177 this->buffer = this->matched_candidate->toplevel_var->data.xfb_buffer; in assign_location()
1178 this->offset = this->matched_candidate->toplevel_var->data.offset + in assign_location()
2356 toplevel_var(NULL), in tfeedback_candidate_generator()
2367 this->toplevel_var = var; in process()
2390 candidate->toplevel_var = this->toplevel_var; in visit_field()
2414 ir_variable *toplevel_var; member in tfeedback_candidate_generator
2841 (matched_candidate->toplevel_var->data.explicit_location && in assign_varying_locations()
[all …]