Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp143 uint8_t *ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count); in brw_alloc_reg_set() local
215 ra_reg_to_grf[reg] = j * 2; in brw_alloc_reg_set()
229 ra_reg_to_grf[reg] = j; in brw_alloc_reg_set()
256 if ((ra_reg_to_grf[pairs_base_reg + i] & 1) == 0) { in brw_alloc_reg_set()
283 compiler->fs_reg_sets[index].ra_reg_to_grf = ra_reg_to_grf; in brw_alloc_reg_set()
693 hw_reg_mapping[i] = compiler->fs_reg_sets[rsi].ra_reg_to_grf[reg]; in assign_regs()
Dbrw_vec4_reg_allocate.cpp113 ralloc_free(compiler->vec4_reg_set.ra_reg_to_grf); in brw_vec4_alloc_reg_set()
114 compiler->vec4_reg_set.ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count); in brw_vec4_alloc_reg_set()
136 compiler->vec4_reg_set.ra_reg_to_grf[reg] = j; in brw_vec4_alloc_reg_set()
264 hw_reg_mapping[i] = compiler->vec4_reg_set.ra_reg_to_grf[reg]; in reg_allocate()
Dbrw_compiler.h56 uint8_t *ra_reg_to_grf; member
82 uint8_t *ra_reg_to_grf; member