Searched refs:splice_post_if_instructions (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_unroll.cpp48 void splice_post_if_instructions(ir_if *ir_if, exec_list *splice_dest);
208 splice_post_if_instructions(limit_if, &limit_if->else_instructions);
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions);
353 loop_unroll_visitor::splice_post_if_instructions(ir_if *ir_if, function in class:loop_unroll_visitor
537 splice_post_if_instructions(ir_if, &ir_if->else_instructions);
555 splice_post_if_instructions(ir_if, &ir_if->then_instructions);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp48 void splice_post_if_instructions(ir_if *ir_if, exec_list *splice_dest);
208 splice_post_if_instructions(limit_if, &limit_if->else_instructions);
218 splice_post_if_instructions(limit_if, &limit_if->then_instructions);
353 loop_unroll_visitor::splice_post_if_instructions(ir_if *ir_if, function in class:loop_unroll_visitor
544 splice_post_if_instructions(ir_if, &ir_if->else_instructions);
562 splice_post_if_instructions(ir_if, &ir_if->then_instructions);

Completed in 3 milliseconds