Searched defs:allocation (Results 1 – 3 of 3) sorted by relevance
67 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()118 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()123 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()129 VmaAllocation allocation, in FlushAllocation()137 VmaAllocation allocation, in InvalidateAllocation()
447 Allocation *allocation, in InitMappableAllocation()
23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local67 void *allocation = poolAllocator.allocate((rand() % (1024 * 4)) + 1); in TEST_P() local