Home
last modified time | relevance | path

Searched refs:util_idalloc_alloc (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Du_idalloc.c66 util_idalloc_alloc(struct util_idalloc *buf) in util_idalloc_alloc() function
103 return util_idalloc_alloc(buf); in util_idalloc_alloc_range()
170 ASSERTED unsigned zero = util_idalloc_alloc(&buf->buf); in util_idalloc_mt_init()
193 unsigned id = util_idalloc_alloc(&buf->buf); in util_idalloc_mt_alloc()
Du_idalloc.h59 util_idalloc_alloc(struct util_idalloc *buf);
/third_party/mesa3d/src/mesa/main/
Dhash.c108 ASSERTED GLuint reserve0 = util_idalloc_alloc(table->id_alloc); in init_name_reuse()
422 return util_idalloc_alloc(table->id_alloc); in _mesa_HashFindFreeKeyBlock()
464 keys[i] = util_idalloc_alloc(table->id_alloc); in _mesa_HashFindFreeKeys()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_virtgpu.c200 const unsigned syncobj_handle = util_idalloc_alloc(&sim.ida) + 1; in sim_syncobj_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1842 uint64_t handle = util_idalloc_alloc(&ctx->di.bindless[bd->ds.is_buffer].tex_slots); in zink_create_texture_handle()
1990 uint64_t handle = util_idalloc_alloc(&ctx->di.bindless[bd->ds.is_buffer].img_slots); in zink_create_image_handle()
4603 util_idalloc_alloc(&ctx->di.bindless[i].tex_slots); in zink_context_create()
4605 util_idalloc_alloc(&ctx->di.bindless[i].img_slots); in zink_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2329 desc_slot = util_idalloc_alloc(&sctx->bindless_used_slots); in si_init_bindless_descriptors()
2344 desc_slot = util_idalloc_alloc(&sctx->bindless_used_slots); in si_get_first_free_bindless_slot()