Searched refs:cur_scope (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 1152 prog_scope *cur_scope = scopes.create(nullptr, outer_scope, 0, 0, line); in get_temp_registers_required_live_ranges() local 1162 RENAME_DEBUG(dump_instruction(debug_log, line, cur_scope, *inst)); in get_temp_registers_required_live_ranges() 1166 cur_scope = scopes.create(cur_scope, loop_body, loop_id++, in get_temp_registers_required_live_ranges() 1167 cur_scope->nesting_depth() + 1, line); in get_temp_registers_required_live_ranges() 1171 cur_scope->set_end(line); in get_temp_registers_required_live_ranges() 1172 cur_scope = cur_scope->parent(); in get_temp_registers_required_live_ranges() 1173 assert(cur_scope); in get_temp_registers_required_live_ranges() 1179 access.record_read(inst->src[0], line, cur_scope); in get_temp_registers_required_live_ranges() 1180 cur_scope = scopes.create(cur_scope, if_branch, if_id++, in get_temp_registers_required_live_ranges() 1181 cur_scope->nesting_depth() + 1, line + 1); in get_temp_registers_required_live_ranges() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverange.cpp | 747 cur_scope(nullptr) in LiverangeEvaluator() 774 cur_scope = scopes->create(nullptr, outer_scope, 0, 0, line); in run() 785 temp_acc[g.sel()].record_write(line, cur_scope, 1 << g.chan(), false); in run() 786 temp_acc[g.sel()].record_read(line, cur_scope, 1 << g.chan(), false); in run() 791 temp_acc[g.sel()].record_read(0x7fffff, cur_scope, 1 << g.chan(), false); in run() 804 assert(cur_scope->type() == outer_scope); in run() 805 cur_scope->set_end(line); in run() 818 …temp_acc[v.sel()].record_read(v.keep_alive() ? 0x7fffff: line, cur_scope, 1 << v.chan(), is_array_… in record_read() 839 temp_acc[v.sel()].record_write(line, cur_scope, 1 << v.chan(), is_array_elm); in record_write() 879 cur_scope = scopes->create(cur_scope, if_branch, if_id++, in scope_if() [all …]
|
D | sfn_liverange.h | 303 prog_scope *cur_scope; variable
|
/third_party/gn/src/gn/ |
D | functions.cc | 59 const Scope* cur_scope, in EnsureNotReadingFromSameDeclareArgs() argument 70 cur_scope->GetProperty(&kInDeclareArgsKey, &cur_args_scope); in EnsureNotReadingFromSameDeclareArgs()
|
D | functions.h | 474 const Scope* cur_scope,
|