Home
last modified time | relevance | path

Searched defs:pAllocation (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp110 VmaAllocation *pAllocation) in CreateBuffer()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3435 Allocation** pAllocation) in AllocatePage()
3718 Allocation** pAllocation) in AllocateFromBlock()
4388 Allocation* pAllocation, in CreateAliasingResource()
5481 Allocation* pAllocation, in CreateAliasingResource()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h12551 VmaAllocation* pAllocation) in AllocatePage()
13048 VmaAllocation* pAllocation) in AllocateFromBlock()
16160 VmaAllocation* pAllocation) in AllocateDedicatedMemoryPage()
16902 void VmaAllocator_T::CreateLostAllocation(VmaAllocation* pAllocation) in CreateLostAllocation()
18041 VmaAllocation* pAllocation, in vmaAllocateMemory()
18139 VmaAllocation* pAllocation, in vmaAllocateMemoryForBuffer()
18192 VmaAllocation* pAllocation, in vmaAllocateMemoryForImage()
18377 VmaAllocation* pAllocation) in vmaCreateLostAllocation()
18758 VmaAllocation* pAllocation, in vmaCreateBuffer()
18898 VmaAllocation* pAllocation, in vmaCreateImage()
/third_party/sqlite/src/
Dsqlite3.c24570 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader()