mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
glsl: Remove dead prototype for old do_discard_simplification().
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14249>
This commit is contained in:
parent
6db1f93699
commit
b82b3a327e
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ bool do_function_inlining(exec_list *instructions);
|
|||
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, bool lower_break = false);
|
||||
bool do_if_simplification(exec_list *instructions);
|
||||
bool opt_flatten_nested_if_blocks(exec_list *instructions);
|
||||
bool do_discard_simplification(exec_list *instructions);
|
||||
bool lower_if_to_cond_assign(gl_shader_stage stage, exec_list *instructions,
|
||||
unsigned max_depth = 0, unsigned min_branch_cost = 0);
|
||||
bool do_mat_op_to_vec(exec_list *instructions);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue