Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h254 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
Dvk_layer_dispatch_table.h494 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
Dvk_dispatch_table_helper.h634 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR) gpa(dev… in layer_init_device_dispatch_table()
635 …if (table->GetDeviceGroupSurfacePresentModesKHR == nullptr) { table->GetDeviceGroupSurfacePresentM… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c102 LOOKUP_GIPA(GetDeviceGroupSurfacePresentModesKHR, false); in loader_icd_init_entries()
554 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR)gdpa(dev… in loader_init_device_extension_dispatch_table()
1609 …GetDeviceGroupSurfacePresentModesKHR")) return (void *)table->GetDeviceGroupSurfacePresentModesKHR; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/loader/
Dwsi.c2216 return disp->GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); in vkGetDeviceGroupSurfacePresentModesKHR()
2224 if (NULL != icd_term && NULL != icd_term->dispatch.GetDeviceGroupSurfacePresentModesKHR) { in terminator_GetDeviceGroupSurfacePresentModesKHR()
2227 …return icd_term->dispatch.GetDeviceGroupSurfacePresentModesKHR(device, icd_surface->real_icd_surfa… in terminator_GetDeviceGroupSurfacePresentModesKHR()
2230 return icd_term->dispatch.GetDeviceGroupSurfacePresentModesKHR(device, surface, pModes); in terminator_GetDeviceGroupSurfacePresentModesKHR()