Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp133 class AllocationCallbackRecorder : public ChainedAllocator class
136AllocationCallbackRecorder (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…
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()
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/
DvktWsiSurfaceTests.cpp197 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest()
232 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest()
DvktWsiSwapchainTests.cpp609 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp318 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/
DvktMemoryAllocationTests.cpp246 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()
DvktMemoryMappingTests.cpp205 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()