Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Dmod.rs340 pub enum DedicatedAllocation<'a> { enum
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DGpuMemDump.schema.json135 "DedicatedAllocation": { object
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h6101 struct DedicatedAllocation struct
6103 VmaPool m_hParentPool; // VK_NULL_HANDLE if not belongs to custom pool.
6104 VkDeviceMemory m_hMemory;
6105 void* m_pMappedData; // Not null means memory is mapped.
6106 VmaAllocation_T* m_Prev;
6107 VmaAllocation_T* m_Next;
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h6040 struct DedicatedAllocation struct
6042 VmaPool m_hParentPool; // VK_NULL_HANDLE if not belongs to custom pool.
6043 VkDeviceMemory m_hMemory;
6044 void* m_pMappedData; // Not null means memory is mapped.
6045 VmaAllocation_T* m_Prev;
6046 VmaAllocation_T* m_Next;
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h5111 struct DedicatedAllocation struct
5113 uint32_t m_MemoryTypeIndex;
5114 VkDeviceMemory m_hMemory;
5115 void* m_pMappedData; // Not null means memory is mapped.
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp6523 TEST_F(VkLayerTest, DedicatedAllocation) { in TEST_F() argument