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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp139 unsigned real_alu_count = s.alu_count - s.alu_copy_mov_count; local in function:r600_sb::if_conversion::check_and_convert
150 // have to execute real_alu_count additional alu instructions instead of
153 // (0.9 * real_alu_count)
157 // (0.9 * real_alu_count) < 360, or
159 // real_alu_count < 400
161 // So if real_alu_count is more than 400, than we think that if_conversion
172 if (real_alu_count > 400)
H A Dsb_gcm.cpp785 unsigned gcm::real_alu_count(sched_queue& q, unsigned max) { function in class:r600_sb::gcm
804 unsigned r = real_alu_count(bu_ready[SQ_ALU], threshold);
807 r += real_alu_count(bu_ready_next[SQ_ALU], threshold - r);
H A Dsb_ir.cpp436 unsigned container_node::real_alu_count() { function in class:r600_sb::container_node
H A Dsb_pass.h307 unsigned real_alu_count(sched_queue &q, unsigned max);
H A Dsb_ir.h934 unsigned real_alu_count();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp139 unsigned real_alu_count = s.alu_count - s.alu_copy_mov_count; local in function:r600_sb::if_conversion::check_and_convert
150 // have to execute real_alu_count additional alu instructions instead of
153 // (0.9 * real_alu_count)
157 // (0.9 * real_alu_count) < 360, or
159 // real_alu_count < 400
161 // So if real_alu_count is more than 400, than we think that if_conversion
172 if (real_alu_count > 400)
H A Dsb_gcm.cpp785 unsigned gcm::real_alu_count(sched_queue& q, unsigned max) { function in class:r600_sb::gcm
804 unsigned r = real_alu_count(bu_ready[SQ_ALU], threshold);
807 r += real_alu_count(bu_ready_next[SQ_ALU], threshold - r);
H A Dsb_ir.cpp436 unsigned container_node::real_alu_count() { function in class: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 18 milliseconds