Home
last modified time | relevance | path

Searched refs:getCallbacks (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp181 release(context, nullHandle, recordingAllocator.getCallbacks()); in test()
214 … cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo, recordingAllocator.getCallbacks())); in test()
259 … (createDescriptorPool(vk, device, &descriptorPoolCreateInfo, recordingAllocator.getCallbacks())); in test()
DvktApiObjectManagementTests.cpp372 allocRecorder.getCallbacks(), in computeSystemMemoryUsage()
2789 resCallbacks.getCallbacks(), in createSingleAllocCallbacksTest()
2808 objCallbacks.getCallbacks(), in createSingleAllocCallbacksTest()
2847 resCallbacks.getCallbacks(), in allocCallbackFailTest()
2866 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailTest()
2875 recorder.getCallbacks(), in allocCallbackFailTest()
2973 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in allocCallbackFailMultipleObjectsTest()
2982 recorder.getCallbacks(), in allocCallbackFailMultipleObjectsTest()
DvktApiDeviceInitializationTests.cpp569 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in enumerateDevicesAllocLeakTest()
570 const auto instance = createCustomInstanceFromContext(context, recorder.getCallbacks(), true); in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp267 const InstanceHelper instHelper (context, wsiType, allocationRecorder.getCallbacks()); in createSurfaceCustomAllocatorTest()
274 allocationRecorder.getCallbacks())); in createSurfaceCustomAllocatorTest()
299 DeterministicFailAllocator failingAllocator (allocationRecorder.getCallbacks(), in createSurfaceSimulateOOMTest()
308 const InstanceHelper instHelper (context, wsiType, failingAllocator.getCallbacks()); in createSurfaceSimulateOOMTest()
320 failingAllocator.getCallbacks())); in createSurfaceSimulateOOMTest()
1239 …instHelper.vki.destroySurfaceKHR(instHelper.instance, nullHandle, recordingAllocator.getCallbacks(… in destroyNullHandleSurfaceTest()
DvktWsiSwapchainTests.cpp873 DeterministicFailAllocator failingAllocator (allocationRecorder.getCallbacks(), in createSwapchainSimulateOOMTest()
877 const InstanceHelper instHelper (context, params.wsiType, failingAllocator.getCallbacks()); in createSwapchainSimulateOOMTest()
884 failingAllocator.getCallbacks())); in createSwapchainSimulateOOMTest()
885 … instHelper.vki, instHelper.instance, *surface, vector<string>(), failingAllocator.getCallbacks()); in createSwapchainSimulateOOMTest()
914 …createSwapchainKHR(devHelper.vkd, *devHelper.device, &curParams, failingAllocator.getCallbacks())); in createSwapchainSimulateOOMTest()
2474 …devHelper.vkd.destroySwapchainKHR(*devHelper.device, nullHandle, recordingAllocator.getCallbacks()… in destroyNullHandleSwapchainTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp53 const VkAllocationCallbacks* getCallbacks (void) const { return &m_callbacks; } in getCallbacks() function in vk::AllocationCallbacks
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp522 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in iterate()
DvktMemoryMappingTests.cpp297 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in computeDeviceMemorySystemMemFootprint()
786 …const VkAllocationCallbacks* allocator = config.implicitUnmap ? recorder.getCallbacks() : DE_NUL… in testMemoryMapping()