Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass2.c55 c->pass2_grf[reg].value = value; in prealloc_reg()
56 c->pass2_grf[reg].nextuse = 0; in prealloc_reg()
58 value->resident = &c->pass2_grf[reg]; in prealloc_reg()
79 c->pass2_grf[j].nextuse = BRW_WM_MAX_INSN; in init_registers()
136 struct brw_wm_grf *grf = &c->pass2_grf[i]; in update_register_usage()
196 struct brw_wm_grf *grf = c->pass2_grf; in search_contiguous_regs()
246 assert(c->pass2_grf[reg+i].nextuse != thisinsn); in alloc_contiguous_dest()
248 c->pass2_grf[reg+i].value = dst[i]; in alloc_contiguous_dest()
249 c->pass2_grf[reg+i].nextuse = thisinsn; in alloc_contiguous_dest()
251 dst[i]->resident = &c->pass2_grf[reg+i]; in alloc_contiguous_dest()
[all …]
Dbrw_wm.h251 struct brw_wm_grf pass2_grf[BRW_WM_MAX_GRF/2]; member