Searched refs:m_Allocator (Results 1 – 5 of 5) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1605 VmaAllocator m_Allocator = VK_NULL_HANDLE; member in Player 1775 vmaSetCurrentFrameIndex(m_Allocator, frameIndex); in ExecuteLine() 1873 vmaBuildStatsString(m_Allocator, &pStatsString, detailed ? VK_TRUE : VK_FALSE); in DumpStats() 1890 vmaFreeStatsString(m_Allocator, pStatsString); in DumpStats() 1898 vmaDestroyBuffer(m_Allocator, alloc.buffer, alloc.allocation); in Destroy() 1902 vmaDestroyImage(m_Allocator, alloc.image, alloc.allocation); in Destroy() 1905 vmaFreeMemory(m_Allocator, alloc.allocation); in Destroy() 2279 res = vmaCreateAllocator(&allocatorInfo, &m_Allocator); in InitVulkan() 2286 vmaGetPhysicalDeviceProperties(m_Allocator, &m_DevProps); in InitVulkan() 2287 vmaGetMemoryProperties(m_Allocator, &m_MemProps); in InitVulkan() [all …]
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2770 m_Allocator(allocator), in VmaVector() 2778 m_Allocator(allocator), in VmaVector() 2786 m_Allocator(src.m_Allocator), in VmaVector() 2787 …m_pArray(src.m_Count ? (T*)VmaAllocateArray<T>(src.m_Allocator.m_pCallbacks, src.m_Count) : VMA_NU… in VmaVector() 2799 VmaFree(m_Allocator.m_pCallbacks, m_pArray); in ~VmaVector() 2863 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; 2868 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 2888 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… 2894 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 2960 AllocatorT m_Allocator;
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 4796 m_Allocator(allocator), in VmaVector() 4804 m_Allocator(allocator), in VmaVector() 4817 m_Allocator(src.m_Allocator), in VmaVector() 4818 …m_pArray(src.m_Count ? (T*)VmaAllocateArray<T>(src.m_Allocator.m_pCallbacks, src.m_Count) : VMA_NU… in VmaVector() 4830 VmaFree(m_Allocator.m_pCallbacks, m_pArray); in ~VmaVector() 4894 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; 4899 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4919 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… 4925 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4991 AllocatorT m_Allocator; [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4777 m_Allocator(allocator), in VmaVector() 4785 m_Allocator(allocator), in VmaVector() 4798 m_Allocator(src.m_Allocator), in VmaVector() 4799 …m_pArray(src.m_Count ? (T*)VmaAllocateArray<T>(src.m_Allocator.m_pCallbacks, src.m_Count) : VMA_NU… in VmaVector() 4811 VmaFree(m_Allocator.m_pCallbacks, m_pArray); in ~VmaVector() 4875 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; 4880 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4900 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… 4906 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4972 AllocatorT m_Allocator; [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 3957 m_Allocator(allocator), in VmaVector() 3965 m_Allocator(allocator), in VmaVector() 3973 m_Allocator(src.m_Allocator), in VmaVector() 3974 …m_pArray(src.m_Count ? (T*)VmaAllocateArray<T>(src.m_Allocator.m_pCallbacks, src.m_Count) : VMA_NU… in VmaVector() 3986 VmaFree(m_Allocator.m_pCallbacks, m_pArray); in ~VmaVector() 4050 … T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator, newCapacity) : VMA_NULL; 4055 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4075 …T* const newArray = newCapacity ? VmaAllocateArray<T>(m_Allocator.m_pCallbacks, newCapacity) : VMA… 4081 VmaFree(m_Allocator.m_pCallbacks, m_pArray); 4147 AllocatorT m_Allocator;
|