Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.cpp218 int free_chan = 0; in add_vec_instructions() local
219 while (m_slots[free_chan] && free_chan < 4) in add_vec_instructions()
220 free_chan++; in add_vec_instructions()
222 if (!m_slots[free_chan] && free_chan < 4) { in add_vec_instructions()
223 sfn_log << SfnLog::schedule << "V: Try force channel " << free_chan << "\n"; in add_vec_instructions() local
224 dest->set_chan(free_chan); in add_vec_instructions()

Completed in 1 milliseconds