Home
last modified time | relevance | path

Searched refs:assign_regs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs.h119 bool assign_regs(bool allow_spilling, bool spill_all);
Dbrw_fs_reg_allocate.cpp531 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) in assign_regs() function in fs_visitor
Dbrw_fs.cpp6116 allocated_without_spills = assign_regs(false, spill_all); in allocate_registers()
6144 while (!assign_regs(true, spill_all)) { in allocate_registers()