Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp6095 bool allocated_without_spills; in allocate_registers() local
6114 allocated_without_spills = true; in allocate_registers()
6116 allocated_without_spills = assign_regs(false, spill_all); in allocate_registers()
6118 if (allocated_without_spills) in allocate_registers()
6122 if (!allocated_without_spills) { in allocate_registers()
Dbrw_vec4.cpp2726 bool allocated_without_spills = reg_allocate(); in run() local
2728 if (!allocated_without_spills) { in run()