HomeSort by relevance Sort by last modified time
    Searched defs:AllocationCallbackRecorder (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 227 // AllocationCallbackRecorder
229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint)
235 AllocationCallbackRecorder::~AllocationCallbackRecorder (void)
239 void* AllocationCallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
257 void AllocationCallbackRecorder::free (void* mem)
264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope (…)
    [all...]
vkAllocationCallbackUtil.hpp 133 class AllocationCallbackRecorder : public ChainedAllocator
136 AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
137 ~AllocationCallbackRecorder (void);
225 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCallbackValidationResults* results);
227 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits);

Completed in 138 milliseconds