Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h798 PFN_vkGetMemoryHostPointerPropertiesEXT GetMemoryHostPointerPropertiesEXT; member
Dvk_dispatch_table_helper.h970 …table->GetMemoryHostPointerPropertiesEXT = (PFN_vkGetMemoryHostPointerPropertiesEXT) gpa(device, "… in layer_init_device_dispatch_table()
971 …if (table->GetMemoryHostPointerPropertiesEXT == nullptr) { table->GetMemoryHostPointerPropertiesEX… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c858 …table->GetMemoryHostPointerPropertiesEXT = (PFN_vkGetMemoryHostPointerPropertiesEXT)gdpa(dev, "vkG… in loader_init_device_extension_dispatch_table()
1907 …ame, "GetMemoryHostPointerPropertiesEXT")) return (void *)table->GetMemoryHostPointerPropertiesEXT; in loader_lookup_device_dispatch_table()
5240 VKAPI_ATTR VkResult VKAPI_CALL GetMemoryHostPointerPropertiesEXT( in GetMemoryHostPointerPropertiesEXT() function
5252 …return disp->GetMemoryHostPointerPropertiesEXT(device, handleType, pHostPointer, pMemoryHostPointe… in GetMemoryHostPointerPropertiesEXT()
8840 *addr = (void *)GetMemoryHostPointerPropertiesEXT; in extension_instance_gpa()