Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp1058 float adjusted_cost = spill_costs[i] / logf(live_length); in set_spill_costs() local
1059 ra_set_node_spill_cost(g, first_vgrf_node + i, adjusted_cost); in set_spill_costs()