Searched refs:AllocationCallbackRecorder (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 133 class AllocationCallbackRecorder : public ChainedAllocator class 136 …AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint = 1024); 137 ~AllocationCallbackRecorder (void); 213 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCall… 215 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() 354 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCallbackVal… in validateAllocationCallbacks() 361 for (AllocationCallbackRecorder::RecordIterator callbackIter = recorder.getRecordsBegin(); in validateAllocationCallbacks() 620 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowe… in validateAndLog()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 197 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest() 232 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest()
|
D | vktWsiSwapchainTests.cpp | 609 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 318 size_t getCurrentSystemMemoryUsage (const AllocationCallbackRecorder& allocRecoder) in getCurrentSystemMemoryUsage() 332 AllocationCallbackRecorder allocRecorder (getSystemAllocator()); in computeSystemMemoryUsage() 2263 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in createSingleAllocCallbacksTest() 2280 AllocationCallbackRecorder objCallbacks(getSystemAllocator(), 128); in createSingleAllocCallbacksTest() 2311 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in allocCallbackFailTest() 2330 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailTest()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 246 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()
|
D | vktMemoryMappingTests.cpp | 205 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()
|