Home
last modified time | relevance | path

Searched refs:GetDeviceFaultInfoEXT (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h892 PFN_vkGetDeviceFaultInfoEXT GetDeviceFaultInfoEXT; member
Dvk_dispatch_table_helper.h1078 …table->GetDeviceFaultInfoEXT = (PFN_vkGetDeviceFaultInfoEXT) gpa(device, "vkGetDeviceFaultInfoEXT"… in layer_init_device_dispatch_table()
1079 …if (table->GetDeviceFaultInfoEXT == nullptr) { table->GetDeviceFaultInfoEXT = (PFN_vkGetDeviceFaul… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c952 … table->GetDeviceFaultInfoEXT = (PFN_vkGetDeviceFaultInfoEXT)gdpa(dev, "vkGetDeviceFaultInfoEXT"); in loader_init_device_extension_dispatch_table()
2001 if (!strcmp(name, "GetDeviceFaultInfoEXT")) return (void *)table->GetDeviceFaultInfoEXT; in loader_lookup_device_dispatch_table()
6153 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceFaultInfoEXT( in GetDeviceFaultInfoEXT() function
6164 return disp->GetDeviceFaultInfoEXT(device, pFaultCounts, pFaultInfo); in GetDeviceFaultInfoEXT()
9126 *addr = (void *)GetDeviceFaultInfoEXT; in extension_instance_gpa()