Searched refs:m_nextAllocator (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 194 : m_nextAllocator(nextAllocator) in ChainedAllocator() 204 …return m_nextAllocator->pfnAllocation(m_nextAllocator->pUserData, size, alignment, allocationScope… in allocate() 209 …return m_nextAllocator->pfnReallocation(m_nextAllocator->pUserData, original, size, alignment, all… in reallocate() 214 m_nextAllocator->pfnFree(m_nextAllocator->pUserData, mem); in free() 219 …m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocatio… in notifyInternalAllocation() 224 …m_nextAllocator->pfnInternalFree(m_nextAllocator->pUserData, size, allocationType, allocationScope… in notifyInternalFree()
|
D | vkAllocationCallbackUtil.hpp | 130 const VkAllocationCallbacks* m_nextAllocator; member in vk::ChainedAllocator
|