Searched refs:suballocations1st (Results 1 – 3 of 3) sorted by relevance
8770 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate() local8774 VMA_VALIDATE(!suballocations1st.empty() || in Validate()8778 if(!suballocations1st.empty()) in Validate()8781 VMA_VALIDATE(suballocations1st[m_1stNullItemsBeginCount].hAllocation != VK_NULL_HANDLE); in Validate()8783 VMA_VALIDATE(suballocations1st.back().hAllocation != VK_NULL_HANDLE); in Validate()8791 VMA_VALIDATE(m_1stNullItemsBeginCount + m_1stNullItemsMiddleCount <= suballocations1st.size()); in Validate()8795 const size_t suballoc1stCount = suballocations1st.size(); in Validate()8829 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()8838 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()8915 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in GetUnusedRangeSizeMax() local[all …]
7762 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate() local7766 VMA_VALIDATE(!suballocations1st.empty() || in Validate()7770 if (!suballocations1st.empty()) in Validate()7773 … VMA_VALIDATE(suballocations1st[m_1stNullItemsBeginCount].type != VMA_SUBALLOCATION_TYPE_FREE); in Validate()7775 VMA_VALIDATE(suballocations1st.back().type != VMA_SUBALLOCATION_TYPE_FREE); in Validate()7783 VMA_VALIDATE(m_1stNullItemsBeginCount + m_1stNullItemsMiddleCount <= suballocations1st.size()); in Validate()7787 const size_t suballoc1stCount = suballocations1st.size(); in Validate()7829 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()7838 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()7925 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in AddDetailedStatistics() local[all …]
7699 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in Validate() local7703 VMA_VALIDATE(!suballocations1st.empty() || in Validate()7707 if (!suballocations1st.empty()) in Validate()7710 … VMA_VALIDATE(suballocations1st[m_1stNullItemsBeginCount].type != VMA_SUBALLOCATION_TYPE_FREE); in Validate()7712 VMA_VALIDATE(suballocations1st.back().type != VMA_SUBALLOCATION_TYPE_FREE); in Validate()7720 VMA_VALIDATE(m_1stNullItemsBeginCount + m_1stNullItemsMiddleCount <= suballocations1st.size()); in Validate()7724 const size_t suballoc1stCount = suballocations1st.size(); in Validate()7766 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()7775 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()7862 const SuballocationVectorType& suballocations1st = AccessSuballocations1st(); in AddDetailedStatistics() local[all …]