Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp330 unsigned cnt_ready[SQ_NUM]; in bu_sched_bb()
344 for (unsigned sq = SQ_CF; sq < SQ_NUM; ++sq) { in bu_sched_bb()
350 for (unsigned sq = SQ_CF; sq < SQ_NUM; ++sq) { in bu_sched_bb()
360 for (unsigned sq = SQ_CF; sq < SQ_NUM; ++sq) { in bu_sched_bb()
Dsb_pass.h220 sched_queue bu_ready[SQ_NUM];
221 sched_queue bu_ready_next[SQ_NUM];
222 sched_queue bu_ready_early[SQ_NUM];
Dsb_bc.h405 SQ_NUM enumerator
Dsb_shader.cpp606 return SQ_NUM; in get_queue_id()