Home
last modified time | relevance | path

Searched refs:GetDeviceGroupSurfacePresentModes2EXT (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
Dextension_manual.c291 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device, in GetDeviceGroupSurfacePresentModes2EXT() function
301 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()
Dextension_manual.h76 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device,
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h441 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
Dvk_layer_dispatch_table.h843 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
Dvk_dispatch_table_helper.h1025 …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()
Dvk_loader_extensions.c289 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()