Searched defs:DedicatedAllocation (Results 1 – 6 of 6) sorted by relevance
340 pub enum DedicatedAllocation<'a> { enum
135 "DedicatedAllocation": { object
6101 struct DedicatedAllocation struct6103 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;
6040 struct DedicatedAllocation struct6042 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;
5111 struct DedicatedAllocation struct5113 uint32_t m_MemoryTypeIndex;5114 VkDeviceMemory m_hMemory;5115 void* m_pMappedData; // Not null means memory is mapped.
6523 TEST_F(VkLayerTest, DedicatedAllocation) { in TEST_F() argument