Searched refs:allocationOut (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | Suballocation.cpp | 152 VmaVirtualAllocation *allocationOut, in allocate() argument 157 return mVirtualBlock.allocate(size, alignment, allocationOut, offsetOut); in allocate()
|
D | vk_wrapper.h | 530 Allocation *allocationOut) const; 724 VmaVirtualAllocation *allocationOut, 1677 Allocation *allocationOut) const 1681 ASSERT(allocationOut && !allocationOut->valid()); 1684 &allocationOut->mHandle); 2146 VmaVirtualAllocation *allocationOut, 2149 return vma::VirtualAllocate(mHandle, size, alignment, allocationOut, offsetOut);
|
D | Suballocation.h | 68 VmaVirtualAllocation *allocationOut,
|
D | vk_renderer.cpp | 7202 Allocation *allocationOut, in allocateAndBindMemory() argument 7208 ASSERT(allocationOut && !allocationOut->valid()); in allocateAndBindMemory() 7235 allocateDedicatedMemory, &allocationOut->mHandle, memoryTypeIndexOut, sizeOut); in allocateAndBindMemory() 7244 allocationOut->getHandle()); in allocateAndBindMemory()
|
D | vk_renderer.h | 85 Allocation *allocationOut,
|