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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_unroll.cpp357 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); local in function:loop_unroll_visitor::splice_post_if_instructions
359 move_ir->remove();
360 splice_dest->push_tail(move_ir);
H A Dlower_jumps.cpp309 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); local in function:__anon68d3f30f0110::ir_lower_jumps_visitor::move_outer_block_inside
311 move_ir->remove();
312 inner_block->push_tail(move_ir);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp357 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); local in function:loop_unroll_visitor::splice_post_if_instructions
359 move_ir->remove();
360 splice_dest->push_tail(move_ir);
H A Dlower_jumps.cpp307 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); local in function:__anonc12c8bdc0110::ir_lower_jumps_visitor::move_outer_block_inside
309 move_ir->remove();
310 inner_block->push_tail(move_ir);

Completed in 10 milliseconds