Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4609 static IterT VmaBinaryFindFirstNotLess(IterT beg, IterT end, const KeyT &key, const CmpLess& cmp) in VmaBinaryFindFirstNotLess() function
4630 IterT it = VmaBinaryFindFirstNotLess<CmpLess, IterT, KeyT>( in VmaBinaryFindSorted()
5040 const size_t indexToInsert = VmaBinaryFindFirstNotLess( in VmaVectorInsertSorted()
5053 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted()
5901 const size_t indexToInsert = VmaBinaryFindFirstNotLess(
5912 PairType* it = VmaBinaryFindFirstNotLess(
9155 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( in CreateAllocationRequest()
9849 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( in UnregisterFreeSuballocation()
14014 …BlockInfoVector::iterator it = VmaBinaryFindFirstNotLess(m_Blocks.begin(), m_Blocks.end(), pBlock,… in AddAllocation()