Home
last modified time | relevance | path

Searched refs:DeallocateResourceHeap (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.cpp28 mHeapAllocator->DeallocateResourceHeap(std::move(resourceHeap)); in DestroyPool()
52 void PooledResourceMemoryAllocator::DeallocateResourceHeap( in DeallocateResourceHeap() function in dawn_native::PooledResourceMemoryAllocator
DResourceHeapAllocator.h32 virtual void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) = 0;
DPooledResourceMemoryAllocator.h38 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override;
DBuddyMemoryAllocator.cpp99 mHeapAllocator->DeallocateResourceHeap( in Deallocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp99 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator
173 mAllocatorsPerType[memoryType]->DeallocateResourceHeap(std::move(resourceHeap)); in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DHeapAllocatorD3D12.h37 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override;
DHeapAllocatorD3D12.cpp67 void HeapAllocator::DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> heap) { in DeallocateResourceHeap() function in dawn_native::d3d12::HeapAllocator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp31 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap() function in DummyResourceHeapAllocator