Home
last modified time | relevance | path

Searched refs:m_nextAllocator (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp194 : 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()
219m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocatio… in notifyInternalAllocation()
224m_nextAllocator->pfnInternalFree(m_nextAllocator->pUserData, size, allocationType, allocationScope… in notifyInternalFree()
DvkAllocationCallbackUtil.hpp130 const VkAllocationCallbacks* m_nextAllocator; member in vk::ChainedAllocator