FFmpeg
|
Data Fields | |
VkCommandPool | pool |
VkCommandBuffer * | bufs |
VulkanQueueCtx * | queues |
int | nb_queues |
int | cur_queue_idx |
Definition at line 71 of file hwcontext_vulkan.c.
VkCommandPool VulkanExecCtx::pool |
Definition at line 72 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), and free_exec_ctx().
VkCommandBuffer* VulkanExecCtx::bufs |
Definition at line 73 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 74 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 75 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 76 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().