Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp1047 int live_length = live.vgrf_end[i] - live.vgrf_start[i]; in set_spill_costs() local
1048 if (live_length <= 0) in set_spill_costs()
1058 float adjusted_cost = spill_costs[i] / logf(live_length); in set_spill_costs()