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()
376 !bu_ready_next[SQ_ALU].empty()) { in bu_sched_bb()
377 sq = SQ_ALU; in bu_sched_bb()
391 if (sq == SQ_ALU && live_count > rp_threshold && in bu_sched_bb()
430 clause = sh.create_clause(sq == SQ_ALU ? in bu_sched_bb()
615 else if (sq == SQ_ALU && n->is_copy_mov()) in add_ready()
779 unsigned r = real_alu_count(bu_ready[SQ_ALU], threshold); in check_alu_ready_count()
782 r += real_alu_count(bu_ready_next[SQ_ALU], threshold - r); in check_alu_ready_count()
Dsb_bc.h401 SQ_ALU, enumerator
Dsb_shader.cpp595 return SQ_ALU; in get_queue_id()