hk: drop dead

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
Alyssa Rosenzweig 2024-09-26 12:48:40 -04:00 committed by Marge Bot
parent 196fcb9d3c
commit e0b83ecaa6

View file

@ -702,12 +702,6 @@ hk_get_descriptors_state(struct hk_cmd_buffer *cmd,
}
};
void hk_cmd_flush_wait_dep(struct hk_cmd_buffer *cmd,
const VkDependencyInfo *dep, bool wait);
void hk_cmd_invalidate_deps(struct hk_cmd_buffer *cmd, uint32_t dep_count,
const VkDependencyInfo *deps);
void hk_cmd_buffer_flush_push_descriptors(struct hk_cmd_buffer *cmd,
struct hk_descriptor_state *desc);