| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_if_to_cond_assign.cpp | 250 visit_tree(then_ir, check_ir_node, this); 255 visit_tree(else_ir, check_ir_node, this);
|
| H A D | opt_rebalance_tree.cpp | 269 visit_tree(expr, is_reduction, (void *)&ird); 323 visit_tree(new_rvalue, NULL, NULL, update_types);
|
| H A D | ir_hierarchical_visitor.h | 206 void visit_tree(ir_instruction *ir,
|
| H A D | ir_hierarchical_visitor.cpp | 389 visit_tree(ir_instruction *ir, function in typeref:typename:void
|
| H A D | opt_tree_grafting.cpp | 113 visit_tree(ir, dereferences_variable_callback, &info);
|
| H A D | opt_vectorize.cpp | 108 * From the example above, this function would be called (by visit_tree()) on 203 visit_tree(this->last_assignment->rhs, rewrite_swizzle, &mask);
|
| H A D | opt_function_inlining.cpp | 242 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
|
| H A D | ir_validate.cpp | 1219 visit_tree(ir, check_node_type, NULL);
|
| H A D | ast_function.cpp | 463 visit_tree(actual, copy_index_derefs_to_temps, &data);
|
| H A D | ir.cpp | 2291 visit_tree(node, steal_memory, mem_ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_if_to_cond_assign.cpp | 244 visit_tree(then_ir, check_ir_node, this); 249 visit_tree(else_ir, check_ir_node, this);
|
| H A D | opt_rebalance_tree.cpp | 269 visit_tree(expr, is_reduction, (void *)&ird); 323 visit_tree(new_rvalue, NULL, NULL, update_types);
|
| H A D | ir_hierarchical_visitor.h | 198 void visit_tree(ir_instruction *ir,
|
| H A D | ir_hierarchical_visitor.cpp | 369 visit_tree(ir_instruction *ir, function in typeref:typename:void
|
| H A D | opt_tree_grafting.cpp | 113 visit_tree(ir, dereferences_variable_callback, &info);
|
| H A D | opt_vectorize.cpp | 108 * From the example above, this function would be called (by visit_tree()) on 203 visit_tree(this->last_assignment->rhs, rewrite_swizzle, &mask);
|
| H A D | opt_function_inlining.cpp | 242 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
|
| H A D | ir_validate.cpp | 1082 visit_tree(ir, check_node_type, NULL);
|
| H A D | ir.cpp | 1962 visit_tree(node, steal_memory, mem_ctx);
|
| H A D | ast_function.cpp | 415 visit_tree(actual, copy_index_derefs_to_temps, &data);
|