Home
last modified time | relevance | path

Searched refs:allocationOut (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DSuballocation.cpp152 VmaVirtualAllocation *allocationOut, in allocate() argument
157 return mVirtualBlock.allocate(size, alignment, allocationOut, offsetOut); in allocate()
Dvk_wrapper.h530 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);
DSuballocation.h68 VmaVirtualAllocation *allocationOut,
Dvk_renderer.cpp7202 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()
Dvk_renderer.h85 Allocation *allocationOut,