Home
last modified time | relevance | path

Searched refs:CommandAllocatorManager (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandAllocatorManager.cpp24 CommandAllocatorManager::CommandAllocatorManager(Device* device) in CommandAllocatorManager() function in dawn_native::d3d12::CommandAllocatorManager
29 ComPtr<ID3D12CommandAllocator> CommandAllocatorManager::ReserveCommandAllocator() { in ReserveCommandAllocator()
60 void CommandAllocatorManager::Tick(uint64_t lastCompletedSerial) { in Tick()
DCommandAllocatorManager.h28 class CommandAllocatorManager {
30 CommandAllocatorManager(Device* device);
DDeviceD3D12.h29 class CommandAllocatorManager; variable
126 std::unique_ptr<CommandAllocatorManager> mCommandAllocatorManager;
DDeviceD3D12.cpp70 mCommandAllocatorManager = std::make_unique<CommandAllocatorManager>(this); in Initialize()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandAllocatorManager.cpp25 CommandAllocatorManager::CommandAllocatorManager(Device* device) in CommandAllocatorManager() function in dawn_native::d3d12::CommandAllocatorManager
30 ResultOrError<ID3D12CommandAllocator*> CommandAllocatorManager::ReserveCommandAllocator() { in ReserveCommandAllocator()
62 MaybeError CommandAllocatorManager::Tick(ExecutionSerial lastCompletedSerial) { in Tick()
DCommandAllocatorManager.h30 class CommandAllocatorManager {
32 CommandAllocatorManager(Device* device);
DCommandRecordingContext.h25 class CommandAllocatorManager; variable
34 CommandAllocatorManager* commandAllocationManager);
DDeviceD3D12.h27 class CommandAllocatorManager; variable
64 CommandAllocatorManager* GetCommandAllocatorManager() const;
220 std::unique_ptr<CommandAllocatorManager> mCommandAllocatorManager;
DCommandRecordingContext.cpp29 CommandAllocatorManager* commandAllocationManager) { in Open()
DDeviceD3D12.cpp106 mCommandAllocatorManager = std::make_unique<CommandAllocatorManager>(this); in Initialize()
244 CommandAllocatorManager* Device::GetCommandAllocatorManager() const { in GetCommandAllocatorManager()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt245 "d3d12/CommandAllocatorManager.cpp"
246 "d3d12/CommandAllocatorManager.h"
DBUILD.gn383 "d3d12/CommandAllocatorManager.cpp",
384 "d3d12/CommandAllocatorManager.h",
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn331 "src/dawn_native/d3d12/CommandAllocatorManager.cpp",
332 "src/dawn_native/d3d12/CommandAllocatorManager.h",
/third_party/flutter/skia/third_party/externals/dawn/
DBUILD.gn188 "src/dawn_native/d3d12/CommandAllocatorManager.cpp",
189 "src/dawn_native/d3d12/CommandAllocatorManager.h",