Home | History | Annotate | Download | only in glsl

Lines Matching full:get_next

291       while (!ir->get_next()->is_tail_sentinel()) {
292 ((ir_instruction *)ir->get_next())->remove();
299 while (!ir->get_next()->is_tail_sentinel()) {
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next();
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
761 exec_node* next = ir->get_next();
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();)
800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next();
807 ir_after = (ir_instruction*)ir_after->get_next();
816 if(!ir->get_next()->is_tail_sentinel()) {