Searched refs:GetDeviceGroupSurfacePresentModes2EXT (Results 1 – 6 of 6) sorted by relevance
291 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device, in GetDeviceGroupSurfacePresentModes2EXT() function301 return disp->GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes); in GetDeviceGroupSurfacePresentModes2EXT()310 if (NULL != icd_term && NULL != icd_term->dispatch.GetDeviceGroupSurfacePresentModes2EXT) { in terminator_GetDeviceGroupSurfacePresentModes2EXT()317 …return icd_term->dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, &surface_info_copy, pModes… in terminator_GetDeviceGroupSurfacePresentModes2EXT()319 … return icd_term->dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes); in terminator_GetDeviceGroupSurfacePresentModes2EXT()
76 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device,
441 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
843 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
1025 …table->GetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT) gpa(d… in layer_init_device_dispatch_table()1026 …if (table->GetDeviceGroupSurfacePresentModes2EXT == nullptr) { table->GetDeviceGroupSurfacePresent… in layer_init_device_dispatch_table()
289 LOOKUP_GIPA(GetDeviceGroupSurfacePresentModes2EXT, false); in loader_icd_init_entries()903 …table->GetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)gdpa(d… in loader_init_device_extension_dispatch_table()1958 …tDeviceGroupSurfacePresentModes2EXT")) return (void *)table->GetDeviceGroupSurfacePresentModes2EXT; in loader_lookup_device_dispatch_table()9026 *addr = (void *)GetDeviceGroupSurfacePresentModes2EXT; in extension_instance_gpa()