Home
last modified time | relevance | path

Searched refs:util_idalloc_mt_alloc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Du_idalloc.h103 util_idalloc_mt_alloc(struct util_idalloc_mt *buf);
Du_idalloc.c190 util_idalloc_mt_alloc(struct util_idalloc_mt *buf) in util_idalloc_mt_alloc() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c593 buf->b.buffer_id_unique = util_idalloc_mt_alloc(&sscreen->buffer_ids); in si_buffer_create()
641 buf->b.buffer_id_unique = util_idalloc_mt_alloc(&sscreen->buffer_ids); in si_buffer_from_user_memory()
700 res->b.buffer_id_unique = util_idalloc_mt_alloc(&sscreen->buffer_ids); in si_buffer_from_winsys_buffer()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1137 rsc->b.buffer_id_unique = util_idalloc_mt_alloc(&screen->buffer_ids); in alloc_resource_struct()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1195 res->base.buffer_id_unique = util_idalloc_mt_alloc(&screen->buffer_ids); in resource_create()