Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h11002 size_t index1st = m_1stNullItemsBeginCount; in CreateAllocationRequest_LowerAddress() local
11006 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 …]