Lines Matching refs:instructions
87 bool do_rebalance_tree(exec_list *instructions);
88 bool do_algebraic(exec_list *instructions, bool native_integers,
90 bool do_constant_folding(exec_list *instructions);
91 bool do_constant_variable(exec_list *instructions);
92 bool do_constant_variable_unlinked(exec_list *instructions);
93 bool do_copy_propagation_elements(exec_list *instructions);
94 bool do_constant_propagation(exec_list *instructions);
95 bool do_dead_code(exec_list *instructions);
96 bool do_dead_code_local(exec_list *instructions);
97 bool do_dead_code_unlinked(exec_list *instructions);
98 bool do_dead_functions(exec_list *instructions);
99 bool opt_flip_matrices(exec_list *instructions);
100 bool do_function_inlining(exec_list *instructions);
101 bool do_lower_jumps(exec_list *instructions, bool pull_out_jumps = true, bool lower_sub_return = true, bool lower_main_return = false, bool lower_continue = false);
102 bool do_if_simplification(exec_list *instructions);
103 bool opt_flatten_nested_if_blocks(exec_list *instructions);
104 bool do_mat_op_to_vec(exec_list *instructions);
105 bool do_minmax_prune(exec_list *instructions);
106 bool do_structure_splitting(exec_list *instructions);
107 bool do_tree_grafting(exec_list *instructions);
108 bool do_vec_index_to_cond_assign(exec_list *instructions);
109 bool do_vec_index_to_swizzle(exec_list *instructions);
110 bool lower_discard(exec_list *instructions);
111 void lower_discard_flow(exec_list *instructions);
112 bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
115 void lower_output_reads(unsigned stage, exec_list *instructions);
116 bool lower_packing_builtins(exec_list *instructions, int op_mask);
117 bool lower_vector_insert(exec_list *instructions, bool lower_nonconstant_index);
120 bool optimize_split_arrays(exec_list *instructions, bool linked);
121 void optimize_dead_builtin_variables(exec_list *instructions,
129 bool lower_builtins(exec_list *instructions);
130 bool lower_subroutine(exec_list *instructions, struct _mesa_glsl_parse_state *state);
131 bool propagate_invariance(exec_list *instructions);
139 bool lower_64bit_integer_instructions(exec_list *instructions,
143 exec_list *instructions);