Home | History | Annotate | Download | only in layers

Lines Matching full:subpass

319                                                      // present in active subpass
495 const VkSubpassDescription *subpass = &pCreateInfo->pSubpasses[i];
499 color_formats.reserve(subpass->colorAttachmentCount);
500 for (j = 0; j < subpass->colorAttachmentCount; j++) {
501 const uint32_t att = subpass->pColorAttachments[j].attachment;