Searched refs:vgrf_from_var (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.h | 95 * For alloc.sizes of [1, 2, 3], vgrf_from_var would contain 98 int *vgrf_from_var; member in class:brw::fs_live_variables
|
| H A D | brw_fs_live_variables.cpp | 265 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); 268 vgrf_from_var[var_from_vgrf[i] + j] = i; 340 int vgrf = live_intervals->vgrf_from_var[i];
|
| H A D | brw_schedule_instructions.cpp | 732 int vgrf = v->live_intervals->vgrf_from_var[i]; 740 BITSET_SET(liveout[block], v->live_intervals->vgrf_from_var[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_live_variables.h | 106 * For alloc.sizes of [1, 2, 3], vgrf_from_var would contain 109 int *vgrf_from_var; member in class:brw::fs_live_variables
|
| H A D | brw_fs_live_variables.cpp | 271 vgrf_from_var = rzalloc_array(mem_ctx, int, num_vars); 274 vgrf_from_var[var_from_vgrf[i] + j] = i; 315 const unsigned vgrf = vgrf_from_var[i];
|
| H A D | brw_schedule_instructions.cpp | 803 int vgrf = live.vgrf_from_var[i]; 811 BITSET_SET(liveout[block], live.vgrf_from_var[i]);
|
Completed in 8 milliseconds