Searched refs:GetPhysicalDeviceProcAddr (Results 1 – 3 of 3) 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()
51 PFN_GetPhysicalDeviceProcAddr GetPhysicalDeviceProcAddr; member165 …info->GetPhysicalDeviceProcAddr = (PFN_GetPhysicalDeviceProcAddr)info->GetInstanceProcAddr(*pInsta… in device_select_CreateInstance()488 return info->GetPhysicalDeviceProcAddr(instance, name); in get_pdevice_proc_addr()
32 PFN_GetPhysicalDeviceProcAddr GetPhysicalDeviceProcAddr; member