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_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()
263 hw_reg_mapping[i] = compiler->vec4_reg_set.ra_reg_to_grf[reg]; in reg_allocate()
Dbrw_fs_reg_allocate.cpp153 uint8_t *ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count); in brw_alloc_reg_set() local
226 ra_reg_to_grf[reg] = j * 2; in brw_alloc_reg_set()
240 ra_reg_to_grf[reg] = j; in brw_alloc_reg_set()
268 if ((ra_reg_to_grf[aligned_bary_base_reg + i] & 1) == 0) { in brw_alloc_reg_set()
298 compiler->fs_reg_sets[index].ra_reg_to_grf = ra_reg_to_grf; in brw_alloc_reg_set()
1337 hw_reg_mapping[i] = compiler->fs_reg_sets[rsi].ra_reg_to_grf[reg]; in assign_regs()
Dbrw_compiler.h59 uint8_t *ra_reg_to_grf; member
85 uint8_t *ra_reg_to_grf; member