Home
last modified time | relevance | path

Searched defs:BeginRenderPassCmd (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h82 struct BeginRenderPassCmd { struct
83 std::bitset<kMaxColorAttachments> colorAttachmentsSet;
84 RenderPassColorAttachmentInfo colorAttachments[kMaxColorAttachments];
85 bool hasDepthStencilAttachment;
86 RenderPassDepthStencilAttachmentInfo depthStencilAttachment;
89 uint32_t width;
90 uint32_t height;
91 uint32_t sampleCount;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h98 struct BeginRenderPassCmd { struct
99 Ref<AttachmentState> attachmentState;
101 colorAttachments;
102 RenderPassDepthStencilAttachmentInfo depthStencilAttachment;
105 uint32_t width;
106 uint32_t height;
108 Ref<QuerySetBase> occlusionQuerySet;