FFmpeg
|
Data Fields | |
VkPhysicalDeviceProperties2 | props |
VkPhysicalDeviceMemoryProperties | mprops |
VkPhysicalDeviceExternalMemoryHostPropertiesEXT | hprops |
uint32_t | qfs [3] |
int | num_qfs |
VkDebugUtilsMessengerEXT | debug_ctx |
uint64_t | extensions |
int | use_linear_images |
int | dev_is_nvidia |
Definition at line 63 of file hwcontext_vulkan.c.
VkPhysicalDeviceProperties2 VulkanDevicePriv::props |
Definition at line 65 of file hwcontext_vulkan.c.
Referenced by alloc_bind_mem(), get_req_buffer_size(), vulkan_device_init(), and vulkan_frames_get_constraints().
VkPhysicalDeviceMemoryProperties VulkanDevicePriv::mprops |
Definition at line 66 of file hwcontext_vulkan.c.
Referenced by alloc_mem(), and vulkan_device_init().
VkPhysicalDeviceExternalMemoryHostPropertiesEXT VulkanDevicePriv::hprops |
Definition at line 67 of file hwcontext_vulkan.c.
Referenced by vulkan_device_init().
uint32_t VulkanDevicePriv::qfs[3] |
Definition at line 70 of file hwcontext_vulkan.c.
Referenced by create_frame(), and vulkan_device_init().
int VulkanDevicePriv::num_qfs |
Definition at line 71 of file hwcontext_vulkan.c.
Referenced by create_frame(), and vulkan_device_init().
VkDebugUtilsMessengerEXT VulkanDevicePriv::debug_ctx |
Definition at line 74 of file hwcontext_vulkan.c.
Referenced by create_instance(), and vulkan_device_free().
uint64_t VulkanDevicePriv::extensions |
Definition at line 77 of file hwcontext_vulkan.c.
Referenced by check_extensions(), create_frame(), vulkan_device_init(), and vulkan_pool_alloc().
int VulkanDevicePriv::use_linear_images |
Definition at line 80 of file hwcontext_vulkan.c.
Referenced by vulkan_device_create_internal(), vulkan_frames_get_constraints(), and vulkan_frames_init().
int VulkanDevicePriv::dev_is_nvidia |
Definition at line 83 of file hwcontext_vulkan.c.
Referenced by vulkan_device_init(), and vulkan_frames_get_constraints().