Searched refs:AllocationCallbackRecorder (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp133 class AllocationCallbackRecorder : public ChainedAllocator class in namespace:vk
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);
H A DvkAllocationCallbackUtil.cpp227 // AllocationCallbackRecorder
229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint) function in class:vk::AllocationCallbackRecorder
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
[all...]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp197 AllocationCallbackRecorder allocationRecorder (getSystemAllocator());
232 AllocationCallbackRecorder allocationRecorder (getSystemAllocator());
H A DvktWsiSwapchainTests.cpp609 AllocationCallbackRecorder allocationRecorder (getSystemAllocator());
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp246 AllocationCallbackRecorder callbackRecorder (getSystemAllocator());
H A DvktMemoryMappingTests.cpp205 AllocationCallbackRecorder callbackRecorder (getSystemAllocator());
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp318 size_t getCurrentSystemMemoryUsage (const AllocationCallbackRecorder& allocRecoder)
332 AllocationCallbackRecorder allocRecorder (getSystemAllocator());
2257 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128);
2274 AllocationCallbackRecorder objCallbacks(getSystemAllocator(), 128);
2308 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128);
2330 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128);

Completed in 154 milliseconds