Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceDirectFBPresentationSupportEXT (Results 1 - 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h451 PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT GetPhysicalDeviceDirectFBPresentationSupportEXT; member
H A Dvk_layer_dispatch_table.h278 PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT GetPhysicalDeviceDirectFBPresentationSupportEXT; member
H A Dvk_dispatch_table_helper.h955 table->GetPhysicalDeviceDirectFBPresentationSupportEXT = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c302 LOOKUP_GIPA(GetPhysicalDeviceDirectFBPresentationSupportEXT); in loader_icd_init_entries()
1465 table->GetPhysicalDeviceDirectFBPresentationSupportEXT = (PFN_vkGetPhysicalDeviceDirectFBPresentationSupportEXT)gpa(inst, "vkGetPhysicalDeviceDirectFBPresentationSupportEXT"); in loader_init_instance_extension_dispatch_table()
3241 if (!strcmp(name, "GetPhysicalDeviceDirectFBPresentationSupportEXT")) return (void *)table->GetPhysicalDeviceDirectFBPresentationSupportEXT; in loader_lookup_instance_dispatch_table()
12298 .GetPhysicalDeviceDirectFBPresentationSupportEXT = terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT,
/third_party/vulkan-loader/loader/
H A Dwsi.c1153 // GetPhysicalDeviceDirectFBPresentationSupportEXT
1166 return disp->GetPhysicalDeviceDirectFBPresentationSupportEXT(unwrapped_phys_dev, queueFamilyIndex, dfb); in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
1170 // GetPhysicalDeviceDirectFBPresentationSupportEXT
1185 if (NULL == icd_term->dispatch.GetPhysicalDeviceDirectFBPresentationSupportEXT) { in terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT()
1192 return icd_term->dispatch.GetPhysicalDeviceDirectFBPresentationSupportEXT(phys_dev_term->phys_dev, queueFamilyIndex, dfb); in terminator_GetPhysicalDeviceDirectFBPresentationSupportEXT()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h940 table->GetPhysicalDeviceDirectFBPresentationSupportEXT = in layer_init_instance_dispatch_table()

Completed in 31 milliseconds