Searched refs:cur_scope (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 1152 prog_scope *cur_scope = scopes.create(nullptr, outer_scope, 0, 0, line); local in function:get_temp_registers_required_live_ranges 1162 RENAME_DEBUG(dump_instruction(debug_log, line, cur_scope, *inst)); 1166 cur_scope = scopes.create(cur_scope, loop_body, loop_id++, 1167 cur_scope->nesting_depth() + 1, line); 1171 cur_scope->set_end(line); 1172 cur_scope = cur_scope->parent(); 1173 assert(cur_scope); 1179 access.record_read(inst->src[0], line, cur_scope); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 1152 prog_scope *cur_scope = scopes.create(nullptr, outer_scope, 0, 0, line); local in function:get_temp_registers_required_live_ranges 1162 RENAME_DEBUG(dump_instruction(debug_log, line, cur_scope, *inst)); 1166 cur_scope = scopes.create(cur_scope, loop_body, loop_id++, 1167 cur_scope->nesting_depth() + 1, line); 1171 cur_scope->set_end(line); 1172 cur_scope = cur_scope->parent(); 1173 assert(cur_scope); 1179 access.record_read(inst->src[0], line, cur_scope); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_liverange.cpp | 747 cur_scope(nullptr) 774 cur_scope = scopes->create(nullptr, outer_scope, 0, 0, line); 785 temp_acc[g.sel()].record_write(line, cur_scope, 1 << g.chan(), false); 786 temp_acc[g.sel()].record_read(line, cur_scope, 1 << g.chan(), false); 791 temp_acc[g.sel()].record_read(0x7fffff, cur_scope, 1 << g.chan(), false); 804 assert(cur_scope->type() == outer_scope); 805 cur_scope->set_end(line); 818 temp_acc[v.sel()].record_read(v.keep_alive() ? 0x7fffff: line, cur_scope, 1 << v.chan(), is_array_elm); 839 temp_acc[v.sel()].record_write(line, cur_scope, 1 << v.chan(), is_array_elm); 879 cur_scope [all...] |
| H A D | sfn_liverange.h | 303 prog_scope *cur_scope; member in class:r600::LiverangeEvaluator
|
Completed in 11 milliseconds