Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceProcAddr (Results 1 – 3 of 3) 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()
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c51 PFN_GetPhysicalDeviceProcAddr GetPhysicalDeviceProcAddr; member
165 …info->GetPhysicalDeviceProcAddr = (PFN_GetPhysicalDeviceProcAddr)info->GetInstanceProcAddr(*pInsta… in device_select_CreateInstance()
488 return info->GetPhysicalDeviceProcAddr(instance, name); in get_pdevice_proc_addr()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h32 PFN_GetPhysicalDeviceProcAddr GetPhysicalDeviceProcAddr; member