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 D | sb_if_conversion.cpp | 139 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 D | sb_gcm.cpp | 785 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 D | sb_ir.cpp | 436 unsigned container_node::real_alu_count() { function in class:r600_sb::container_node
|
| H A D | sb_pass.h | 307 unsigned real_alu_count(sched_queue &q, unsigned max);
|
| H A D | sb_ir.h | 934 unsigned real_alu_count();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_if_conversion.cpp | 139 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 D | sb_gcm.cpp | 785 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 D | sb_ir.cpp | 436 unsigned container_node::real_alu_count() { function in class:r600_sb::container_node
|
| H A D | sb_pass.h | 307 unsigned real_alu_count(sched_queue &q, unsigned max);
|
| H A D | sb_ir.h | 935 unsigned real_alu_count();
|
Completed in 18 milliseconds