Home
last modified time | relevance | path

Searched refs:util_dynarray_pop (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_debug_utils.c198 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdBeginDebugUtilsLabelEXT()
214 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT()
216 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdEndDebugUtilsLabelEXT()
231 (void)util_dynarray_pop(&command_buffer->labels, VkDebugUtilsLabelEXT); in vk_common_CmdInsertDebugUtilsLabelEXT()
249 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueBeginDebugUtilsLabelEXT()
264 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueEndDebugUtilsLabelEXT()
266 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueEndDebugUtilsLabelEXT()
281 (void)util_dynarray_pop(&queue->labels, VkDebugUtilsLabelEXT); in vk_common_QueueInsertDebugUtilsLabelEXT()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_dead_write_vars.c60 *entry = util_dynarray_pop(unused_writes, struct write_entry); in clear_unused_for_modes()
69 *entry = util_dynarray_pop(unused_writes, struct write_entry); in clear_unused_for_read()
93 *entry = util_dynarray_pop(unused_writes, struct write_entry); in update_unused_writes()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c51 uint32_t handle = util_dynarray_pop(&bs->bindless_releases[i], uint32_t); in zink_reset_batch_state()
95 … VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->wait_semaphores, VkSemaphore), NULL); in zink_reset_batch_state()
100 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->acquires, VkSemaphore), NULL); in zink_reset_batch_state()
104 … VKSCR(DestroyImageView)(screen->dev, util_dynarray_pop(&bs->dead_swapchains, VkImageView), NULL); in zink_reset_batch_state()
123 …struct zink_resource_object *obj = util_dynarray_pop(&bs->unref_resources, struct zink_resource_ob… in unref_resources()
279 bs = util_dynarray_pop(&ctx->free_batch_states, struct zink_batch_state*); in get_batch_state()
431 …struct zink_resource_object *obj = util_dynarray_pop(&bs->persistent_resources, struct zink_resour… in submit_queue()
Dzink_kopper.c147 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(arr, VkSemaphore), NULL); in destroy_swapchain()
695 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(arr, VkSemaphore), NULL); in kopper_present()
Dzink_descriptors_lazy.c717 …struct zink_descriptor_pool *pool = util_dynarray_pop(&bdd->overflowed_pools, struct zink_descript… in zink_batch_descriptor_reset_lazy()
Dzink_descriptors.c880 zds = util_dynarray_pop(&pool->alloc_desc_sets, struct zink_descriptor_set *); in zink_descriptor_set_get()
2006 uint32_t handle = util_dynarray_pop(&ctx->di.bindless[i].updates, uint32_t); in zink_descriptors_update_bindless()
/third_party/mesa3d/src/util/
Ddag.c166 struct dag_node *top = util_dynarray_pop(&stack, struct dag_node *); in dag_traverse_bottom_up_node()
182 node = util_dynarray_pop(&stack, struct dag_node *); in dag_traverse_bottom_up_node()
Du_dynarray.h178 #define util_dynarray_pop(buf, type) *util_dynarray_pop_ptr(buf, type) macro
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_mempool.c51 bo = util_dynarray_pop(&pool->bo_pool->free_bos, struct panfrost_bo *); in panvk_pool_alloc_backing()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_descriptor_pool.cpp139 offset = util_dynarray_pop(&heap->free_list, uint32_t); in d3d12_descriptor_heap_alloc_handle()
/third_party/mesa3d/src/gallium/frontends/va/
Dsubpicture.c284 (void)util_dynarray_pop(&surf->subpics, vlVaSubpicture *); in vlVaDeassociateSubpicture()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c181 nir_instr *last = util_dynarray_pop(stack, nir_instr *); in r600_vec_instr_stack_pop()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c349 util_dynarray_pop(&batch->samples, struct fd_hw_sample *); in fd_hw_query_prepare()
Dfreedreno_batch.c216 util_dynarray_pop(&batch->samples, struct fd_hw_sample *); in batch_fini()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c740 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry); in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c786 hw = &fpc->fp->insn[util_dynarray_pop(&fpc->if_stack, unsigned)]; in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1431 …lvp_pipeline_destroy(queue->device, util_dynarray_pop(&queue->pipeline_destroys, struct lvp_pipeli… in destroy_pipelines()