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 60 of file hwcontext_vulkan.c.
VkFence VulkanQueueCtx::fence |
Definition at line 61 of file hwcontext_vulkan.c.
Referenced by free_exec_ctx(), submit_exec_ctx(), and wait_start_exec_ctx().
VkQueue VulkanQueueCtx::queue |
Definition at line 62 of file hwcontext_vulkan.c.
Referenced by create_exec_ctx(), and submit_exec_ctx().
int VulkanQueueCtx::was_synchronous |
Definition at line 63 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 66 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 67 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 68 of file hwcontext_vulkan.c.
Referenced by add_buf_dep_exec_ctx().