Searched defs:PhysicalDeviceInfo (Results 1 – 2 of 2) sorted by relevance
185 struct PhysicalDeviceInfo { struct186 VkInstance instance = VK_NULL_HANDLE;187 VkPhysicalDeviceProperties props;188 std::unique_ptr<EmulatedPhysicalDeviceMemoryProperties> memoryPropertiesHelper;189 std::vector<VkQueueFamilyProperties> queueFamilyProperties;190 VkPhysicalDevice boxed = nullptr;194 bool hasVirtualGraphicsQueues = false;
383 physical_devices: &BTreeMap<Phandle, PhysicalDeviceInfo>, in validate_physical_devices() argument402 ) -> Result<BTreeMap<Phandle, PhysicalDeviceInfo>> { in parse_physical_devices_with_iommus() argument417 fn parse_physical_devices(&self) -> Result<BTreeMap<Phandle, PhysicalDeviceInfo>> { in parse_physical_devices() argument706 struct PhysicalDeviceInfo { struct712 impl PhysicalDeviceInfo { impl888 physical_devices: &BTreeMap<Phandle, PhysicalDeviceInfo>, in parse() argument