Home
last modified time | relevance | path

Searched defs:CurrentBudgetData (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2415 struct CurrentBudgetData struct
2417 D3D12MA_ATOMIC_UINT64 m_BlockBytes[HEAP_TYPE_COUNT];
2418 D3D12MA_ATOMIC_UINT64 m_AllocationBytes[HEAP_TYPE_COUNT];
2420 D3D12MA_ATOMIC_UINT32 m_OperationsSinceBudgetFetch;
2421 D3D12MA_RW_MUTEX m_BudgetMutex;
2422 UINT64 m_D3D12UsageLocal, m_D3D12UsageNonLocal;
2423 UINT64 m_D3D12BudgetLocal, m_D3D12BudgetNonLocal;
2424 UINT64 m_BlockBytesAtBudgetFetch[HEAP_TYPE_COUNT];
2426 CurrentBudgetData() in CurrentBudgetData() function
2442 void AddAllocation(UINT heapTypeIndex, UINT64 allocationSize) in AddAllocation()
[all …]