Searched refs:toplevel_var (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.h71 ir_variable *toplevel_var; member in struct:tfeedback_candidate
125 return this->matched_candidate->toplevel_var->data.assigned;
H A Dlower_xfb_varying.cpp196 ir_variable *toplevel_var; local in function:get_deref
198 toplevel_var = shader->symbols->get_variable(field);
201 if (toplevel_var == NULL) {
205 *deref = new (ctx) ir_dereference_variable(toplevel_var);
206 *type = toplevel_var->type;
H A Dlink_varyings.cpp1100 = this->matched_candidate->toplevel_var->data.location * 4
1101 + this->matched_candidate->toplevel_var->data.location_frac
1192 this->stream_id = this->matched_candidate->toplevel_var->data.stream;
1196 this->buffer = this->matched_candidate->toplevel_var->data.xfb_buffer;
1197 this->offset = this->matched_candidate->toplevel_var->data.offset +
1211 if (varying_has_user_specified_location(this->matched_candidate->toplevel_var)) {
1361 if (varying_has_user_specified_location(this->matched_candidate->toplevel_var)) {
2433 toplevel_var(NULL),
2445 this->toplevel_var = var;
2469 candidate->toplevel_var
2519 ir_variable *toplevel_var; member in class:tfeedback_candidate_generator
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.h71 ir_variable *toplevel_var; member in struct:tfeedback_candidate
118 return this->matched_candidate->toplevel_var->data.assigned;
H A Dlink_varyings.cpp1048 = this->matched_candidate->toplevel_var->data.location * 4
1049 + this->matched_candidate->toplevel_var->data.location_frac
1140 this->stream_id = this->matched_candidate->toplevel_var->data.stream;
1144 this->buffer = this->matched_candidate->toplevel_var->data.xfb_buffer;
1145 this->offset = this->matched_candidate->toplevel_var->data.offset +
2253 toplevel_var(NULL),
2264 this->toplevel_var = var;
2287 candidate->toplevel_var = this->toplevel_var;
2311 ir_variable *toplevel_var; member in class:tfeedback_candidate_generator
[all...]

Completed in 9 milliseconds