FFmpeg
Data Fields
VulkanQueueCtx Struct Reference

Data Fields

VkFence fence
 
VkQueue queue
 
int was_synchronous
 
AVBufferRef ** buf_deps
 
int nb_buf_deps
 
int buf_deps_alloc_size
 

Detailed Description

Definition at line 60 of file hwcontext_vulkan.c.

Field Documentation

◆ fence

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().

◆ queue

VkQueue VulkanQueueCtx::queue

Definition at line 62 of file hwcontext_vulkan.c.

Referenced by create_exec_ctx(), and submit_exec_ctx().

◆ was_synchronous

int VulkanQueueCtx::was_synchronous

◆ buf_deps

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().

◆ nb_buf_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().

◆ buf_deps_alloc_size

int VulkanQueueCtx::buf_deps_alloc_size

Definition at line 68 of file hwcontext_vulkan.c.

Referenced by add_buf_dep_exec_ctx().


The documentation for this struct was generated from the following file: