Home
last modified time | relevance | path

Searched refs:AllocationCallbackRecorder (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp133 class AllocationCallbackRecorder : public ChainedAllocator class
136AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024);
137 ~AllocationCallbackRecorder (void);
225 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCall…
227 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUin…
DvkAllocationCallbackUtil.cpp229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deU… in AllocationCallbackRecorder() function in vk::AllocationCallbackRecorder
235 AllocationCallbackRecorder::~AllocationCallbackRecorder (void) in ~AllocationCallbackRecorder()
239 void* AllocationCallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope … in allocate()
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate()
257 void AllocationCallbackRecorder::free (void* mem) in free()
264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType al… in notifyInternalAllocation()
271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocati… in notifyInternalFree()
362 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCallbackVal… in validateAllocationCallbacks()
369 for (AllocationCallbackRecorder::RecordIterator callbackIter = recorder.getRecordsBegin(); in validateAllocationCallbacks()
637 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowe… in validateAndLog()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp176 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
213 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
258 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
DvktApiObjectManagementTests.cpp349 size_t getCurrentSystemMemoryUsage (const AllocationCallbackRecorder& allocRecoder) in getCurrentSystemMemoryUsage()
363 AllocationCallbackRecorder allocRecorder (getSystemAllocator()); in computeSystemMemoryUsage()
2778 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in createSingleAllocCallbacksTest()
2799 AllocationCallbackRecorder objCallbacks(getSystemAllocator(), 128); in createSingleAllocCallbacksTest()
2838 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in allocCallbackFailTest()
2866 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailTest()
2973 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailMultipleObjectsTest()
DvktApiDeviceInitializationTests.cpp566 typedef AllocationCallbackRecorder::RecordIterator RecordIterator; in enumerateDevicesAllocLeakTest()
569 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp263 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest()
298 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest()
1237 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSurfaceTest()
DvktWsiSwapchainTests.cpp872 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSwapchainSimulateOOMTest()
2472 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSwapchainTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp511 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in iterate()
DvktMemoryMappingTests.cpp286 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()
785 AllocationCallbackRecorder recorder (getSystemAllocator()); in testMemoryMapping()