HomeSort by relevance Sort by last modified time
    Searched refs:visit_tree (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/glsl/
ir_hierarchical_visitor.h 178 void visit_tree(ir_instruction *ir,
lower_if_to_cond_assign.cpp 179 visit_tree(then_ir, check_control_flow, &found_control_flow);
183 visit_tree(else_ir, check_control_flow, &found_control_flow);
ir_hierarchical_visitor.cpp 296 visit_tree(ir_instruction *ir, function
opt_function_inlining.cpp 169 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
opt_tree_grafting.cpp 113 visit_tree(ir, dereferences_variable_callback, &info);
ir_validate.cpp 667 visit_tree(ir, check_node_type, NULL);
ir.cpp     [all...]

Completed in 127 milliseconds