Searched refs:getCallbacks (Results 1 – 8 of 8) sorted by relevance
181 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()
372 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()
569 AllocationCallbackRecorder recorder (objAllocator.getCallbacks(), 128); in enumerateDevicesAllocLeakTest()570 const auto instance = createCustomInstanceFromContext(context, recorder.getCallbacks(), true); in enumerateDevicesAllocLeakTest()
267 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()
873 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()
53 const VkAllocationCallbacks* getCallbacks (void) const { return &m_callbacks; } in getCallbacks() function in vk::AllocationCallbacks
522 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in iterate()
297 …DeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.getCallbacks())); in computeDeviceMemorySystemMemFootprint()786 …const VkAllocationCallbacks* allocator = config.implicitUnmap ? recorder.getCallbacks() : DE_NUL… in testMemoryMapping()