zink: make batch internal api static again
hooray Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18135>
This commit is contained in:

committed by
Marge Bot

parent
40424cbe98
commit
8b93f157de
@@ -533,7 +533,7 @@ zink_batch_add_wait_semaphore(struct zink_batch *batch, VkSemaphore sem)
|
||||
util_dynarray_append(&batch->state->acquires, VkSemaphore, sem);
|
||||
}
|
||||
|
||||
bool
|
||||
static bool
|
||||
batch_ptr_add_usage(struct zink_batch *batch, struct set *s, void *ptr)
|
||||
{
|
||||
bool found = false;
|
||||
|
@@ -38,10 +38,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* not real api don't use */
|
||||
bool
|
||||
batch_ptr_add_usage(struct zink_batch *batch, struct set *s, void *ptr);
|
||||
|
||||
void
|
||||
zink_reset_batch_state(struct zink_context *ctx, struct zink_batch_state *bs);
|
||||
|
||||
|
Reference in New Issue
Block a user