Lines Matching refs:pSubpasses

662 	if (rCI.pSubpasses != DE_NULL)
666 hash_combine(seed, deUint32(rCI.pSubpasses[i].flags), deUint32(rCI.pSubpasses[i].pipelineBindPoint));
667 if (rCI.pSubpasses[i].pInputAttachments != DE_NULL)
668 for (deUint32 j = 0; j < rCI.pSubpasses[i].inputAttachmentCount; ++j)
669 hash_combine(seed, rCI.pSubpasses[i].pInputAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pInputAttachments[j].layout));
670 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL)
671 for (deUint32 j = 0; j < rCI.pSubpasses[i].colorAttachmentCount; ++j)
672 hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pColorAttachments[j].layout));
673 if (rCI.pSubpasses[i].pResolveAttachments != DE_NULL)
674 for (deUint32 j = 0; j < rCI.pSubpasses[i].colorAttachmentCount; ++j)
675 hash_combine(seed, rCI.pSubpasses[i].pResolveAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pResolveAttachments[j].layout));
676 if (rCI.pSubpasses[i].pDepthStencilAttachment != DE_NULL)
677 hash_combine(seed, rCI.pSubpasses[i].pDepthStencilAttachment->attachment, deUint32(rCI.pSubpasses[i].pDepthStencilAttachment->layout));
678 if (rCI.pSubpasses[i].pPreserveAttachments != DE_NULL)
679 for (deUint32 j = 0; j < rCI.pSubpasses[i].preserveAttachmentCount; ++j)
680 hash_combine(seed, rCI.pSubpasses[i].pPreserveAttachments[j]);
702 if (rCI.pSubpasses != DE_NULL)
706 hash_combine(seed, deUint32(rCI.pSubpasses[i].flags), deUint32(rCI.pSubpasses[i].pipelineBindPoint));
707 if (rCI.pSubpasses[i].pInputAttachments != DE_NULL)
708 for (deUint32 j = 0; j < rCI.pSubpasses[i].inputAttachmentCount; ++j)
709 hash_combine(seed, rCI.pSubpasses[i].pInputAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pInputAttachments[j].layout));
710 if (rCI.pSubpasses[i].pColorAttachments != DE_NULL)
711 for (deUint32 j = 0; j < rCI.pSubpasses[i].colorAttachmentCount; ++j)
712 hash_combine(seed, rCI.pSubpasses[i].pColorAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pColorAttachments[j].layout));
713 if (rCI.pSubpasses[i].pResolveAttachments != DE_NULL)
714 for (deUint32 j = 0; j < rCI.pSubpasses[i].colorAttachmentCount; ++j)
715 hash_combine(seed, rCI.pSubpasses[i].pResolveAttachments[j].attachment, deUint32(rCI.pSubpasses[i].pResolveAttachments[j].layout));
716 if (rCI.pSubpasses[i].pDepthStencilAttachment != DE_NULL)
717 hash_combine(seed, rCI.pSubpasses[i].pDepthStencilAttachment->attachment, deUint32(rCI.pSubpasses[i].pDepthStencilAttachment->layout));
718 if (rCI.pSubpasses[i].pPreserveAttachments != DE_NULL)
719 for (deUint32 j = 0; j < rCI.pSubpasses[i].preserveAttachmentCount; ++j)
720 hash_combine(seed, rCI.pSubpasses[i].pPreserveAttachments[j]);
929 &subpassDescription, // const VkSubpassDescription* pSubpasses