Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp364 sq = SQ_ALU; in bu_sched_bb()
369 if (sq != SQ_ALU && outstanding_lds_oq) in bu_sched_bb()
379 !bu_ready_next[SQ_ALU].empty()) { in bu_sched_bb()
380 sq = SQ_ALU; in bu_sched_bb()
394 if (sq == SQ_ALU && live_count > rp_threshold && !outstanding_lds_oq && in bu_sched_bb()
430 if (sq == SQ_ALU && n->consumes_lds_oq() && in bu_sched_bb()
441 case SQ_ALU: in bu_sched_bb()
640 else if (sq == SQ_ALU && n->is_copy_mov()) in add_ready()
804 unsigned r = real_alu_count(bu_ready[SQ_ALU], threshold); in check_alu_ready_count()
807 r += real_alu_count(bu_ready_next[SQ_ALU], threshold - r); in check_alu_ready_count()
Dsb_bc.h401 SQ_ALU, enumerator
Dsb_shader.cpp596 return SQ_ALU; in get_queue_id()