HomeSort by relevance Sort by last modified time
    Searched refs:exec_list (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/mesa3d/src/glsl/
opt_if_simplification.cpp 46 do_if_simplification(exec_list *instructions)
opt_noop_swizzle.cpp 74 do_noop_swizzle(exec_list *instructions)
lower_discard.cpp 125 lower_discard(exec_list *instructions)
136 find_discard(exec_list &instructions)
opt_dead_functions.cpp 68 exec_list signature_list;
112 do_dead_functions(exec_list *instructions)
opt_discard_simplification.cpp 103 find_unconditional_discard(exec_list &instructions)
165 do_discard_simplification(exec_list *instructions)
list.h 172 void insert_before(struct exec_list *before);
286 struct exec_list { struct
311 exec_list() function in struct:exec_list
392 * \sa exec_list::get_head
406 void move_nodes_to(exec_list *target)
426 append_list(exec_list *source)
460 inline void exec_node::insert_before(exec_list *before)
ast_function.cpp 38 process_parameters(exec_list *instructions, exec_list *actual_parameters,
39 exec_list *parameters,
73 exec_list *parameters)
96 match_function_by_name(exec_list *instructions, const char *name,
97 YYLTYPE *loc, exec_list *actual_parameters,
334 process_array_constructor(exec_list *instructions,
336 YYLTYPE *loc, exec_list *parameters,
360 exec_list actual_parameters;
450 exec_list *parameters, void *mem_ctx
    [all...]
link_functions.cpp 37 find_matching_signature(const char *name, const exec_list *actual_parameters,
137 exec_list formal_parameters;
229 find_matching_signature(const char *name, const exec_list *actual_parameters,
lower_variable_index_to_cond_assign.cpp 51 void generate(unsigned i, ir_rvalue* condition, exec_list *list) const
92 void linear_sequence(unsigned begin, unsigned end, exec_list *list)
171 void bisect(unsigned begin, unsigned end, exec_list *list)
197 void generate(unsigned begin, unsigned end, exec_list *list)
305 exec_list list;
344 lower_variable_index_to_cond_assign(exec_list *instructions,
lower_if_to_cond_assign.cpp 69 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth)
99 exec_list *instructions;
ir_mod_to_fract.cpp 49 do_mod_to_fract(exec_list *instructions)
lower_texture_projection.cpp 92 do_lower_texture_projection(exec_list *instructions)
opt_redundant_jumps.cpp 105 optimize_redundant_jumps(exec_list *instructions)
opt_structure_splitting.cpp 95 exec_list variable_list;
177 ir_structure_splitting_visitor(exec_list *vars)
192 exec_list *variable_list;
301 do_structure_splitting(exec_list *instructions)
opt_swizzle_swizzle.cpp 86 do_swizzle_swizzle(exec_list *instructions)
s_expression.h 141 exec_list subexpressions;
lower_jumps.cpp 124 exec_list& list = this->loop ? this->loop->body_instructions : signature->body;
211 void move_outer_block_inside(ir_instruction *ir, exec_list *inner_block)
286 block_record visit_block(exec_list* list)
312 exec_list& list = i ? ir->else_instructions : ir->then_instructions;
449 exec_list* list = move_into ? &ir->else_instructions : &ir->then_instructions;
454 exec_list list;
555 do_lower_jumps(exec_list *instructions, bool pull_out_jumps, bool lower_sub_return, bool lower_main_return, bool lower_continue, bool lower_break)
hir_field_selection.cpp 32 exec_list *instructions,
ir_basic_block.cpp 78 void call_for_basic_blocks(exec_list *instructions,
ir_div_to_mul_rcp.cpp 51 do_div_to_mul_rcp(exec_list *instructions)
main.cpp 72 shader->ir = new(shader) exec_list;
opt_constant_folding.cpp 140 do_constant_folding(exec_list *instructions)
opt_function_inlining.cpp 39 do_sampler_replacement(exec_list *instructions,
78 do_function_inlining(exec_list *instructions)
180 exec_list new_instructions;
417 do_sampler_replacement(exec_list *instructions,
  /external/qemu/slirp/
misc.h 19 extern struct ex_list *exec_list;
  /external/qemu/slirp-android/
misc.h 19 extern struct ex_list *exec_list;

Completed in 861 milliseconds

12 3 4