Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.cpp265 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); in fs_live_variables()
268 vgrf_from_var[var_from_vgrf[i] + j] = i; in fs_live_variables()
340 int vgrf = live_intervals->vgrf_from_var[i]; in calculate_live_intervals()
Dbrw_fs_live_variables.h98 int *vgrf_from_var; variable
Dbrw_schedule_instructions.cpp634 int vgrf = v->live_intervals->vgrf_from_var[i]; in setup_liveness()
642 BITSET_SET(liveout[block], v->live_intervals->vgrf_from_var[i]); in setup_liveness()