Searched refs:kMaxColorAttachments (Results 1 – 1 of 1) sorted by relevance
44 static const uint32_t kMaxColorAttachments = 4u; variable124 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()