Home
last modified time | relevance | path

Searched refs:heapCount (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp237 MaybeError ResidencyManager::EnsureHeapsAreResident(Heap** heaps, size_t heapCount) { in EnsureHeapsAreResident() argument
248 for (size_t i = 0; i < heapCount; i++) { in EnsureHeapsAreResident()
DResidencyManagerD3D12.h39 MaybeError EnsureHeapsAreResident(Heap** heaps, size_t heapCount);
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7786 VmaBudget* outBudget, uint32_t firstHeap, uint32_t heapCount);
16537 void VmaAllocator_T::GetBudget(VmaBudget* outBudget, uint32_t firstHeap, uint32_t heapCount) in GetBudget() argument
16545 for(uint32_t i = 0; i < heapCount; ++i, ++outBudget) in GetBudget()
16570 GetBudget(outBudget, firstHeap, heapCount); // Recursion in GetBudget()
16576 for(uint32_t i = 0; i < heapCount; ++i, ++outBudget) in GetBudget()