Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h290 …PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKH… member
Dvk_layer_dispatch_table.h109 …PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR GetPhysicalDeviceWaylandPresentationSupportKH… member
Dvk_loader_extensions.c138 LOOKUP_GIPA(GetPhysicalDeviceWaylandPresentationSupportKHR, false); in loader_icd_init_entries()
1217 …table->GetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentatio… in loader_init_instance_extension_dispatch_table()
2270 …ylandPresentationSupportKHR")) return (void *)table->GetPhysicalDeviceWaylandPresentationSupportKH… in loader_lookup_instance_dispatch_table()
9851 ….GetPhysicalDeviceWaylandPresentationSupportKHR = terminator_GetPhysicalDeviceWaylandPresentationS…
Dvk_dispatch_table_helper.h1386 …table->GetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentatio… in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c769 …return disp->GetPhysicalDeviceWaylandPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, … in vkGetPhysicalDeviceWaylandPresentationSupportKHR()
788 if (NULL == icd_term->dispatch.GetPhysicalDeviceWaylandPresentationSupportKHR) { in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()
795 …return icd_term->dispatch.GetPhysicalDeviceWaylandPresentationSupportKHR(phys_dev_term->phys_dev, … in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR()