Lines Matching refs:toplevel_var

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()
2495 if (varying_has_user_specified_location(this->toplevel_var)) { in visit_field()
2519 ir_variable *toplevel_var; member in tfeedback_candidate_generator
2949 (matched_candidate->toplevel_var->data.explicit_location && in assign_varying_locations()
2950 matched_candidate->toplevel_var->data.location < VARYING_SLOT_VAR0 && in assign_varying_locations()
2953 BITFIELD_BIT(matched_candidate->toplevel_var->data.location))); in assign_varying_locations()
2967 new_candidate->toplevel_var = new_var; in assign_varying_locations()
2968 new_candidate->toplevel_var->data.is_unmatched_generic_inout = 1; in assign_varying_locations()
2981 matched_candidate->toplevel_var->data.is_xfb = 1; in assign_varying_locations()
2984 matched_candidate->toplevel_var->data.always_active_io = 1; in assign_varying_locations()
2995 linker::get_matching_input(mem_ctx, matched_candidate->toplevel_var, in assign_varying_locations()
3004 if (matched_candidate->toplevel_var->data.is_unmatched_generic_inout) { in assign_varying_locations()
3005 matched_candidate->toplevel_var->data.is_xfb_only = 1; in assign_varying_locations()
3006 matches.record(matched_candidate->toplevel_var, NULL); in assign_varying_locations()