Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc44 static const uint32_t kMaxColorAttachments = 4u; variable
124 colorAttachmentsInfoPtr[kMaxColorAttachments];
126 std::array<::dawn::ColorStateDescriptor*, kMaxColorAttachments> colorStates;
128 ::dawn::ColorStateDescriptor colorStatesDescriptor[kMaxColorAttachments];
136 std::array<::dawn::RenderPassColorAttachmentDescriptor, kMaxColorAttachments>
1096 for (uint32_t i = 0; i < kMaxColorAttachments; ++i) { in CreateRenderPipelineDescriptor()
1175 for (uint32_t i = 0; i < kMaxColorAttachments; ++i) { in CreateRenderPassDescriptor()
1531 for (uint32_t i = 0; i < kMaxColorAttachments; i++) { in AttachBuffersAndTextures()