Searched refs:GetResourceMemoryAllocator (Results 1 – 7 of 7) sorted by relevance
47 DAWN_TRY_ASSIGN(mAllocation, mDevice->GetResourceMemoryAllocator()->Allocate( in Initialize()70 mDevice->GetResourceMemoryAllocator()->Deallocate(&mAllocation); in ~StagingBuffer()
206 device->GetResourceMemoryAllocator()->Allocate(requirements, requestKind)); in Initialize()335 ToBackend(GetDevice())->GetResourceMemoryAllocator()->Deallocate(&mMemoryAllocation); in DestroyImpl()
64 ResourceMemoryAllocator* GetResourceMemoryAllocator() const;
672 DAWN_TRY_ASSIGN(mMemoryAllocation, device->GetResourceMemoryAllocator()->Allocate( in InitializeAsInternalTexture()846 device->GetResourceMemoryAllocator()->Deallocate(&mMemoryAllocation); in DestroyImpl()
229 ResourceMemoryAllocator* Device::GetResourceMemoryAllocator() const { in GetResourceMemoryAllocator() function in dawn_native::vulkan::Device
178 int memoryTypeIndex = mDevice->GetResourceMemoryAllocator()->FindBestTypeIndex( in GetMemoryImportParams()
98 int bestType = deviceVk->GetResourceMemoryAllocator()->FindBestTypeIndex( in AllocateMemory()