Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dvk_mem_alloc.h7610 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS]; member
7625 m_AllocationBytes[heapIndex] = 0; in VmaCurrentBudgetData()
7640 m_AllocationBytes[heapIndex] += allocationSize; in AddAllocation()
7648 VMA_ASSERT(m_AllocationBytes[heapIndex] >= allocationSize); // DELME in RemoveAllocation()
7649 m_AllocationBytes[heapIndex] -= allocationSize; in RemoveAllocation()
16546 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
16577 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A Dvk_mem_alloc.h7633 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS]; member
7648 m_AllocationBytes[heapIndex] = 0; in VmaCurrentBudgetData()
7663 m_AllocationBytes[heapIndex] += allocationSize; in AddAllocation()
7671 VMA_ASSERT(m_AllocationBytes[heapIndex] >= allocationSize); // DELME in RemoveAllocation()
7672 m_AllocationBytes[heapIndex] -= allocationSize; in RemoveAllocation()
16579 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
16610 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h7614 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS]; member
7629 m_AllocationBytes[heapIndex] = 0; in VmaCurrentBudgetData()
7644 m_AllocationBytes[heapIndex] += allocationSize; in AddAllocation()
7652 VMA_ASSERT(m_AllocationBytes[heapIndex] >= allocationSize); // DELME in RemoveAllocation()
7653 m_AllocationBytes[heapIndex] -= allocationSize; in RemoveAllocation()
16550 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
16581 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/3rdparty/
H A Dvk_mem_alloc.h7837 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS]; member
7852 m_AllocationBytes[heapIndex] = 0; in VmaCurrentBudgetData()
7867 m_AllocationBytes[heapIndex] += allocationSize; in AddAllocation()
7875 VMA_ASSERT(m_AllocationBytes[heapIndex] >= allocationSize); // DELME in RemoveAllocation()
7876 m_AllocationBytes[heapIndex] -= allocationSize; in RemoveAllocation()
16810 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()
16841 outBudget->allocationBytes = m_Budget.m_AllocationBytes[heapIndex]; in GetBudget()