Searched refs:index1st (Results 1 – 1 of 1) sorted by relevance
11002 size_t index1st = m_1stNullItemsBeginCount; in CreateAllocationRequest_LowerAddress() local11006 while(index1st < suballocations1st.size() && in CreateAllocationRequest_LowerAddress()11007 resultOffset + allocSize + VMA_DEBUG_MARGIN > suballocations1st[index1st].offset) in CreateAllocationRequest_LowerAddress()11010 const VmaSuballocation& suballoc = suballocations1st[index1st]; in CreateAllocationRequest_LowerAddress()11029 ++index1st; in CreateAllocationRequest_LowerAddress()11036 while(index1st < suballocations1st.size()) in CreateAllocationRequest_LowerAddress()11038 const VmaSuballocation& suballoc = suballocations1st[index1st]; in CreateAllocationRequest_LowerAddress()11061 ++index1st; in CreateAllocationRequest_LowerAddress()11066 if(index1st == suballocations1st.size() && in CreateAllocationRequest_LowerAddress()11075 …if((index1st == suballocations1st.size() && resultOffset + allocSize + VMA_DEBUG_MARGIN <= size) || in CreateAllocationRequest_LowerAddress()[all …]