Home
last modified time | relevance | path

Searched refs:current_idx (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp1125 if (alu.current_idx[i]) { in emit_index_registers()
1129 load_index_register(alu.current_idx[i], KC_INDEX_0 + i); in emit_index_registers()
1130 alu.current_idx[i] = NULL; in emit_index_registers()
1174 if (alu.current_idx[0] || alu.current_idx[1]) { in schedule_alu()
1476 if (alu.current_idx[i-1] && alu.current_idx[i-1] != v) { in map_src_vec()
1479 *alu.current_idx[i-1] << ", trying to set " << *v << "\n"; in map_src_vec()
1484 alu.current_idx[i-1] = v; in map_src_vec()
1555 if (alu.current_idx[0]) in dump_regmap()
1556 sblog << " current IDX0: " << *alu.current_idx[0] << "\n"; in dump_regmap()
1557 if (alu.current_idx[1]) in dump_regmap()
[all …]
Dsb_sched.h229 value *current_idx[2]; variable
/third_party/boost/libs/graph/src/
Dgraphml.cpp42 size_t current_idx = 0; in get_graphs() local
48 if (current_idx == desired_idx || desired_idx == (size_t)(-1)) in get_graphs()
69 ++current_idx; in get_graphs()
/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp68 DownwardsCursor(int current_idx, RegisterDemand initial_clause_demand) in DownwardsCursor()
69 : source_idx(current_idx - 1), insert_idx_clause(current_idx), insert_idx(current_idx + 1), in DownwardsCursor()
112 DownwardsCursor downwards_init(int current_idx, bool improved_rar, bool may_form_clauses);
180 MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) in downwards_init() argument
199 DownwardsCursor cursor(current_idx, register_demand[current_idx]); in downwards_init()