Searched defs:DeviceInfo (Results 1 – 5 of 5) sorted by relevance
15 struct DeviceInfo { struct38 typedef std::vector<DeviceInfo> DeviceInfos; argument
33 struct DeviceInfo { struct34 std::vector<aidl::android::hardware::automotive::ivn::OccupantZoneInfo> occupantZones;35 aidl::android::hardware::automotive::ivn::EndpointInfo endpointInfo;
191 struct DeviceInfo { struct192 std::unordered_map<uint32_t, std::vector<VkQueue>> queues;193 std::vector<std::string> enabledExtensionNames;194 bool emulateTextureEtc2 = false;195 bool emulateTextureAstc = false;196 bool useAstcCpuDecompression = false;197 VkPhysicalDevice physicalDevice;198 VkDevice boxed = nullptr;200 std::unique_ptr<ExternalFencePool<VulkanDispatch>> externalFencePool = nullptr;201 std::set<VkFormat> imageFormats = {}; // image formats used on this device[all …]
277 const std::vector<uint8_t>&, DeviceInfo*, ProtectedData*, std::vector<uint8_t>*) { in generateCertificateRequest() argument
909 TEST_P(CertificateRequestV2Test, DeviceInfo) { in TEST_P() argument