Home | History | Annotate | Download | only in core_validation

Lines Matching refs:maxColorAttachmentCount

9093     uint32_t maxColorAttachmentCount = std::max(primary_desc.colorAttachmentCount, secondary_desc.colorAttachmentCount);
9094 for (uint32_t i = 0; i < maxColorAttachmentCount; ++i) {