Home
last modified time | relevance | path

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

/external/skia/vma_android/include/
Dvk_mem_alloc.h6078 struct DedicatedAllocation struct
6080 VmaPool m_hParentPool; // VK_NULL_HANDLE if not belongs to custom pool.
6081 VkDeviceMemory m_hMemory;
6082 void* m_pMappedData; // Not null means memory is mapped.
6083 VmaAllocation_T* m_Prev;
6084 VmaAllocation_T* m_Next;
/external/vulkan-validation-layers/layers/
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.
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h4958 struct DedicatedAllocation struct
4960 VkDeviceMemory m_hMemory;
4961 void* m_pMappedData; // Not null means memory is mapped.
4962 VmaAllocation_T* m_Prev;
4963 VmaAllocation_T* m_Next;
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp6523 TEST_F(VkLayerTest, DedicatedAllocation) { in TEST_F() argument