Searched refs:visit_exec_list (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp220 visit_exec_list(sh->ir, &v1);
780 visit_exec_list(&ir->body, this);
792 visit_exec_list(&ir->body_instructions, this);
800 visit_exec_list(&ir->then_instructions, this);
802 visit_exec_list(&ir->else_instructions, this);
2649 visit_exec_list(sh->ir, &v1);
H A Dlower_jumps.cpp502 * pointer, we can't use visit_exec_list(), because
503 * visit_exec_list() caches the node's next pointer before
1031 visit_exec_list(instructions, &v);
H A Dir.h2469 visit_exec_list(exec_list *list, ir_visitor *visitor);
H A Dir.cpp2250 visit_exec_list(exec_list *list, ir_visitor *visitor) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp212 visit_exec_list(sh->ir, &v1);
712 visit_exec_list(&ir->body, this);
724 visit_exec_list(&ir->body_instructions, this);
732 visit_exec_list(&ir->then_instructions, this);
734 visit_exec_list(&ir->else_instructions, this);
2626 visit_exec_list(sh->ir, &v1);
H A Dlower_jumps.cpp500 * pointer, we can't use visit_exec_list(), because
501 * visit_exec_list() caches the node's next pointer before
1029 visit_exec_list(instructions, &v);
H A Dir.h2375 visit_exec_list(exec_list *list, ir_visitor *visitor);
H A Dir.cpp1921 visit_exec_list(exec_list *list, ir_visitor *visitor) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp697 visit_exec_list(&ir->body_instructions, this);
2216 visit_exec_list(&ir->then_instructions, this);
2220 visit_exec_list(&ir->else_instructions, this);
2884 visit_exec_list(shader->ir, &v);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp624 visit_exec_list(&ir->body_instructions, this);
2159 visit_exec_list(&ir->then_instructions, this);
2163 visit_exec_list(&ir->else_instructions, this);
2862 visit_exec_list(shader->ir, &v);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1218 visit_exec_list(&ir->body_instructions, this);
4627 visit_exec_list(&ir->then_instructions, this);
4631 visit_exec_list(&ir->else_instructions, this);
7133 visit_exec_list(shader->ir, v);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1297 visit_exec_list(&ir->body_instructions, this);
4767 visit_exec_list(&ir->then_instructions, this);
4771 visit_exec_list(&ir->else_instructions, this);
7146 visit_exec_list(shader->ir, v);

Completed in 47 milliseconds