Home
last modified time | relevance | path

Searched refs:util_idalloc_free (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
Du_idalloc.c145 util_idalloc_free(struct util_idalloc *buf, unsigned id) in util_idalloc_free() function
205 util_idalloc_free(&buf->buf, id); in util_idalloc_mt_free()
Du_idalloc.h65 util_idalloc_free(struct util_idalloc *buf, unsigned id);
/third_party/mesa3d/src/mesa/main/
Dhash.c284 util_idalloc_free(table->id_alloc, key); in _mesa_HashRemove_unlocked()
Ddlist.c1337 util_idalloc_free(&ctx->Shared->small_dlist_store.free_idx, in _mesa_delete_list()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c54 util_idalloc_free(ids, is_buffer ? handle - ZINK_MAX_BINDLESS_HANDLES : handle); in zink_reset_batch_state()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c221 util_idalloc_free(&sim.ida, syncobj_handle - 1); in sim_syncobj_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2476 util_idalloc_free(&sctx->bindless_used_slots, tex_handle->desc_slot); in si_delete_texture_handle()