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.cpp271 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); in fs_live_variables()
274 vgrf_from_var[var_from_vgrf[i] + j] = i; in fs_live_variables()
315 const unsigned vgrf = vgrf_from_var[i]; in fs_live_variables()
Dbrw_fs_live_variables.h109 int *vgrf_from_var; variable
Dbrw_schedule_instructions.cpp752 int vgrf = live.vgrf_from_var[i]; in setup_liveness()
760 BITSET_SET(liveout[block], live.vgrf_from_var[i]); in setup_liveness()