FFmpeg
Data Fields
VulkanDevicePriv Struct Reference

Data Fields

void * libvulkan
 
FFVulkanFunctions vkfn
 
VkPhysicalDeviceProperties2 props
 
VkPhysicalDeviceMemoryProperties mprops
 
VkPhysicalDeviceExternalMemoryHostPropertiesEXT hprops
 
VkPhysicalDeviceVulkan11Features device_features_1_1
 
VkPhysicalDeviceVulkan12Features device_features_1_2
 
uint32_t qfs [5]
 
int num_qfs
 
VkDebugUtilsMessengerEXT debug_ctx
 
FFVulkanExtensions extensions
 
int use_linear_images
 
int contiguous_planes
 
int dev_is_nvidia
 
int dev_is_intel
 

Detailed Description

Definition at line 79 of file hwcontext_vulkan.c.

Field Documentation

◆ libvulkan

void* VulkanDevicePriv::libvulkan

Definition at line 81 of file hwcontext_vulkan.c.

Referenced by load_libvulkan(), and vulkan_device_free().

◆ vkfn

FFVulkanFunctions VulkanDevicePriv::vkfn

◆ props

VkPhysicalDeviceProperties2 VulkanDevicePriv::props

◆ mprops

VkPhysicalDeviceMemoryProperties VulkanDevicePriv::mprops

Definition at line 86 of file hwcontext_vulkan.c.

Referenced by alloc_mem(), and vulkan_device_init().

◆ hprops

VkPhysicalDeviceExternalMemoryHostPropertiesEXT VulkanDevicePriv::hprops

Definition at line 87 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init().

◆ device_features_1_1

VkPhysicalDeviceVulkan11Features VulkanDevicePriv::device_features_1_1

Definition at line 90 of file hwcontext_vulkan.c.

Referenced by vulkan_device_create_internal().

◆ device_features_1_2

VkPhysicalDeviceVulkan12Features VulkanDevicePriv::device_features_1_2

Definition at line 91 of file hwcontext_vulkan.c.

Referenced by vulkan_device_create_internal().

◆ qfs

uint32_t VulkanDevicePriv::qfs[5]

Definition at line 94 of file hwcontext_vulkan.c.

Referenced by create_frame(), and try_export_flags().

◆ num_qfs

int VulkanDevicePriv::num_qfs

Definition at line 95 of file hwcontext_vulkan.c.

Referenced by create_frame(), and try_export_flags().

◆ debug_ctx

VkDebugUtilsMessengerEXT VulkanDevicePriv::debug_ctx

Definition at line 98 of file hwcontext_vulkan.c.

Referenced by create_instance(), and vulkan_device_free().

◆ extensions

FFVulkanExtensions VulkanDevicePriv::extensions

◆ use_linear_images

int VulkanDevicePriv::use_linear_images

◆ contiguous_planes

int VulkanDevicePriv::contiguous_planes

Definition at line 107 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 110 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init(), and vulkan_frames_get_constraints().

◆ dev_is_intel

int VulkanDevicePriv::dev_is_intel

Definition at line 113 of file hwcontext_vulkan.c.

Referenced by vulkan_device_init(), and vulkan_frames_init().


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