Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_buffer.h33 class CommandBufferGuard; variable
48 friend CommandBufferGuard;
74 class CommandBufferGuard {
77 explicit CommandBufferGuard(CommandBuffer* buffer);
78 ~CommandBufferGuard();
Dcommand_buffer.cc133 CommandBufferGuard::CommandBufferGuard(CommandBuffer* buffer) in CommandBufferGuard() function in amber::vulkan::CommandBufferGuard
139 CommandBufferGuard::~CommandBufferGuard() { in ~CommandBufferGuard()
144 Result CommandBufferGuard::Submit(uint32_t timeout_ms) { in Submit()
Dpipeline.cc414 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()
449 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded()
519 CommandBufferGuard guard(GetCommandBuffer()); in ReadbackDescriptorsToHostDataQueue()
Dcompute_pipeline.cc88 CommandBufferGuard guard(GetCommandBuffer()); in Compute()
Dgraphics_pipeline.cc773 CommandBufferGuard guard(GetCommandBuffer()); in SetIndexBuffer()
821 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Clear()
904 CommandBufferGuard cmd_buf_guard(GetCommandBuffer()); in Draw()