Home
last modified time | relevance | path

Searched refs:collect_ready_alu_vec (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_scheduler.cpp165 bool collect_ready_alu_vec(std::list<AluInstr *>& ready, std::list<AluInstr *>& available);
775 result |= collect_ready_alu_vec(alu_vec_ready, available.alu_vec); in collect_ready()
790 bool BlockSheduler::collect_ready_alu_vec(std::list<AluInstr *>& ready, std::list<AluInstr *>& available) in collect_ready_alu_vec() function in r600::BlockSheduler

Completed in 2 milliseconds