Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h1337 typedef struct VmaAllocationInfo struct
1343 uint32_t memoryType;
1350 VkDeviceMemory VMA_NULLABLE_NON_DISPATCHABLE deviceMemory;
1360 VkDeviceSize offset;
1394 } VmaAllocationInfo; typedef
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h1336 typedef struct VmaAllocationInfo struct
1342 uint32_t memoryType;
1349 VkDeviceMemory VMA_NULLABLE_NON_DISPATCHABLE deviceMemory;
1359 VkDeviceSize offset;
1393 } VmaAllocationInfo; typedef
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h2450 typedef struct VmaAllocationInfo { struct
2455 uint32_t memoryType;
2464 VkDeviceMemory deviceMemory;
2489 } VmaAllocationInfo; argument