HomeSort by relevance Sort by last modified time
    Searched refs:ra_reg_to_grf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 113 ralloc_free(compiler->vec4_reg_set.ra_reg_to_grf);
114 compiler->vec4_reg_set.ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count);
136 compiler->vec4_reg_set.ra_reg_to_grf[reg] = j;
264 hw_reg_mapping[i] = compiler->vec4_reg_set.ra_reg_to_grf[reg];
brw_fs_reg_allocate.cpp 143 uint8_t *ra_reg_to_grf = ralloc_array(compiler, uint8_t, ra_reg_count); local
215 ra_reg_to_grf[reg] = j * 2;
229 ra_reg_to_grf[reg] = j;
256 if ((ra_reg_to_grf[pairs_base_reg + i] & 1) == 0) {
283 compiler->fs_reg_sets[index].ra_reg_to_grf = ra_reg_to_grf;
693 hw_reg_mapping[i] = compiler->fs_reg_sets[rsi].ra_reg_to_grf[reg];
    [all...]
brw_compiler.h 56 uint8_t *ra_reg_to_grf; member in struct:brw_compiler::__anon30402
82 uint8_t *ra_reg_to_grf; member in struct:brw_compiler::__anon30403

Completed in 307 milliseconds