Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java477 public static abstract class MemoryInfo { class in CuttlefishDisplayHotplugTest
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp6001 struct MemoryInfo { struct in gfxstream::vk::VkDecoderGlobalState::Impl
6005 bool needUnmap = false;
6008 void* ptr = nullptr;
6009 VkDeviceSize size;
6011 bool directMapped = false;
6012 bool virtioGpuMapped = false;
6013 uint32_t caching = 0;
6014 uint64_t guestPhysAddr = 0;
6015 void* pageAlignedHva = nullptr;
6016 uint64_t sizeToPage = 0;
[all …]