Home
last modified time | relevance | path

Searched refs:recordingAllocator (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp176 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test() local
181 release(context, nullHandle, recordingAllocator.getCallbacks()); in test()
183 return reportStatus(recordingAllocator.getNumRecords() == 0); in test()
213 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test() local
214 …ol> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo, recordingAllocator.getCallbacks… in test()
215 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()
219 return reportStatus(numInitialRecords == recordingAllocator.getNumRecords()); in test()
258 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in test() local
259 …Pool (createDescriptorPool(vk, device, &descriptorPoolCreateInfo, recordingAllocator.getCallbacks… in test()
260 const std::size_t numInitialRecords = recordingAllocator.getNumRecords(); in test()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1518 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSwapchainTest() local
1520 …devHelper.vkd.destroySwapchainKHR(*devHelper.device, nullHandle, recordingAllocator.getCallbacks()… in destroyNullHandleSwapchainTest()
1522 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSwapchainTest()
DvktWsiSurfaceTests.cpp1228 AllocationCallbackRecorder recordingAllocator (getSystemAllocator(), 1u); in destroyNullHandleSurfaceTest() local
1230 …instHelper.vki.destroySurfaceKHR(*instHelper.instance, nullHandle, recordingAllocator.getCallbacks… in destroyNullHandleSurfaceTest()
1232 if (recordingAllocator.getNumRecords() != 0u) in destroyNullHandleSurfaceTest()