Home
last modified time | relevance | path

Searched refs:cmd_pool (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.h119 vn_cmd_pool_alloc_query_record(struct vn_command_pool *cmd_pool,
126 vn_cmd_pool_free_query_records(struct vn_command_pool *cmd_pool, in vn_cmd_pool_free_query_records() argument
129 list_splicetail(query_records, &cmd_pool->free_query_records); in vn_cmd_pool_free_query_records()
H A Dvn_feedback.c688 struct vn_command_pool *cmd_pool = in vn_query_feedback_cmd_alloc() local
691 qfb_cmd = vk_alloc(&cmd_pool->allocator, sizeof(*qfb_cmd), in vn_query_feedback_cmd_alloc()
707 vk_free(&cmd_pool->allocator, qfb_cmd); in vn_query_feedback_cmd_alloc()
H A Dvn_command_buffer.c555 vn_cmd_pool_alloc_query_record(struct vn_command_pool *cmd_pool, in vn_cmd_pool_alloc_query_record() argument
562 if (list_is_empty(&cmd_pool->free_query_records)) { in vn_cmd_pool_alloc_query_record()
563 record = vk_alloc(&cmd_pool->allocator, sizeof(*record), in vn_cmd_pool_alloc_query_record()
568 record = list_first_entry(&cmd_pool->free_query_records, in vn_cmd_pool_alloc_query_record()
H A Dvn_queue.c576 struct vn_command_pool *cmd_pool = in vn_queue_submission_get_resolved_query_records() local
606 cmd_pool, record->query_pool, record->query, record->query_count, in vn_queue_submission_get_resolved_query_records()
643 vn_cmd_pool_free_query_records(cmd_pool, &dropped_records); in vn_queue_submission_get_resolved_query_records()
/aosp_15_r20/external/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c114 VkCommandPool cmd_pool; in override_queue() local
117 NULL, &cmd_pool)); in override_queue()
122 .commandPool = cmd_pool, in override_queue()
155 device_data->vtable.DestroyCommandPool(device, cmd_pool, NULL); in override_queue()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_sqtt.c267 VkCommandPool cmd_pool; in radv_sqtt_init_queue_event() local
275 …lt = vk_common_CreateCommandPool(radv_device_to_handle(device), &create_gfx_info, NULL, &cmd_pool); in radv_sqtt_init_queue_event()
279 device->sqtt_command_pool[0] = vk_command_pool_from_handle(cmd_pool); in radv_sqtt_init_queue_event()
287 …t = vk_common_CreateCommandPool(radv_device_to_handle(device), &create_comp_info, NULL, &cmd_pool); in radv_sqtt_init_queue_event()
291 device->sqtt_command_pool[1] = vk_command_pool_from_handle(cmd_pool); in radv_sqtt_init_queue_event()
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp732 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()
744 cmd.commandPool = info.cmd_pool; in init_command_buffer()
762 cmd.commandPool = info.cmd_pool; in init_command_buffer_array()
778 cmd.commandPool = info.cmd_pool; in init_command_buffer2_array()
1854 vkFreeCommandBuffers(info.device, info.cmd_pool, 1, cmd_bufs); in destroy_command_buffer()
1859 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmds.data()); in destroy_command_buffer_array()
1873 vkFreeCommandBuffers(info.device, info.cmd_pool, numBuffers, info.cmd2s.data()); in destroy_command_buffer2_array()
1878 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
1883 vkDestroyCommandPool(info.device, info.cmd_pool, NULL); in destroy_command_pool()
H A Dvulkan_command_buffer_utils.h180 VkCommandPool cmd_pool; member
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp715 VkCommandPool* cmd_pool) { in DEFINE_OBJECT_HANDLE_CONVERSION()
724 *cmd_pool = GetHandleToCommandPool(pool); in DEFINE_OBJECT_HANDLE_CONVERSION()
729 VkCommandPool cmd_pool, in DestroyCommandPool() argument
731 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool); in DestroyCommandPool()
766 VkCommandPool cmd_pool, in FreeCommandBuffers() argument
769 CommandPool& pool = *GetCommandPoolFromHandle(cmd_pool); in FreeCommandBuffers()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp475 auto saved_cmd_pool = info.cmd_pool; in CommandPoolDestroyBenchmark()
488 info.cmd_pool = saved_cmd_pool; in CommandPoolDestroyBenchmark()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkpositivelayertests.cpp3946 VkCommandPool cmd_pool; in TEST_F() local
3951 VkResult err = vkCreateCommandPool(m_device->device(), &cmd_pool_ci, nullptr, &cmd_pool); in TEST_F()
3956 cmd_buf_info.commandPool = cmd_pool; in TEST_F()
3997 vkDestroyCommandPool(m_device->device(), cmd_pool, NULL); in TEST_F()
H A Dvklayertests_others.cpp808 VkCommandPoolObj cmd_pool(m_device, queue_family); in TEST_F() local
809 VkCommandBufferObj cmd_buff(m_device, &cmd_pool); in TEST_F()
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h46313 struct list_head cmd_pool; member
82107 struct list_head cmd_pool; member
H A Dvmlinux_602.h46313 struct list_head cmd_pool; member
82107 struct list_head cmd_pool; member