Lines Matching refs:VmaSuballocation
3141 struct VmaSuballocation;
3146 typedef VmaList<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> VmaSuballocationList;
6228 struct VmaSuballocation struct
6239 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator() argument
6247 bool operator()(const VmaSuballocation& lhs, const VmaSuballocation& rhs) const in operator()
6818 m_Suballocations(VmaStlAllocator<VmaSuballocation>(pAllocationCallbacks)),
6828 VmaSuballocation suballoc = {};
7089 VmaSuballocation& suballoc = *request.item;
7111 VmaSuballocation paddingSuballoc = {};
7125 VmaSuballocation paddingSuballoc = {};
7150 const VmaSuballocation& suballoc = *FindAtOffset(outInfo.offset);
7196 VmaSuballocation suballoc = {};
7207 VmaSuballocation& suballoc = *FindAtOffset((VkDeviceSize)allocHandle - 1);
7281 const VmaSuballocation& suballoc = *suballocItem;
7311 const VmaSuballocation& prevSuballoc = *prevSuballocItem;
7347 const VmaSuballocation& nextSuballoc = *nextSuballocItem;
7387 VmaSuballocation& suballoc = *suballocItem;
7626 typedef VmaVector<VmaSuballocation, VmaStlAllocator<VmaSuballocation>> SuballocationVectorType;
7660 VmaSuballocation& FindSuballocation(VkDeviceSize offset) const;
7683 m_Suballocations0(VmaStlAllocator<VmaSuballocation>(pAllocationCallbacks)), in VmaBlockMetadata_Linear()
7684 m_Suballocations1(VmaStlAllocator<VmaSuballocation>(pAllocationCallbacks)), in VmaBlockMetadata_Linear()
7734 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate()
7766 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()
7775 const VmaSuballocation& suballoc = suballocations1st[i]; in Validate()
7810 const VmaSuballocation& suballoc = suballocations2nd[i]; in Validate()
7888 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics()
7937 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddDetailedStatistics()
7985 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddDetailedStatistics()
8050 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics()
8097 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in AddStatistics()
8143 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in AddStatistics()
8209 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in PrintDetailedMap()
8258 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in PrintDetailedMap()
8305 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in PrintDetailedMap()
8360 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in PrintDetailedMap()
8407 const VmaSuballocation& suballoc = suballocations1st[nextAlloc1stIndex]; in PrintDetailedMap()
8455 const VmaSuballocation& suballoc = suballocations2nd[nextAlloc2ndIndex]; in PrintDetailedMap()
8519 const VmaSuballocation& suballoc = suballocations1st[i]; in CheckCorruption()
8533 const VmaSuballocation& suballoc = suballocations2nd[i]; in CheckCorruption()
8553 const VmaSuballocation newSuballoc = { offset, request.size, userData, type }; in Alloc()
8623 VmaSuballocation& firstSuballoc = suballocations1st[m_1stNullItemsBeginCount]; in Free()
8639 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in Free()
8651 VmaSuballocation& lastSuballoc = suballocations1st.back(); in Free()
8661 VmaSuballocation refSuballoc; in Free()
8706 VmaSuballocation& suballoc = FindSuballocation(outInfo.offset); in GetAllocationInfo()
8751 VmaSuballocation& suballoc = FindSuballocation((VkDeviceSize)allocHandle - 1); in SetAllocationUserData()
8768 VmaSuballocation& VmaBlockMetadata_Linear::FindSuballocation(VkDeviceSize offset) const in FindSuballocation()
8773 VmaSuballocation refSuballoc; in FindSuballocation()
8786 return const_cast<VmaSuballocation&>(*it); in FindSuballocation()
8798 return const_cast<VmaSuballocation&>(*it); in FindSuballocation()
8803 return const_cast<VmaSuballocation&>(suballocations1st.back()); // Should never occur. in FindSuballocation()
8938 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest_LowerAddress()
8955 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress()
8986 const VmaSuballocation& nextSuballoc = suballocations2nd[nextSuballocIndex]; in CreateAllocationRequest_LowerAddress()
9019 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_LowerAddress()
9036 const VmaSuballocation& prevSuballoc = suballocations2nd[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress()
9069 const VmaSuballocation& nextSuballoc = suballocations1st[nextSuballocIndex]; in CreateAllocationRequest_LowerAddress()
9122 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_UpperAddress()
9155 const VmaSuballocation& nextSuballoc = suballocations2nd[nextSuballocIndex]; in CreateAllocationRequest_UpperAddress()
9186 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_UpperAddress()