Searched refs:live_length (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp930 int live_length = virtual_grf_end[i] - virtual_grf_start[i]; local in function:fs_visitor::choose_spill_reg
931 if (live_length <= 0)
941 float adjusted_cost = spill_costs[i] / logf(live_length);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp931 int live_length = live.vgrf_end[i] - live.vgrf_start[i]; local in function:fs_reg_alloc::set_spill_costs
932 if (live_length <= 0)
942 float adjusted_cost = spill_costs[i] / logf(live_length);

Completed in 5 milliseconds