Lines Matching refs:pResolveAttachments
2304 …e if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2306 … secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
9353 … subpass->colorAttachmentCount * (1 + (subpass->pResolveAttachments ? 1 : 0)) + in vkCreateRenderPass()
9365 if (subpass->pResolveAttachments) { in vkCreateRenderPass()
9366 …memcpy(attachments, subpass->pResolveAttachments, sizeof(attachments[0]) * subpass->colorAttachmen… in vkCreateRenderPass()
9367 subpass->pResolveAttachments = attachments; in vkCreateRenderPass()
9447 } else if (pRenderPassInfo->pSubpasses[i].pResolveAttachments) { in deleteRenderPasses()
9448 delete[] pRenderPassInfo->pSubpasses[i].pResolveAttachments; in deleteRenderPasses()
9813 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) { in validateSubpassCompatibility()
9814 primary_resolve_attach = primary_desc.pResolveAttachments[i].attachment; in validateSubpassCompatibility()
9816 if (i < secondary_desc.colorAttachmentCount && secondary_desc.pResolveAttachments) { in validateSubpassCompatibility()
9817 secondary_resolve_attach = secondary_desc.pResolveAttachments[i].attachment; in validateSubpassCompatibility()