Home
last modified time | relevance | path

Searched refs:CommandBufferGuard (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dcommand_buffer.h33 class CommandBufferGuard; variable
48 friend CommandBufferGuard;
74 class CommandBufferGuard {
77 explicit CommandBufferGuard(CommandBuffer* buffer);
78 ~CommandBufferGuard();
Dcommand_buffer.cc117 CommandBufferGuard::CommandBufferGuard(CommandBuffer* buffer) in CommandBufferGuard() function in amber::vulkan::CommandBufferGuard
123 CommandBufferGuard::~CommandBufferGuard() { in ~CommandBufferGuard()
128 Result CommandBufferGuard::Submit(uint32_t timeout_ms) { in Submit()
Dpipeline.cc399 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()
422 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()
475 CommandBufferGuard guard(GetCommandBuffer()); in ReadbackDescriptorsToHostDataQueue()
Dcompute_pipeline.cc88 CommandBufferGuard guard(GetCommandBuffer()); in Compute()
Dgraphics_pipeline.cc725 CommandBufferGuard guard(GetCommandBuffer()); in SetIndexBuffer()
773 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Clear()
856 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Draw()