Searched refs:visit_tree (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_if_to_cond_assign.cpp179 visit_tree(then_ir, check_control_flow, &found_control_flow);
183 visit_tree(else_ir, check_control_flow, &found_control_flow);
H A Dir_hierarchical_visitor.h178 void visit_tree(ir_instruction *ir,
H A Dir_hierarchical_visitor.cpp296 visit_tree(ir_instruction *ir, function
H A Dopt_function_inlining.cpp169 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
H A Dopt_tree_grafting.cpp113 visit_tree(ir, dereferences_variable_callback, &info);
H A Dir_validate.cpp667 visit_tree(ir, check_node_type, NULL);
H A Dir.cpp1680 visit_tree((ir_instruction *) node, steal_memory, mem_ctx);
/external/mesa3d/src/glsl/
H A Dlower_if_to_cond_assign.cpp179 visit_tree(then_ir, check_control_flow, &found_control_flow);
183 visit_tree(else_ir, check_control_flow, &found_control_flow);
H A Dir_hierarchical_visitor.h178 void visit_tree(ir_instruction *ir,
H A Dir_hierarchical_visitor.cpp296 visit_tree(ir_instruction *ir, function
H A Dopt_function_inlining.cpp169 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
H A Dopt_tree_grafting.cpp113 visit_tree(ir, dereferences_variable_callback, &info);
H A Dir_validate.cpp667 visit_tree(ir, check_node_type, NULL);
H A Dir.cpp1680 visit_tree((ir_instruction *) node, steal_memory, mem_ctx);

Completed in 1560 milliseconds