Searched refs:DeallocateMemory (Results 1 – 8 of 8) sorted by relevance
69 void DeallocateMemory(const ResourceMemoryAllocation& allocation) { in DeallocateMemory() function in dawn_native::vulkan::ResourceMemoryAllocator::SingleTypeAllocator224 mAllocatorsPerType[memoryType]->DeallocateMemory(allocation); in Tick()
71 mDevice->DeallocateMemory(mUploadHeap); in ~StagingBuffer()
68 void DeallocateMemory(ResourceHeapAllocation& allocation);
113 void DeallocateMemory(ResourceHeapAllocation& allocation);
521 void Device::DeallocateMemory(ResourceHeapAllocation& allocation) { in DeallocateMemory() function in dawn_native::d3d12::Device522 mResourceAllocatorManager->DeallocateMemory(allocation); in DeallocateMemory()
232 void ResourceAllocatorManager::DeallocateMemory(ResourceHeapAllocation& allocation) { in DeallocateMemory() function in dawn_native::d3d12::ResourceAllocatorManager
390 ToBackend(GetDevice())->DeallocateMemory(mResourceAllocation); in DestroyImpl()
678 device->DeallocateMemory(mResourceAllocation); in DestroyImpl()