mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
40424cbe98
commit
8b93f157de
2 changed files with 1 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue