Home
last modified time | relevance | path

Searched defs:AllocData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp3404 struct AllocData in TestVirtualBlocksAlgorithms() struct
3406 VmaVirtualAllocation allocation; in TestVirtualBlocksAlgorithms()
3407 VkDeviceSize allocOffset, requestedSize, allocationSize; in TestVirtualBlocksAlgorithms()
4580 struct AllocData in TestAllocationAlgorithmsCorrectness() struct
4582 VmaAllocation alloc = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()
4583 VkBuffer buf = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()
4584 VmaVirtualAllocation virtualAlloc = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp509 const auto AllocData = getAllocationDataForFunction(Callee, AnyAlloc, TLI); in getAllocationFamily() local