Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceXcbPresentationSupportKHR (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp157 GET_INSTANCE_PROC(GetPhysicalDeviceXcbPresentationSupportKHR); in LoadInstanceProcs()
DVulkanFunctions.h144 GetPhysicalDeviceXcbPresentationSupportKHR = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h282 PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR GetPhysicalDeviceXcbPresentationSupportKHR; member
Dvk_layer_dispatch_table.h101 PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR GetPhysicalDeviceXcbPresentationSupportKHR; member
Dvk_loader_extensions.c130 LOOKUP_GIPA(GetPhysicalDeviceXcbPresentationSupportKHR, false); in loader_icd_init_entries()
1209 …table->GetPhysicalDeviceXcbPresentationSupportKHR = (PFN_vkGetPhysicalDeviceXcbPresentationSupport… in loader_init_instance_extension_dispatch_table()
2262 …eviceXcbPresentationSupportKHR")) return (void *)table->GetPhysicalDeviceXcbPresentationSupportKHR; in loader_lookup_instance_dispatch_table()
9843 ….GetPhysicalDeviceXcbPresentationSupportKHR = terminator_GetPhysicalDeviceXcbPresentationSupportKH…
Dvk_dispatch_table_helper.h1380 …table->GetPhysicalDeviceXcbPresentationSupportKHR = (PFN_vkGetPhysicalDeviceXcbPresentationSupport… in layer_init_instance_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c893 …return disp->GetPhysicalDeviceXcbPresentationSupportKHR(unwrapped_phys_dev, queueFamilyIndex, conn… in vkGetPhysicalDeviceXcbPresentationSupportKHR()
912 if (NULL == icd_term->dispatch.GetPhysicalDeviceXcbPresentationSupportKHR) { in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()
919 …return icd_term->dispatch.GetPhysicalDeviceXcbPresentationSupportKHR(phys_dev_term->phys_dev, queu… in terminator_GetPhysicalDeviceXcbPresentationSupportKHR()