Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h287 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKHR; member
H A Dvk_layer_dispatch_table.h114 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKHR; member
H A Dvk_dispatch_table_helper.h831 table->GetPhysicalDeviceWaylandPresentationSupportKHR = in layer_init_instance_dispatch_table()
H A Dvk_loader_extensions.c138 LOOKUP_GIPA(GetPhysicalDeviceWaylandPresentationSupportKHR); in loader_icd_init_entries()
1301 table->GetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)gpa(inst, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in loader_init_instance_extension_dispatch_table()
3077 if (!strcmp(name, "GetPhysicalDeviceWaylandPresentationSupportKHR")) return (void *)table->GetPhysicalDeviceWaylandPresentationSupportKHR; in loader_lookup_instance_dispatch_table()
12134 .GetPhysicalDeviceWaylandPresentationSupportKHR = terminator_GetPhysicalDeviceWaylandPresentationSupportKHR,
/third_party/vulkan-loader/loader/
H A Dwsi.c781 // GetPhysicalDeviceWaylandPresentationSupportKHR
794 return disp->GetPhysicalDeviceWaylandPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, display); in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
798 // GetPhysicalDeviceWaylandPresentationSupportKHR
812 if (NULL == icd_term->dispatch.GetPhysicalDeviceWaylandPresentationSupportKHR) { in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
819 return icd_term->dispatch.GetPhysicalDeviceWaylandPresentationSupportKHR(phys_dev_term->phys_dev, queueFamilyIndex, display); in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h816 table->GetPhysicalDeviceWaylandPresentationSupportKHR = in layer_init_instance_dispatch_table()

Completed in 33 milliseconds