Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp198 int dst_reg_offset[MAX_VGRF_SIZE]; in register_coalesce() local
230 dst_reg_offset[i] = i; in register_coalesce()
247 dst_reg_offset[offset + i] = inst->dst.offset / REG_SIZE + i; in register_coalesce()
257 if (dst_reg_offset[i] != dst_reg_offset[0] + i) { in register_coalesce()
264 dst_var[i] = live.var_from_vgrf[dst_reg] + dst_reg_offset[i]; in register_coalesce()
308 dst_reg_offset[scan_inst->dst.offset / REG_SIZE] * REG_SIZE; in register_coalesce()
316 dst_reg_offset[scan_inst->src[j].offset / REG_SIZE] * REG_SIZE; in register_coalesce()

Completed in 2 milliseconds