Home
last modified time | relevance | path

Searched defs:VmaPoolListItemTraits (Results 1 – 2 of 2) sorted by relevance

/external/skia/vma_android/include/
Dvk_mem_alloc.h11101 struct VmaPoolListItemTraits struct
11103 typedef VmaPool_T ItemType;
11105 static ItemType* GetPrev(const ItemType* item) { return item->m_PrevPool; } in GetPrev()
11106 static ItemType* GetNext(const ItemType* item) { return item->m_NextPool; } in GetNext()
11107 static ItemType*& AccessPrev(ItemType* item) { return item->m_PrevPool; } in AccessPrev()
11108 static ItemType*& AccessNext(ItemType* item) { return item->m_NextPool; } in AccessNext()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h11127 struct VmaPoolListItemTraits struct
11129 typedef VmaPool_T ItemType;
11131 static ItemType* GetPrev(const ItemType* item) { return item->m_PrevPool; } in GetPrev()
11132 static ItemType* GetNext(const ItemType* item) { return item->m_NextPool; } in GetNext()
11133 static ItemType*& AccessPrev(ItemType* item) { return item->m_PrevPool; } in AccessPrev()
11134 static ItemType*& AccessNext(ItemType* item) { return item->m_NextPool; } in AccessNext()