mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 02:00:22 +01:00
glsl: Drop dead prototype.
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21940>
This commit is contained in:
parent
d2a3fa7569
commit
d3bbbc4c6c
1 changed files with 0 additions and 4 deletions
|
|
@ -81,10 +81,6 @@ bool propagate_invariance(exec_list *instructions);
|
|||
|
||||
namespace ir_builder { class ir_factory; };
|
||||
|
||||
ir_variable *compare_index_block(ir_builder::ir_factory &body,
|
||||
ir_variable *index,
|
||||
unsigned base, unsigned components);
|
||||
|
||||
bool lower_64bit_integer_instructions(exec_list *instructions,
|
||||
unsigned what_to_lower);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue