Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4198 IterT VmaVectorFindSorted(const IterT& beg, const IterT& end, const KeyT& value) in VmaVectorFindSorted() function
10277 SuballocationVectorType::iterator it = VmaVectorFindSorted<VmaSuballocationOffsetLess>( in FreeAtOffset()
10299VmaVectorFindSorted<VmaSuballocationOffsetLess>(suballocations2nd.begin(), suballocations2nd.end()… in FreeAtOffset()
10300VmaVectorFindSorted<VmaSuballocationOffsetGreater>(suballocations2nd.begin(), suballocations2nd.en… in FreeAtOffset()