Searched refs:GetSuballocationType (Results 1 – 3 of 3) sorted by relevance
6064 …VmaSuballocationType GetSuballocationType() const { return (VmaSuballocationType)m_SuballocationTy… in GetSuballocationType() function6470 VMA_SUBALLOCATION_TYPE_NAMES[allocation->GetSuballocationType()], in DebugLogAllocation()6475 (uint32_t)allocation->GetSuballocationType()); in DebugLogAllocation()13376 moveData.type = moveData.move.srcAllocation->GetSuballocationType(); in GetMoveData()
6003 …VmaSuballocationType GetSuballocationType() const { return (VmaSuballocationType)m_SuballocationTy… in GetSuballocationType() function6407 VMA_SUBALLOCATION_TYPE_NAMES[allocation->GetSuballocationType()], in DebugLogAllocation()6412 (uint32_t)allocation->GetSuballocationType()); in DebugLogAllocation()13344 moveData.type = moveData.move.srcAllocation->GetSuballocationType(); in GetMoveData()
5025 …VmaSuballocationType GetSuballocationType() const { return (VmaSuballocationType)m_SuballocationTy… in GetSuballocationType() function12598 const VmaSuballocationType suballocType = allocInfo.m_hAllocation->GetSuballocationType(); in DefragmentRound()