HomeSort by relevance Sort by last modified time
    Searched refs:visit_list_elements (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/glsl/
lower_noise.cpp 68 visit_list_elements(&v, instructions);
opt_noop_swizzle.cpp 77 visit_list_elements(&v, instructions);
ir_hv_accept.cpp 41 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l) function
74 s = visit_list_elements(v, &this->body_instructions);
116 s = visit_list_elements(v, &this->parameters);
120 s = visit_list_elements(v, &this->body);
132 s = visit_list_elements(v, &this->signatures);
311 s = visit_list_elements(v, &this->actual_parameters);
366 s = visit_list_elements(v, &this->then_instructions);
372 s = visit_list_elements(v, &this->else_instructions);
opt_discard_simplification.cpp 147 visit_list_elements(this, &ir->then_instructions);
177 visit_list_elements(&v, instructions);
ir_set_program_inouts.cpp 150 visit_list_elements(this, &ir->body);
161 visit_list_elements(&v, instructions);
ir_hierarchical_visitor.h 150 * This is implemented by visit_list_elements -- if the visitor is
182 ir_visitor_status visit_list_elements(ir_hierarchical_visitor *v, exec_list *l);
ir_mod_to_fract.cpp 53 visit_list_elements(&v, instructions);
ir_variable_refcount.cpp 96 visit_list_elements(this, &ir->body);
lower_texture_projection.cpp 96 visit_list_elements(&v, instructions);
opt_copy_propagation.cpp 125 visit_list_elements(this, &ir->body);
220 visit_list_elements(this, instructions);
264 visit_list_elements(this, &ir->body_instructions);
345 visit_list_elements(&v, instructions);
ir_div_to_mul_rcp.cpp 55 visit_list_elements(&v, instructions);
lower_discard.cpp 129 visit_list_elements(&v, instructions);
opt_constant_folding.cpp 144 visit_list_elements(&constant_folding, instructions);
opt_constant_propagation.cpp 217 visit_list_elements(this, &ir->body);
292 visit_list_elements(this, instructions);
337 visit_list_elements(this, &ir->body_instructions);
434 visit_list_elements(&v, instructions);
opt_dead_functions.cpp 117 visit_list_elements(&v, instructions);
opt_structure_splitting.cpp 171 visit_list_elements(this, &ir->body);
305 visit_list_elements(&refs, instructions);
356 visit_list_elements(&split, instructions);
lower_if_to_cond_assign.cpp 73 visit_list_elements(&v, instructions);
ir_hierarchical_visitor.cpp 282 visit_list_elements(this, instructions);
ir_if_return.cpp 64 visit_list_elements(&v, instructions);
lower_vector.cpp 221 visit_list_elements(&v, instructions);
lower_instructions.cpp 114 visit_list_elements(&v, instructions);
lower_vec_index_to_cond_assign.cpp 255 visit_list_elements(&v, instructions);
opt_tree_grafting.cpp 362 visit_list_elements(info.refs, instructions);
lower_variable_index_to_cond_assign.cpp 355 visit_list_elements(&v, instructions);
opt_algebraic.cpp 408 visit_list_elements(&v, instructions);

Completed in 503 milliseconds

1 2