Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp109 instance_data->dispatch_table.GetPhysicalDeviceProcAddr = in CreateInstance()
178 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetPhysicalDeviceProcAddr(VkInstance instance, const char … in GetPhysicalDeviceProcAddr() function
186 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()