Searched refs:thisinsn (Results 1 – 1 of 1) sorted by relevance
131 GLuint thisinsn) in update_register_usage() argument140 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() argument217 assert(furthest != thisinsn); in search_contiguous_regs()232 GLuint thisinsn) in alloc_contiguous_dest() argument234 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 …]