Searched refs:pAllocation (Results 1 – 9 of 9) sorted by relevance
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1789 VmaAllocation* pAllocation, 1802 VmaAllocation* pAllocation, 1810 VmaAllocation* pAllocation, 1887 VmaAllocation* pAllocation); 2117 VmaAllocation* pAllocation, 2142 VmaAllocation* pAllocation, 4174 VmaAllocation* pAllocation); 4452 VmaAllocation* pAllocation); 4483 void CreateLostAllocation(VmaAllocation* pAllocation); 4518 VmaAllocation* pAllocation); [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 87 VmaAllocation *pAllocation) in CreateBuffer() argument 97 pAllocation, &allocationInfo); in CreateBuffer()
|
D | vk_mem_alloc_wrapper.h | 38 VmaAllocation *pAllocation); in VK_DEFINE_HANDLE()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 2505 VmaAllocation* pAllocation, 2545 VmaAllocation* pAllocation, 2553 VmaAllocation* pAllocation, 2673 VmaAllocation* pAllocation); 3041 VmaAllocation* pAllocation, 3066 VmaAllocation* pAllocation, 5927 VmaAllocation* pAllocation); 5940 VmaAllocation* pAllocation); 6691 void CreateLostAllocation(VmaAllocation* pAllocation); 6751 VmaAllocation* pAllocation); [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 3127 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3167 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3175 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3282 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation); 3789 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3814 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 6972 VmaAllocation* pAllocation); 6984 VmaAllocation* pAllocation); 7840 void CreateLostAllocation(VmaAllocation* pAllocation); 7950 VmaAllocation* pAllocation); [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3131 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3171 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3179 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3286 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation); 3793 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 3818 VmaAllocation VMA_NULLABLE * VMA_NOT_NULL pAllocation, 6953 VmaAllocation* pAllocation); 6965 VmaAllocation* pAllocation); 7821 void CreateLostAllocation(VmaAllocation* pAllocation); 7931 VmaAllocation* pAllocation); [all …]
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 23998 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument 24004 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader() 24008 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader() 24009 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 23953 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument 23959 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader() 23963 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader() 23964 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
|
/external/sqlite/dist/ |
D | sqlite3.c | 23953 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument 23959 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader() 23963 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader() 23964 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
|