FFmpeg
Data Fields
VulkanDevicePriv Struct Reference

Data Fields

AVVulkanDeviceContext p
 The public AVVulkanDeviceContext. More...
 
void * libvulkan
 
FFVulkanContext vkctx
 
FFVkQueueFamilyCtx compute_qf
 
FFVkQueueFamilyCtx transfer_qf
 
VkPhysicalDeviceProperties2 props
 
VkPhysicalDeviceMemoryProperties mprops
 
VkPhysicalDeviceExternalMemoryHostPropertiesEXT hprops
 
VulkanDeviceFeatures feats
 
pthread_mutex_t ** qf_mutex
 
uint32_t nb_tot_qfs
 
uint32_t img_qfs [5]
 
uint32_t nb_img_qfs
 
VkDebugUtilsMessengerEXT debug_ctx
 
int use_linear_images
 
int contiguous_planes
 
int disable_multiplane
 
int dev_is_nvidia
 

Detailed Description

Definition at line 97 of file hwcontext_vulkan.c.

Field Documentation

◆ p

AVVulkanDeviceContext VulkanDevicePriv::p

◆ libvulkan

void* VulkanDevicePriv::libvulkan

Definition at line 104 of file hwcontext_vulkan.c.

Referenced by load_libvulkan(), and vulkan_device_free().

◆ vkctx

FFVulkanContext VulkanDevicePriv::vkctx

◆ compute_qf

FFVkQueueFamilyCtx VulkanDevicePriv::compute_qf

Definition at line 107 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init(), and vulkan_frames_init().

◆ transfer_qf

FFVkQueueFamilyCtx VulkanDevicePriv::transfer_qf

Definition at line 108 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init(), and vulkan_frames_init().

◆ props

VkPhysicalDeviceProperties2 VulkanDevicePriv::props

◆ mprops

VkPhysicalDeviceMemoryProperties VulkanDevicePriv::mprops

Definition at line 112 of file hwcontext_vulkan.c.

Referenced by alloc_mem(), and vulkan_device_init().

◆ hprops

VkPhysicalDeviceExternalMemoryHostPropertiesEXT VulkanDevicePriv::hprops

Definition at line 113 of file hwcontext_vulkan.c.

Referenced by create_mapped_buffer(), host_map_frame(), and vulkan_device_init().

◆ feats

VulkanDeviceFeatures VulkanDevicePriv::feats

Definition at line 116 of file hwcontext_vulkan.c.

Referenced by vulkan_device_create_internal().

◆ qf_mutex

pthread_mutex_t** VulkanDevicePriv::qf_mutex

◆ nb_tot_qfs

uint32_t VulkanDevicePriv::nb_tot_qfs

Definition at line 120 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init(), and vulkan_device_uninit().

◆ img_qfs

uint32_t VulkanDevicePriv::img_qfs[5]

Definition at line 121 of file hwcontext_vulkan.c.

Referenced by create_frame(), try_export_flags(), and vulkan_device_init().

◆ nb_img_qfs

uint32_t VulkanDevicePriv::nb_img_qfs

Definition at line 122 of file hwcontext_vulkan.c.

Referenced by create_frame(), try_export_flags(), and vulkan_device_init().

◆ debug_ctx

VkDebugUtilsMessengerEXT VulkanDevicePriv::debug_ctx

Definition at line 125 of file hwcontext_vulkan.c.

Referenced by create_instance(), and vulkan_device_free().

◆ use_linear_images

int VulkanDevicePriv::use_linear_images

◆ contiguous_planes

int VulkanDevicePriv::contiguous_planes

Definition at line 131 of file hwcontext_vulkan.c.

◆ disable_multiplane

int VulkanDevicePriv::disable_multiplane

Definition at line 134 of file hwcontext_vulkan.c.

Referenced by vulkan_device_create_internal(), and vulkan_frames_init().

◆ dev_is_nvidia

int VulkanDevicePriv::dev_is_nvidia

Definition at line 137 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init().


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