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/
H A 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, allocationScope); in reallocate()
214 m_nextAllocator->pfnFree(m_nextAllocator->pUserData, mem); in free()
219 m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocationScope); in notifyInternalAllocation()
224 m_nextAllocator in notifyInternalFree()
[all...]
H A DvkAllocationCallbackUtil.hpp130 const VkAllocationCallbacks* m_nextAllocator; member in vk::ChainedAllocator

Completed in 2 milliseconds