Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alugroup.cpp66 assert(opinfo->second.can_channel(AluOp::t, s_chip_class)); in add_instruction()
85 opinfo->second.can_channel(AluOp::t, s_chip_class) && in add_instruction()
111 if (!opinfo->second.can_channel(AluOp::t, s_chip_class)) in add_trans_instructions()
Dsfn_alu_defines.h323 bool can_channel(int flags, r600_chip_class unit_type) const { in can_channel() function
Dsfn_scheduler.cpp830 if (opinfo->second.can_channel(AluOp::t, m_chip_class) && in collect_ready_alu_vec()