Home | History | Annotate | Download | only in layers

Lines Matching defs:max_color_attachments

1952     uint32_t max_color_attachments = device_data->device_limits.maxColorAttachments;
1973 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
1977 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments,