Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6569 … typedef VmaVector< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > SuballocationVectorType; typedef
6588 SuballocationVectorType m_Suballocations0, m_Suballocations1;
6592SuballocationVectorType& AccessSuballocations1st() { return m_1stVectorIndex ? m_Suballocations1 :… in AccessSuballocations1st()
6593SuballocationVectorType& AccessSuballocations2nd() { return m_1stVectorIndex ? m_Suballocations0 :… in AccessSuballocations2nd()
6594 …const SuballocationVectorType& AccessSuballocations1st() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations1st()
6595 …const SuballocationVectorType& AccessSuballocations2nd() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations2nd()
9929 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate()
9930 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in Validate()
10074 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in GetUnusedRangeSizeMax()
10099 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in GetUnusedRangeSizeMax()
[all …]