Home
last modified time | relevance | path

Searched refs:visit_list_elements (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/src/compiler/glsl/
Dir_hv_accept.cpp47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() function
89 s = visit_list_elements(v, &this->body_instructions); in accept()
111 s = visit_list_elements(v, &this->parameters); in accept()
115 s = visit_list_elements(v, &this->body); in accept()
127 s = visit_list_elements(v, &this->signatures, false); in accept()
338 s = visit_list_elements(v, &this->actual_parameters, false); in accept()
393 s = visit_list_elements(v, &this->then_instructions); in accept()
399 s = visit_list_elements(v, &this->else_instructions); in accept()
Dopt_copy_propagation.cpp111 visit_list_elements(this, &ir->body); in visit_enter()
228 visit_list_elements(this, instructions); in handle_if_block()
280 visit_list_elements(this, &ir->body_instructions); in handle_loop()
371 visit_list_elements(&v, instructions); in do_copy_propagation()
Dopt_vectorize.cpp331 visit_list_elements(this, &ir->then_instructions); in visit_enter()
334 visit_list_elements(this, &ir->else_instructions); in visit_enter()
349 visit_list_elements(this, &ir->body_instructions); in visit_enter()
Dopt_constant_propagation.cpp280 visit_list_elements(this, &ir->body); in visit_enter()
375 visit_list_elements(this, instructions); in handle_if_block()
422 visit_list_elements(this, &ir->body_instructions); in visit_enter()
525 visit_list_elements(&v, instructions); in do_constant_propagation()
Dopt_copy_propagation_elements.cpp209 visit_list_elements(this, &ir->body); in visit_enter()
403 visit_list_elements(this, instructions); in handle_if_block()
464 visit_list_elements(this, &ir->body_instructions); in handle_loop()
629 visit_list_elements(&v, instructions); in do_copy_propagation_elements()
Dopt_structure_splitting.cpp180 visit_list_elements(this, &ir->body); in visit_enter()
308 visit_list_elements(&refs, instructions); in do_structure_splitting()
372 visit_list_elements(&split, instructions); in do_structure_splitting()
Dopt_array_splitting.cpp266 visit_list_elements(this, &ir->body); in visit_enter()
274 visit_list_elements(this, instructions); in get_split_list()
496 visit_list_elements(&split, instructions); in optimize_split_arrays()
Dlower_noise.cpp68 visit_list_elements(&v, instructions); in lower_noise()
Dlower_offset_array.cpp88 visit_list_elements(&v, instructions); in lower_offset_arrays()
Dpropagate_invariance.cpp123 visit_list_elements(&visitor, instructions); in propagate_invariance()
Dlower_texture_projection.cpp100 visit_list_elements(&v, instructions); in do_lower_texture_projection()
Dlower_distance.cpp664 visit_list_elements(&count, shader->ir); in lower_clip_cull_distance()
673 visit_list_elements(&v, shader->ir); in lower_clip_cull_distance()
676 visit_list_elements(&v2, shader->ir); in lower_clip_cull_distance()
Dlower_const_arrays_to_uniforms.cpp58 visit_list_elements(this, instructions); in run()
Dlower_vector_derefs.cpp102 visit_list_elements(&v, shader->ir); in lower_vector_derefs()
Dopt_dead_functions.cpp119 visit_list_elements(&v, instructions); in do_dead_functions()
Dir_set_program_inouts.cpp400 visit_list_elements(this, &ir->body); in visit_enter()
440 visit_list_elements(&v, instructions); in do_set_program_inouts()
Dlower_discard.cpp132 visit_list_elements(&v, instructions); in lower_discard()
Dopt_swizzle.cpp116 visit_list_elements(&v, instructions); in optimize_swizzles()
Dopt_flip_matrices.cpp120 visit_list_elements(&v, instructions); in opt_flip_matrices()
Dlower_discard_flow.cpp153 visit_list_elements(&v, ir); in lower_discard_flow()
Dir_variable_refcount.cpp124 visit_list_elements(this, &ir->body); in visit_enter()
Dlower_subroutine.cpp58 visit_list_elements(&v, instructions); in lower_subroutine()
Dlower_vector_insert.cpp144 visit_list_elements(&v, instructions); in lower_vector_insert()
/external/mesa3d/src/compiler/glsl/tests/
Dopt_add_neg_to_sub_test.cpp79 visit_list_elements(&v, &instructions); in TEST_F()
112 visit_list_elements(&v, &instructions); in TEST_F()
145 visit_list_elements(&v, &instructions); in TEST_F()
178 visit_list_elements(&v, &instructions); in TEST_F()
Darray_refcount_test.cpp421 visit_list_elements(&v, &instructions); in TEST_F()
456 visit_list_elements(&v, &instructions); in TEST_F()
499 visit_list_elements(&v, &instructions); in TEST_F()
532 visit_list_elements(&v, &instructions); in TEST_F()
567 visit_list_elements(&v, &instructions); in TEST_F()
611 visit_list_elements(&v, &instructions); in TEST_F()
698 visit_list_elements(&v, &instructions); in TEST_F()

123