Home
last modified time | relevance | path

Searched defs:PhysicalDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h185 struct PhysicalDeviceInfo { struct
186 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;
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs383 physical_devices: &BTreeMap<Phandle, PhysicalDeviceInfo>, in validate_physical_devices() argument
402 ) -> Result<BTreeMap<Phandle, PhysicalDeviceInfo>> { in parse_physical_devices_with_iommus() argument
417 fn parse_physical_devices(&self) -> Result<BTreeMap<Phandle, PhysicalDeviceInfo>> { in parse_physical_devices() argument
706 struct PhysicalDeviceInfo { struct
712 impl PhysicalDeviceInfo { impl
888 physical_devices: &BTreeMap<Phandle, PhysicalDeviceInfo>, in parse() argument