Searched defs:AllocData (Results 1 – 2 of 2) sorted by relevance
3404 struct AllocData in TestVirtualBlocksAlgorithms() struct3406 VmaVirtualAllocation allocation; in TestVirtualBlocksAlgorithms()3407 VkDeviceSize allocOffset, requestedSize, allocationSize; in TestVirtualBlocksAlgorithms()4580 struct AllocData in TestAllocationAlgorithmsCorrectness() struct4582 VmaAllocation alloc = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()4583 VkBuffer buf = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()4584 VmaVirtualAllocation virtualAlloc = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()
509 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily() local