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 44 of file hwcontext_vulkan.c.

Field Documentation

◆ fence

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

◆ queue

VkQueue VulkanQueueCtx::queue

Definition at line 46 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 50 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 51 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 52 of file hwcontext_vulkan.c.

Referenced by add_buf_dep_exec_ctx().


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