Searched refs:VmaBinaryFindFirstNotLess (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 3788 static IterT VmaBinaryFindFirstNotLess(IterT beg, IterT end, const KeyT &key, CmpLess cmp) in VmaBinaryFindFirstNotLess() function 4170 const size_t indexToInsert = VmaBinaryFindFirstNotLess( in VmaVectorInsertSorted() 4183 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted() 4201 IterT it = VmaBinaryFindFirstNotLess<CmpLess, IterT, KeyT>( in VmaVectorFindSorted() 4872 const size_t indexToInsert = VmaBinaryFindFirstNotLess( 4883 PairType* it = VmaBinaryFindFirstNotLess( 7871 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( in CreateAllocationRequest() 8690 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( in UnregisterFreeSuballocation() 12518 …BlockInfoVector::iterator it = VmaBinaryFindFirstNotLess(m_Blocks.begin(), m_Blocks.end(), pBlock,… in AddAllocation()
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 3582 static IterT VmaBinaryFindFirstNotLess(IterT beg, IterT end, const KeyT& key, const CmpLess& cmp) in VmaBinaryFindFirstNotLess() function 3603 IterT it = VmaBinaryFindFirstNotLess<CmpLess, IterT, KeyT>( in VmaBinaryFindSorted() 3903 const size_t indexToInsert = VmaBinaryFindFirstNotLess( in VmaVectorInsertSorted() 3916 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted() 5389 const size_t indexToInsert = VmaBinaryFindFirstNotLess( 5400 PairType* it = VmaBinaryFindFirstNotLess( 7067 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( 7529 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess(
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 3495 static IterT VmaBinaryFindFirstNotLess(IterT beg, IterT end, const KeyT& key, const CmpLess& cmp) in VmaBinaryFindFirstNotLess() function 3516 IterT it = VmaBinaryFindFirstNotLess<CmpLess, IterT, KeyT>( in VmaBinaryFindSorted() 3817 const size_t indexToInsert = VmaBinaryFindFirstNotLess( in VmaVectorInsertSorted() 3830 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted() 5303 const size_t indexToInsert = VmaBinaryFindFirstNotLess( 5314 PairType* it = VmaBinaryFindFirstNotLess( 7004 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess( 7466 VmaSuballocationList::iterator* const it = VmaBinaryFindFirstNotLess(
|