#include "impeller/renderer/backend/vulkan/driver_info_vk.h"#include <iomanip>#include <sstream>#include <string_view>#include <unordered_map>#include "flutter/fml/build_config.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| AdrenoGPU | impeller::GetAdrenoVersion (std::string_view version) |
| PowerVRGPU | impeller::GetPowerVRVersion (std::string_view version) |
| MaliGPU | impeller::GetMaliVersion (std::string_view version) |
| constexpr VendorVK | impeller::IdentifyVendor (uint32_t vendor) |
| constexpr const char * | impeller::VendorToString (VendorVK vendor) |
| constexpr const char * | impeller::DeviceTypeToString (DeviceTypeVK type) |
| constexpr DeviceTypeVK | impeller::ToDeviceType (const vk::PhysicalDeviceType &type) |
Variables | |
| const std::unordered_map< std::string_view, AdrenoGPU > | impeller::kAdrenoVersions |
| const std::unordered_map< std::string_view, MaliGPU > | impeller::kMaliVersions |