Home
last modified time | relevance | path

Searched refs:RenderPassColorAttachmentInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h64 struct RenderPassColorAttachmentInfo { struct
84 RenderPassColorAttachmentInfo colorAttachments[kMaxColorAttachments]; argument
DCommandEncoder.cpp1143 RenderPassColorAttachmentInfo* colorAttachment = &renderPass->colorAttachments[i]; in ValidateRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h78 struct RenderPassColorAttachmentInfo { struct
100 ityp::array<ColorAttachmentIndex, RenderPassColorAttachmentInfo, kMaxColorAttachments> argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1201 RenderPassColorAttachmentInfo& attachmentInfo = renderPass->colorAttachments[i]; in SetupRenderPass()