Searched refs:GetPhysicalDeviceProcAddr (Results 1 – 1 of 1) sorted by relevance
109 instance_data->dispatch_table.GetPhysicalDeviceProcAddr = in CreateInstance()178 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char … in GetPhysicalDeviceProcAddr() function186 if (!table.GetPhysicalDeviceProcAddr) return nullptr; in GetPhysicalDeviceProcAddr()187 return table.GetPhysicalDeviceProcAddr(instance, name); in GetPhysicalDeviceProcAddr()227 return device_profile_api::GetPhysicalDeviceProcAddr(instance, funcName); in vk_layerGetPhysicalDeviceProcAddr()