Lines Matching defs:heapIndex
11175 for (uint32_t heapIndex = 0; heapIndex < VK_MAX_MEMORY_HEAPS; ++heapIndex) in VmaCurrentBudgetData() local
11193 void VmaCurrentBudgetData::AddAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in AddAllocation()
11202 void VmaCurrentBudgetData::RemoveAllocation(uint32_t heapIndex, VkDeviceSize allocationSize) in RemoveAllocation()
12456 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in AllocatePage() local
12655 const uint32_t heapIndex = m_hAllocator->MemoryTypeIndexToHeapIndex(m_MemoryTypeIndex); in Free() local
14132 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in VmaAllocator_T() local
14448 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcPreferredBlockSize() local
14936 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memTypeIndex); in CalcMemTypeParams() local
15215 const uint32_t heapIndex = firstHeap + i; in GetHeapBudgets() local
15248 const uint32_t heapIndex = firstHeap + i; in GetHeapBudgets() local
15427 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(pAllocateInfo->memoryTypeIndex); in AllocateVulkanMemory() local
15490 const uint32_t heapIndex = MemoryTypeIndexToHeapIndex(memoryType); in FreeVulkanMemory() local
15881 for(uint32_t heapIndex = 0; heapIndex < GetMemoryHeapCount(); ++heapIndex) in UpdateVulkanBudget() local
16188 … for (uint32_t heapIndex = 0; heapIndex < allocator->GetMemoryHeapCount(); ++heapIndex) in vmaBuildStatsString() local