Searched refs:last_ir (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_unroll.cpp439 ir_instruction *last_ir = local in function:loop_unroll_visitor::visit_leave
451 * If num_loop_jumps is not zero, last_ir cannot be NULL... there has to
454 if (ls->num_loop_jumps == 1 && is_break(last_ir)) {
455 last_ir->remove();
500 ir_instruction *last_ir = (ir_instruction *) ir->body_instructions.get_tail(); local in function:loop_unroll_visitor::visit_leave
501 assert(last_ir != NULL);
503 if (is_break(last_ir)) {
508 last_ir->remove();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp446 ir_instruction *last_ir = local in function:loop_unroll_visitor::visit_leave
458 * If num_loop_jumps is not zero, last_ir cannot be NULL... there has to
461 if (ls->num_loop_jumps == 1 && is_break(last_ir)) {
462 last_ir->remove();
507 ir_instruction *last_ir = (ir_instruction *) ir->body_instructions.get_tail(); local in function:loop_unroll_visitor::visit_leave
508 assert(last_ir != NULL);
510 if (is_break(last_ir)) {
515 last_ir->remove();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2358 ir_instruction *last_ir = NULL; local in function:print_program
2368 if (last_ir != ir && ir) {
2376 last_ir = ir;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp2305 ir_instruction *last_ir = NULL; local in function:print_program
2315 if (last_ir != ir && ir) {
2323 last_ir = ir;

Completed in 14 milliseconds