Searched refs:CommandBufferGuard (Results 1 – 5 of 5) sorted by relevance
33 class CommandBufferGuard; variable48 friend CommandBufferGuard;74 class CommandBufferGuard {77 explicit CommandBufferGuard(CommandBuffer* buffer);78 ~CommandBufferGuard();
133 CommandBufferGuard::CommandBufferGuard(CommandBuffer* buffer) in CommandBufferGuard() function in amber::vulkan::CommandBufferGuard139 CommandBufferGuard::~CommandBufferGuard() { in ~CommandBufferGuard()144 Result CommandBufferGuard::Submit(uint32_t timeout_ms) { in Submit()
414 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()449 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()519 CommandBufferGuard guard(GetCommandBuffer()); in ReadbackDescriptorsToHostDataQueue()
88 CommandBufferGuard guard(GetCommandBuffer()); in Compute()
773 CommandBufferGuard guard(GetCommandBuffer()); in SetIndexBuffer()821 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Clear()904 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Draw()