Home
last modified time | relevance | path

Searched refs:alu_groups (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp622 ++alu_groups; in collect()
645 alu_groups += s.alu_groups; in accumulate()
654 << ", alu groups:" << alu_groups << ", alu clauses: " << alu_clauses in dump()
678 sblog << ", alu groups:" ; print_diff(alu_groups, s.alu_groups); in dump_diff()
Dsb_bc.h644 unsigned alu_groups; member
649 fetch_clauses(), fetch(), alu_groups(), shaders() {} in shader_stats()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_scheduler.cpp55 alu_groups.push_back(instr->split(m_value_factory)); in visit()
59 alu_groups.push_back(instr); in visit()
134 std::list<AluGroup *> alu_groups; member in r600::CollectInstructions
407 if (!cir.alu_groups.empty()) { in schedule_block()
409 for (auto& a : cir.alu_groups) { in schedule_block()
777 result |= collect_ready_type(alu_groups_ready, available.alu_groups); in collect_ready()