Searched refs:toplevel_var (Results 1 – 3 of 3) sorted by relevance
196 ir_variable *toplevel_var; in get_deref() local198 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()
1100 = 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 …]
71 ir_variable *toplevel_var; member125 return this->matched_candidate->toplevel_var->data.assigned; in is_varying_written()