/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 98 exec_list variable_list; 204 ir_vector_splitting_visitor(exec_list *vars) 214 exec_list *variable_list; 337 brw_do_vector_splitting(exec_list *instructions)
|
brw_fs_cfg.cpp | 38 pop_stack(exec_list *list) 80 exec_list if_stack, else_stack, endif_stack, do_stack, while_stack;
|
brw_fs_copy_propagation.cpp | 81 fs_bblock *block, exec_list *acp) 144 exec_list acp;
|
brw_fs_cse.cpp | 84 fs_visitor::opt_cse_local(fs_bblock *block, exec_list *aeb) 183 exec_list aeb;
|
/external/mesa3d/src/glsl/ |
ir_builder.h | 79 exec_list *instructions;
|
ir_clone.cpp | 174 exec_list new_parameters; 418 fixup_function_calls(struct hash_table *ht, exec_list *instructions) 426 clone_ir_list(void *mem_ctx, exec_list *out, const exec_list *in)
|
ir_expression_flattening.cpp | 57 do_expression_flattening(exec_list *instructions,
|
ir_function_can_inline.cpp | 66 v.run((exec_list *) &callee->body);
|
ir_print_visitor.h | 36 extern void _mesa_print_ir(exec_list *instructions,
|
lower_texture_projection.cpp | 92 do_lower_texture_projection(exec_list *instructions)
|
opt_if_simplification.cpp | 61 do_if_simplification(exec_list *instructions)
|
opt_noop_swizzle.cpp | 78 do_noop_swizzle(exec_list *instructions)
|
opt_swizzle_swizzle.cpp | 90 do_swizzle_swizzle(exec_list *instructions)
|
glsl_parser_extras.h | 82 exec_list translation_unit; 146 exec_list *toplevel_ir;
|
lower_discard.cpp | 125 lower_discard(exec_list *instructions) 136 find_discard(exec_list &instructions)
|
lower_if_to_cond_assign.cpp | 80 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) 112 exec_list *instructions,
|
opt_dead_code.cpp | 45 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) 130 do_dead_code_unlinked(exec_list *instructions)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 98 exec_list variable_list; 204 ir_vector_splitting_visitor(exec_list *vars) 214 exec_list *variable_list; 337 brw_do_vector_splitting(exec_list *instructions)
|
brw_fs_cfg.cpp | 38 pop_stack(exec_list *list) 80 exec_list if_stack, else_stack, endif_stack, do_stack, while_stack;
|
brw_fs_copy_propagation.cpp | 81 fs_bblock *block, exec_list *acp) 144 exec_list acp;
|
brw_fs_cse.cpp | 84 fs_visitor::opt_cse_local(fs_bblock *block, exec_list *aeb) 183 exec_list aeb;
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_parser_extras.h | 82 exec_list translation_unit; 146 exec_list *toplevel_ir;
|
lower_discard.cpp | 125 lower_discard(exec_list *instructions) 136 find_discard(exec_list &instructions)
|
lower_if_to_cond_assign.cpp | 80 lower_if_to_cond_assign(exec_list *instructions, unsigned max_depth) 112 exec_list *instructions,
|
opt_dead_code.cpp | 45 do_dead_code(exec_list *instructions, bool uniform_locations_assigned) 130 do_dead_code_unlinked(exec_list *instructions)
|