Searched refs:CommandAllocatorManager (Results 1 – 14 of 14) sorted by relevance
24 CommandAllocatorManager::CommandAllocatorManager(Device* device) in CommandAllocatorManager() function in dawn_native::d3d12::CommandAllocatorManager29 ComPtr<ID3D12CommandAllocator> CommandAllocatorManager::ReserveCommandAllocator() { in ReserveCommandAllocator()60 void CommandAllocatorManager::Tick(uint64_t lastCompletedSerial) { in Tick()
28 class CommandAllocatorManager {30 CommandAllocatorManager(Device* device);
29 class CommandAllocatorManager; variable126 std::unique_ptr<CommandAllocatorManager> mCommandAllocatorManager;
70 mCommandAllocatorManager = std::make_unique<CommandAllocatorManager>(this); in Initialize()
25 CommandAllocatorManager::CommandAllocatorManager(Device* device) in CommandAllocatorManager() function in dawn_native::d3d12::CommandAllocatorManager30 ResultOrError<ID3D12CommandAllocator*> CommandAllocatorManager::ReserveCommandAllocator() { in ReserveCommandAllocator()62 MaybeError CommandAllocatorManager::Tick(ExecutionSerial lastCompletedSerial) { in Tick()
30 class CommandAllocatorManager {32 CommandAllocatorManager(Device* device);
25 class CommandAllocatorManager; variable34 CommandAllocatorManager* commandAllocationManager);
27 class CommandAllocatorManager; variable64 CommandAllocatorManager* GetCommandAllocatorManager() const;220 std::unique_ptr<CommandAllocatorManager> mCommandAllocatorManager;
29 CommandAllocatorManager* commandAllocationManager) { in Open()
106 mCommandAllocatorManager = std::make_unique<CommandAllocatorManager>(this); in Initialize()244 CommandAllocatorManager* Device::GetCommandAllocatorManager() const { in GetCommandAllocatorManager()
245 "d3d12/CommandAllocatorManager.cpp"246 "d3d12/CommandAllocatorManager.h"
383 "d3d12/CommandAllocatorManager.cpp",384 "d3d12/CommandAllocatorManager.h",
331 "src/dawn_native/d3d12/CommandAllocatorManager.cpp",332 "src/dawn_native/d3d12/CommandAllocatorManager.h",
188 "src/dawn_native/d3d12/CommandAllocatorManager.cpp",189 "src/dawn_native/d3d12/CommandAllocatorManager.h",