Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp67 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()
Dvk_utils.cpp447 Allocation *allocation, in InitMappableAllocation()
/device/generic/vulkan-cereal/third-party/angle/src/common/
DPoolAlloc_unittest.cpp23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local
67 void *allocation = poolAllocator.allocate((rand() % (1024 * 4)) + 1); in TEST_P() local