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

1 2

  /external/mesa3d/src/glsl/
lower_noise.cpp 68 visit_list_elements(&v, instructions);
opt_noop_swizzle.cpp 81 visit_list_elements(&v, instructions);
ir_hv_accept.cpp 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, function
90 s = visit_list_elements(v, &this->body_instructions);
132 s = visit_list_elements(v, &this->parameters);
136 s = visit_list_elements(v, &this->body);
148 s = visit_list_elements(v, &this->signatures, false);
344 s = visit_list_elements(v, &this->actual_parameters, false);
399 s = visit_list_elements(v, &this->then_instructions);
405 s = visit_list_elements(v, &this->else_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_variable_refcount.cpp 96 visit_list_elements(this, &ir->body);
lower_texture_projection.cpp 96 visit_list_elements(&v, instructions);
opt_copy_propagation.cpp 129 visit_list_elements(this, &ir->body);
224 visit_list_elements(this, instructions);
268 visit_list_elements(this, &ir->body_instructions);
346 visit_list_elements(&v, instructions);
ir_set_program_inouts.cpp 170 visit_list_elements(this, &ir->body);
212 visit_list_elements(&v, instructions);
lower_discard.cpp 129 visit_list_elements(&v, instructions);
lower_discard_flow.cpp 143 visit_list_elements(&v, ir);
opt_constant_folding.cpp 158 visit_list_elements(&constant_folding, instructions);
opt_constant_propagation.cpp 232 visit_list_elements(this, &ir->body);
325 visit_list_elements(this, instructions);
370 visit_list_elements(this, &ir->body_instructions);
466 visit_list_elements(&v, instructions);
opt_copy_propagation_elements.cpp 157 visit_list_elements(this, &ir->body);
332 visit_list_elements(this, instructions);
379 visit_list_elements(this, &ir->body_instructions);
492 visit_list_elements(&v, instructions);
opt_dead_functions.cpp 120 visit_list_elements(&v, instructions);
opt_array_splitting.cpp 198 visit_list_elements(this, &ir->body);
206 visit_list_elements(this, instructions);
396 visit_list_elements(&split, instructions);
opt_structure_splitting.cpp 184 visit_list_elements(this, &ir->body);
319 visit_list_elements(&refs, instructions);
370 visit_list_elements(&split, instructions);
lower_output_reads.cpp 156 visit_list_elements(&v, instructions);
ir_hierarchical_visitor.cpp 291 visit_list_elements(this, instructions);
lower_if_to_cond_assign.cpp 87 visit_list_elements(&v, instructions);
lower_vector.cpp 221 visit_list_elements(&v, instructions);
lower_clip_distance.cpp 319 * Since visit_list_elements() has already decided which
341 visit_list_elements(&v, instructions);
lower_instructions.cpp 120 visit_list_elements(&v, instructions);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 108 visit_list_elements(&v, instructions);
brw_fs_vector_splitting.cpp 198 visit_list_elements(this, &ir->body);
341 visit_list_elements(&refs, instructions);
387 visit_list_elements(&split, instructions);
brw_lower_texture_gradients.cpp 152 visit_list_elements(&v, instructions);

Completed in 293 milliseconds

1 2