Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceVideoFormatPropertiesKHR (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h305 PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR GetPhysicalDeviceVideoFormatPropertiesKHR; member
H A Dvk_layer_dispatch_table.h132 PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR GetPhysicalDeviceVideoFormatPropertiesKHR; member
H A Dvk_loader_extensions.c156 LOOKUP_GIPA(GetPhysicalDeviceVideoFormatPropertiesKHR); in loader_icd_init_entries()
1319 table->GetPhysicalDeviceVideoFormatPropertiesKHR = (PFN_vkGetPhysicalDeviceVideoFormatPropertiesKHR)gpa(inst, "vkGetPhysicalDeviceVideoFormatPropertiesKHR"); in loader_init_instance_extension_dispatch_table()
3095 if (!strcmp(name, "GetPhysicalDeviceVideoFormatPropertiesKHR")) return (void *)table->GetPhysicalDeviceVideoFormatPropertiesKHR; in loader_lookup_instance_dispatch_table()
3297 VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceVideoFormatPropertiesKHR( in GetPhysicalDeviceVideoFormatPropertiesKHR() function
3311 return disp->GetPhysicalDeviceVideoFormatPropertiesKHR(unwrapped_phys_dev, pVideoFormatInfo, pVideoFormatPropertyCount, pVideoFormatProperties); in GetPhysicalDeviceVideoFormatPropertiesKHR()
3321 if (NULL == icd_term->dispatch.GetPhysicalDeviceVideoFormatPropertiesKHR) { in terminator_GetPhysicalDeviceVideoFormatPropertiesKHR()
3323 "ICD associated with VkPhysicalDevice does not support GetPhysicalDeviceVideoFormatPropertiesKHR"); in terminator_GetPhysicalDeviceVideoFormatPropertiesKHR()
3326 return icd_term->dispatch.GetPhysicalDeviceVideoFormatPropertiesKHR(phys_dev_term->phys_dev, pVideoFormatInfo, pVideoFormatPropertyCount, pVideoFormatProperties); in terminator_GetPhysicalDeviceVideoFormatPropertiesKHR()
9884 *addr = (void *)GetPhysicalDeviceVideoFormatPropertiesKHR; in extension_instance_gpa()
[all...]
H A Dvk_dispatch_table_helper.h846 table->GetPhysicalDeviceVideoFormatPropertiesKHR = in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h831 table->GetPhysicalDeviceVideoFormatPropertiesKHR = in layer_init_instance_dispatch_table()

Completed in 30 milliseconds