Home
last modified time | relevance | path

Searched refs:GetResourceMemoryAllocator (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DStagingBufferVk.cpp47 DAWN_TRY_ASSIGN(mAllocation, mDevice->GetResourceMemoryAllocator()->Allocate( in Initialize()
70 mDevice->GetResourceMemoryAllocator()->Deallocate(&mAllocation); in ~StagingBuffer()
DBufferVk.cpp206 device->GetResourceMemoryAllocator()->Allocate(requirements, requestKind)); in Initialize()
335 ToBackend(GetDevice())->GetResourceMemoryAllocator()->Deallocate(&mMemoryAllocation); in DestroyImpl()
DDeviceVk.h64 ResourceMemoryAllocator* GetResourceMemoryAllocator() const;
DTextureVk.cpp672 DAWN_TRY_ASSIGN(mMemoryAllocation, device->GetResourceMemoryAllocator()->Allocate( in InitializeAsInternalTexture()
846 device->GetResourceMemoryAllocator()->Deallocate(&mMemoryAllocation); in DestroyImpl()
DDeviceVk.cpp229 ResourceMemoryAllocator* Device::GetResourceMemoryAllocator() const { in GetResourceMemoryAllocator() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp178 int memoryTypeIndex = mDevice->GetResourceMemoryAllocator()->FindBestTypeIndex( in GetMemoryImportParams()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp98 int bestType = deviceVk->GetResourceMemoryAllocator()->FindBestTypeIndex( in AllocateMemory()