Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7227 struct BlockPointerLess struct
13997 VMA_SORT(m_Blocks.begin(), m_Blocks.end(), BlockPointerLess()); in VmaDefragmentationAlgorithm_Generic()
14014 …rator it = VmaBinaryFindFirstNotLess(m_Blocks.begin(), m_Blocks.end(), pBlock, BlockPointerLess()); in AddAllocation()