Searched refs:AllocationCallbackRecorder (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 133 class AllocationCallbackRecorder : public ChainedAllocator class 136 …AllocationCallbackRecorder (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…
|
D | vkAllocationCallbackUtil.cpp | 229 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/ |
D | vktApiNullHandleTests.cpp | 176 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test() 213 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test() 258 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test()
|
D | vktApiObjectManagementTests.cpp | 349 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()
|
D | vktApiDeviceInitializationTests.cpp | 566 typedef AllocationCallbackRecorder::RecordIterator RecordIterator; in enumerateDevicesAllocLeakTest() 569 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in enumerateDevicesAllocLeakTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 263 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest() 298 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest() 1237 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSurfaceTest()
|
D | vktWsiSwapchainTests.cpp | 872 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSwapchainSimulateOOMTest() 2472 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSwapchainTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 511 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in iterate()
|
D | vktMemoryMappingTests.cpp | 286 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint() 785 AllocationCallbackRecorder recorder (getSystemAllocator()); in testMemoryMapping()
|