Searched refs:var_from_vgrf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h86 return var_from_vgrf[reg.nr] + reg.offset / REG_SIZE;
90 int *var_from_vgrf; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp259 var_from_vgrf = rzalloc_array(mem_ctx, int, num_vgrfs);
261 var_from_vgrf[i] = num_vars;
268 vgrf_from_var[var_from_vgrf[i] + j] = i;
H A Dbrw_fs_register_coalesce.cpp228 dst_var[i] = live_intervals->var_from_vgrf[dst_reg] + dst_reg_offset[i];
229 src_var[i] = live_intervals->var_from_vgrf[src_reg] + i;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_live_variables.h97 return var_from_vgrf[reg.nr] + reg.offset / REG_SIZE;
101 int *var_from_vgrf; member in class:brw::fs_live_variables
H A Dbrw_fs_live_variables.cpp265 var_from_vgrf = rzalloc_array(mem_ctx, int, num_vgrfs);
267 var_from_vgrf[i] = num_vars;
274 vgrf_from_var[var_from_vgrf[i] + j] = i;
H A Dbrw_fs_register_coalesce.cpp264 dst_var[i] = live.var_from_vgrf[dst_reg] + dst_reg_offset[i];
265 src_var[i] = live.var_from_vgrf[src_reg] + i;

Completed in 4 milliseconds