Searched refs:GetMemoryHostPointerPropertiesEXT (Results 1 – 6 of 6) sorted by relevance
591 PFN_vkGetMemoryHostPointerPropertiesEXT GetMemoryHostPointerPropertiesEXT; member
797 …table->GetMemoryHostPointerPropertiesEXT = (PFN_vkGetMemoryHostPointerPropertiesEXT) gpa(device, "… in layer_init_device_dispatch_table()798 …if (table->GetMemoryHostPointerPropertiesEXT == nullptr) { table->GetMemoryHostPointerPropertiesEX… in layer_init_device_dispatch_table()
8481 VKAPI_ATTR VkResult VKAPI_CALL GetMemoryHostPointerPropertiesEXT( in GetMemoryHostPointerPropertiesEXT() function9656 {"vkGetMemoryHostPointerPropertiesEXT", {false, (void*)GetMemoryHostPointerPropertiesEXT}},
2136 VKAPI_ATTR VkResult VKAPI_CALL GetMemoryHostPointerPropertiesEXT(
6337 …VkResult result = layer_data->device_dispatch_table.GetMemoryHostPointerPropertiesEXT(device, hand… in DispatchGetMemoryHostPointerPropertiesEXT()
1092 …VkResult res = VKSCR(GetMemoryHostPointerPropertiesEXT)(screen->dev, handle_type, alloc_info->user… in update_alloc_info_flags()