Searched refs:getSystemAllocator (Results 1 – 9 of 9) sorted by relevance
/external/deqp/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 | 350 AllocationCallbackRecorder allocRecorder (getSystemAllocator()); in computeSystemMemoryUsage() 2491 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in createSingleAllocCallbacksTest() 2510 AllocationCallbackRecorder objCallbacks(getSystemAllocator(), 128); in createSingleAllocCallbacksTest() 2547 AllocationCallbackRecorder resCallbacks (getSystemAllocator(), 128); in allocCallbackFailTest() 2568 DeterministicFailAllocator objAllocator(getSystemAllocator(), in allocCallbackFailTest() 2659 …DeterministicFailAllocator objAllocator(getSystemAllocator(), DeterministicFailAllocator::MODE_D… in allocCallbackFailMultipleObjectsTest()
|
D | vktApiCommandBuffersTests.cpp | 355 const VkAllocationCallbacks* allocationCallbacks = getSystemAllocator(); in createPoolNonNullAllocatorTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 234 const VkAllocationCallbacks* getSystemAllocator (void);
|
D | vkAllocationCallbackUtil.cpp | 73 const VkAllocationCallbacks* getSystemAllocator (void) in getSystemAllocator() function
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 292 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceCustomAllocatorTest() 327 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSurfaceSimulateOOMTest() 1228 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSurfaceTest()
|
D | vktWsiSwapchainTests.cpp | 639 AllocationCallbackRecorder allocationRecorder (getSystemAllocator()); in createSwapchainSimulateOOMTest() 1518 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSwapchainTest()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 428 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in iterate()
|
D | vktMemoryMappingTests.cpp | 282 AllocationCallbackRecorder callbackRecorder (getSystemAllocator()); in computeDeviceMemorySystemMemFootprint()
|