Searched refs:heapCount (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResidencyManagerD3D12.cpp | 237 MaybeError ResidencyManager::EnsureHeapsAreResident(Heap** heaps, size_t heapCount) { in EnsureHeapsAreResident() argument 248 for (size_t i = 0; i < heapCount; i++) { in EnsureHeapsAreResident()
|
D | ResidencyManagerD3D12.h | 39 MaybeError EnsureHeapsAreResident(Heap** heaps, size_t heapCount);
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7786 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()
|