Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h743 struct VkDeviceMemory_Info { struct
744 bool dedicated = false;
745 bool imported = false;
748 AHardwareBuffer* ahw = nullptr;
750 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;
751 VkDevice device;
753 uint8_t* ptr = nullptr;
755 uint64_t blobId = 0;
756 uint64_t allocationSize = 0;
757 uint32_t memoryTypeIndex = 0;
[all …]