Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp139 unsigned real_alu_count = s.alu_count - s.alu_copy_mov_count; in check_and_convert() local
150 // have to execute real_alu_count additional alu instructions instead of in check_and_convert()
153 // (0.9 * real_alu_count) in check_and_convert()
157 // (0.9 * real_alu_count) < 360, or in check_and_convert()
159 // real_alu_count < 400 in check_and_convert()
161 // So if real_alu_count is more than 400, than we think that if_conversion in check_and_convert()
172 if (real_alu_count > 400) in check_and_convert()
H A Dsb_gcm.cpp785 unsigned gcm::real_alu_count(sched_queue& q, unsigned max) { in real_alu_count() function in r600_sb::gcm
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()
H A Dsb_ir.cpp436 unsigned container_node::real_alu_count() { in real_alu_count() function in r600_sb::container_node
H A Dsb_pass.h307 unsigned real_alu_count(sched_queue &q, unsigned max);
H A Dsb_ir.h935 unsigned real_alu_count();

Completed in 6 milliseconds