Home
last modified time | relevance | path

Searched defs:CommandRecordingContext (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandRecordingContext.h24 struct CommandRecordingContext { struct
25 VkCommandBuffer commandBuffer = VK_NULL_HANDLE;
26 std::vector<VkSemaphore> waitSemaphores = {};
27 std::vector<VkSemaphore> signalSemaphores = {};
31 std::vector<Ref<Buffer>> tempBuffers;
34 VkCommandPool commandPool = VK_NULL_HANDLE;
35 bool used = false;
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBufferMTL.h26 class CommandRecordingContext; variable
DCommandBufferMTL.h29 class CommandRecordingContext; variable
DTextureMTL.h28 class CommandRecordingContext; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.h28 class CommandRecordingContext; variable
DBufferD3D12.h25 class CommandRecordingContext; variable
DTextureD3D12.h29 class CommandRecordingContext; variable