Home
last modified time | relevance | path

Searched refs:mResourceAllocatorManager (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp117 mResourceAllocatorManager = std::make_unique<ResourceAllocatorManager>(this); in Initialize()
224 mResourceAllocatorManager->Tick(completedSerial); in TickImpl()
398 mResourceAllocatorManager->DeallocateMemory(allocation); in DeallocateMemory()
405 return mResourceAllocatorManager->AllocateMemory(heapType, resourceDescriptor, in AllocateMemory()
576 if (mResourceAllocatorManager != nullptr) { in ShutDownImpl()
577 mResourceAllocatorManager->DestroyPool(); in ShutDownImpl()
H A DDeviceD3D12.h202 std::unique_ptr<ResourceAllocatorManager> mResourceAllocatorManager; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp88 mResourceAllocatorManager = std::make_unique<ResourceAllocatorManager>(this); in Initialize()
200 mResourceAllocatorManager->Tick(mCompletedSerial); in TickImpl()
319 mResourceAllocatorManager->DeallocateMemory(allocation); in DeallocateMemory()
326 return mResourceAllocatorManager->AllocateMemory(heapType, resourceDescriptor, in AllocateMemory()
H A DDeviceD3D12.h168 std::unique_ptr<ResourceAllocatorManager> mResourceAllocatorManager; variable