Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h5531 … typedef VmaVector< VmaSuballocation, VmaStlAllocator<VmaSuballocation> > SuballocationVectorType; typedef
5550 SuballocationVectorType m_Suballocations0, m_Suballocations1;
5554SuballocationVectorType& AccessSuballocations1st() { return m_1stVectorIndex ? m_Suballocations1 :… in AccessSuballocations1st()
5555SuballocationVectorType& AccessSuballocations2nd() { return m_1stVectorIndex ? m_Suballocations0 :… in AccessSuballocations2nd()
5556 …const SuballocationVectorType& AccessSuballocations1st() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations1st()
5557 …const SuballocationVectorType& AccessSuballocations2nd() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations2nd()
8770 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate()
8771 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in Validate()
8915 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in GetUnusedRangeSizeMax()
8940 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in GetUnusedRangeSizeMax()
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h7689 typedef VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> SuballocationVectorType; typedef
7708 SuballocationVectorType m_Suballocations0, m_Suballocations1;
7718SuballocationVectorType& AccessSuballocations1st() { return m_1stVectorIndex ? m_Suballocations1 :… in AccessSuballocations1st()
7719SuballocationVectorType& AccessSuballocations2nd() { return m_1stVectorIndex ? m_Suballocations0 :… in AccessSuballocations2nd()
7720 …const SuballocationVectorType& AccessSuballocations1st() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations1st()
7721 …const SuballocationVectorType& AccessSuballocations2nd() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations2nd()
7762 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate()
7763 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in Validate()
7925 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in AddDetailedStatistics()
7926 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in AddDetailedStatistics()
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h7626 typedef VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> SuballocationVectorType; typedef
7645 SuballocationVectorType m_Suballocations0, m_Suballocations1;
7655SuballocationVectorType& AccessSuballocations1st() { return m_1stVectorIndex ? m_Suballocations1 :… in AccessSuballocations1st()
7656SuballocationVectorType& AccessSuballocations2nd() { return m_1stVectorIndex ? m_Suballocations0 :… in AccessSuballocations2nd()
7657 …const SuballocationVectorType& AccessSuballocations1st() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations1st()
7658 …const SuballocationVectorType& AccessSuballocations2nd() const { return m_1stVectorIndex ? m_Subal… in AccessSuballocations2nd()
7699 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate()
7700 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in Validate()
7862 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in AddDetailedStatistics()
7863 const SuballocationVectorType& suballocations2nd = AccessSuballocations2nd(); in AddDetailedStatistics()
[all …]