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();
117 CommandBufferGuard::CommandBufferGuard(CommandBuffer* buffer) in CommandBufferGuard() function in amber::vulkan::CommandBufferGuard123 CommandBufferGuard::~CommandBufferGuard() { in ~CommandBufferGuard()128 Result CommandBufferGuard::Submit(uint32_t timeout_ms) { in Submit()
399 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()422 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()475 CommandBufferGuard guard(GetCommandBuffer()); in ReadbackDescriptorsToHostDataQueue()
88 CommandBufferGuard guard(GetCommandBuffer()); in Compute()
725 CommandBufferGuard guard(GetCommandBuffer()); in SetIndexBuffer()773 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Clear()856 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Draw()