Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp240 struct VkDeviceMemory_Info { struct in goldfish_vk::ResourceTracker::Impl
241 VkDeviceSize allocationSize = 0;
242 VkDeviceSize mappedSize = 0;
243 uint8_t* mappedPtr = nullptr;
244 uint32_t memoryTypeIndex = 0;
245 bool virtualHostVisibleBacking = false;
246 bool directMapped = false;
248 goldfishAddressSpaceBlock = nullptr;
249 SubAlloc subAlloc;
250 AHardwareBuffer* ahw = nullptr;
[all …]