Home
last modified time | relevance | path

Searched refs:allocated_without_spills (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp5776 bool allocated_without_spills; in allocate_registers() local
5795 allocated_without_spills = true; in allocate_registers()
5797 allocated_without_spills = assign_regs(false, spill_all); in allocate_registers()
5799 if (allocated_without_spills) in allocate_registers()
5803 if (!allocated_without_spills) { in allocate_registers()
Dbrw_vec4.cpp2673 bool allocated_without_spills = reg_allocate(); in run() local
2675 if (!allocated_without_spills) { in run()