Home | History | Annotate | Download | only in glsl

Lines Matching refs:next

11  * The above copyright notice and this permission notice (including the next
224 sig_iter.next();
315 for (ir_instruction *ir = (ir_instruction *)start->next;
316 ir != bb_last->next;
317 ir = (ir_instruction *)ir->next) {
339 ir_instruction *ir, *next;
341 for (ir = bb_first, next = (ir_instruction *)ir->next;
342 ir != bb_last->next;
343 ir = next, next = (ir_instruction *)ir->next) {