Searched refs:GetDeviceGroupSurfacePresentModesKHR (Results 1 – 5 of 5) sorted by relevance
254 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
494 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
634 …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()
102 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()
2216 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()