Searched refs:spill_all (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_reg_allocate.cpp | 341 bool assign_regs(bool allow_spilling, bool spill_all); 1181 fs_reg_alloc::assign_regs(bool allow_spilling, bool spill_all) argument 1183 build_interference_graph(fs->spilled_any_registers || spill_all); 1188 if (unlikely(spill_all)) { 1252 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) argument 1255 bool success = alloc.assign_regs(allow_spilling, spill_all);
|
| H A D | brw_fs.h | 147 bool assign_regs(bool allow_spilling, bool spill_all);
|
| H A D | brw_fs.cpp | 8868 bool spill_all = allow_spilling && INTEL_DEBUG(DEBUG_SPILL_FS); local in function:fs_visitor::allocate_registers 8907 allocated = assign_regs(can_spill, spill_all);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_reg_allocate.cpp | 531 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) argument 720 if (unlikely(spill_all)) {
|
| H A D | brw_fs.h | 116 bool assign_regs(bool allow_spilling, bool spill_all);
|
| H A D | brw_fs.cpp | 7260 bool spill_all = allow_spilling && (INTEL_DEBUG & DEBUG_SPILL_FS); local in function:fs_visitor::allocate_registers 7273 allocated_without_spills = assign_regs(false, spill_all); 7301 while (!assign_regs(true, spill_all)) {
|
Completed in 29 milliseconds