Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp37 assign(unsigned int *reg_hw_locations, reg *reg) in assign() argument
40 reg->reg = reg_hw_locations[reg->reg]; in assign()
Dbrw_fs_reg_allocate.cpp34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width) in assign_reg() argument
38 reg->reg = reg_hw_locations[reg->reg] + reg->reg_offset * reg_width; in assign_reg()