Searched refs:reg_hw_locations (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp33 assign(unsigned int *reg_hw_locations, backend_reg *reg) argument
36 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE;
H A Dbrw_fs_reg_allocate.cpp36 assign_reg(unsigned *reg_hw_locations, fs_reg *reg) argument
39 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp33 assign(unsigned int *reg_hw_locations, backend_reg *reg) argument
36 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE;
H A Dbrw_fs_reg_allocate.cpp37 assign_reg(unsigned *reg_hw_locations, fs_reg *reg) argument
40 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE;

Completed in 6 milliseconds