Home
last modified time | relevance | path

Searched refs:reg_hw_locations (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp33 assign(unsigned int *reg_hw_locations, backend_reg *reg) in assign() argument
36 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE; in assign()
Dbrw_fs_reg_allocate.cpp36 assign_reg(unsigned *reg_hw_locations, fs_reg *reg) in assign_reg() argument
39 reg->nr = reg_hw_locations[reg->nr] + reg->offset / REG_SIZE; in assign_reg()