Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass2.c131 GLuint thisinsn) in update_register_usage() argument
140 if (grf->nextuse < thisinsn) { in update_register_usage()
145 if (ref->insn < thisinsn) { in update_register_usage()
153 while (ref->prevuse && ref->prevuse->insn >= thisinsn) in update_register_usage()
194 GLuint thisinsn) in search_contiguous_regs() argument
217 assert(furthest != thisinsn); in search_contiguous_regs()
232 GLuint thisinsn) in alloc_contiguous_dest() argument
234 GLuint reg = search_contiguous_regs(c, nr, thisinsn); in alloc_contiguous_dest()
246 assert(c->pass2_grf[reg+i].nextuse != thisinsn); in alloc_contiguous_dest()
249 c->pass2_grf[reg+i].nextuse = thisinsn; in alloc_contiguous_dest()
[all …]