tu: Remove declaration of unused update_stencil_mask function

The update_stencil_mask function was removed when moving to the common
Vulkan dynamic state handling.

Fixes: 97da0a7734 ("tu: Rewrite to use common Vulkan dynamic state")
Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29658>
This commit is contained in:
Valentine Burley 2024-06-11 17:03:20 +00:00 committed by Marge Bot
parent 5e9cb32c10
commit d9af1633a9

View file

@ -702,9 +702,6 @@ void tu_disable_draw_states(struct tu_cmd_buffer *cmd, struct tu_cs *cs);
void tu6_apply_depth_bounds_workaround(struct tu_device *device,
uint32_t *rb_depth_cntl);
void
update_stencil_mask(uint32_t *value, VkStencilFaceFlags face, uint32_t mask);
typedef void (*tu_fdm_bin_apply_t)(struct tu_cmd_buffer *cmd,
struct tu_cs *cs,
void *data,