FFmpeg
|
Data Fields | |
VkFence | fence |
VkQueue | queue |
int | was_synchronous |
AVBufferRef ** | buf_deps |
int | nb_buf_deps |
int | buf_deps_alloc_size |
Definition at line 44 of file hwcontext_vulkan.c.
VkFence VulkanQueueCtx::fence |
Definition at line 45 of file hwcontext_vulkan.c.
Referenced by free_exec_ctx(), submit_exec_ctx(), and wait_start_exec_ctx().
VkQueue VulkanQueueCtx::queue |
Definition at line 46 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), and submit_exec_ctx().
int VulkanQueueCtx::was_synchronous |
Definition at line 47 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), free_exec_ctx(), submit_exec_ctx(), and wait_start_exec_ctx().
AVBufferRef** VulkanQueueCtx::buf_deps |
Definition at line 50 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx(), free_exec_ctx(), and unref_exec_ctx_deps().
int VulkanQueueCtx::nb_buf_deps |
Definition at line 51 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx(), free_exec_ctx(), and unref_exec_ctx_deps().
int VulkanQueueCtx::buf_deps_alloc_size |
Definition at line 52 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx().