Searched refs:GetDeviceGroupSurfacePresentModes2EXT (Results 1 - 6 of 6) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | extension_manual.c | 291 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModes2EXT(VkDevice device, in GetDeviceGroupSurfacePresentModes2EXT() function 301 return disp->GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes); in GetDeviceGroupSurfacePresentModes2EXT() 311 NULL == dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT) { in terminator_GetDeviceGroupSurfacePresentModes2EXT() 330 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, &surface_info_copy, in terminator_GetDeviceGroupSurfacePresentModes2EXT() 333 return dev->loader_dispatch.extension_terminator_dispatch.GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes); in terminator_GetDeviceGroupSurfacePresentModes2EXT()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.h | 508 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
|
H A D | vk_layer_dispatch_table.h | 877 PFN_vkGetDeviceGroupSurfacePresentModes2EXT GetDeviceGroupSurfacePresentModes2EXT; member
|
H A D | vk_dispatch_table_helper.h | 498 table->GetDeviceGroupSurfacePresentModes2EXT = in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 918 table->GetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)gdpa(dev, "vkGetDeviceGroupSurfacePresentModes2EXT"); in loader_init_device_extension_dispatch_table() 1522 dispatch->GetDeviceGroupSurfacePresentModes2EXT = (PFN_vkGetDeviceGroupSurfacePresentModes2EXT)gpda(dev->icd_device, "vkGetDeviceGroupSurfacePresentModes2EXT"); in init_extension_device_proc_terminator_dispatch() 2689 if (!strcmp(name, "GetDeviceGroupSurfacePresentModes2EXT")) return (void *)table->GetDeviceGroupSurfacePresentModes2EXT; in loader_lookup_device_dispatch_table() 11037 *addr = (void *)GetDeviceGroupSurfacePresentModes2EXT; in extension_instance_gpa() 12050 if (!strcmp(name, "GetDeviceGroupSurfacePresentModes2EXT")) { in get_extension_device_proc_terminator()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 498 table->GetDeviceGroupSurfacePresentModes2EXT = in layer_init_device_dispatch_table()
|
Completed in 26 milliseconds