Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h542 PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR GetDeviceGroupPeerMemoryFeaturesKHR; member
Dvk_dispatch_table_helper.h682 …table->GetDeviceGroupPeerMemoryFeaturesKHR = (PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR) gpa(devic… in layer_init_device_dispatch_table()
683 …if (table->GetDeviceGroupPeerMemoryFeaturesKHR == nullptr) { table->GetDeviceGroupPeerMemoryFeatur… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c602 …table->GetDeviceGroupPeerMemoryFeaturesKHR = (PFN_vkGetDeviceGroupPeerMemoryFeaturesKHR)gdpa(dev, … in loader_init_device_extension_dispatch_table()
1651 … "GetDeviceGroupPeerMemoryFeaturesKHR")) return (void *)table->GetDeviceGroupPeerMemoryFeaturesKHR; in loader_lookup_device_dispatch_table()
2731 VKAPI_ATTR void VKAPI_CALL GetDeviceGroupPeerMemoryFeaturesKHR( in GetDeviceGroupPeerMemoryFeaturesKHR() function
2744 …disp->GetDeviceGroupPeerMemoryFeaturesKHR(device, heapIndex, localDeviceIndex, remoteDeviceIndex, … in GetDeviceGroupPeerMemoryFeaturesKHR()
8064 *addr = (void *)GetDeviceGroupPeerMemoryFeaturesKHR; in extension_instance_gpa()