FFmpeg
|
Data Fields | |
VkCommandPool | pool |
VkCommandBuffer * | bufs |
VulkanQueueCtx * | queues |
int | nb_queues |
int | cur_queue_idx |
Definition at line 55 of file hwcontext_vulkan.c.
VkCommandPool VulkanExecCtx::pool |
Definition at line 56 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), and free_exec_ctx().
VkCommandBuffer* VulkanExecCtx::bufs |
Definition at line 57 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), free_exec_ctx(), get_buf_exec_ctx(), submit_exec_ctx(), and wait_start_exec_ctx().
VulkanQueueCtx* VulkanExecCtx::queues |
Definition at line 58 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx(), create_exec_ctx(), free_exec_ctx(), submit_exec_ctx(), unref_exec_ctx_deps(), and wait_start_exec_ctx().
int VulkanExecCtx::nb_queues |
Definition at line 59 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), free_exec_ctx(), and submit_exec_ctx().
int VulkanExecCtx::cur_queue_idx |
Definition at line 60 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx(), get_buf_exec_ctx(), submit_exec_ctx(), unref_exec_ctx_deps(), and wait_start_exec_ctx().