Lines Matching refs:VkAttachmentReference2
1415 void preinitializeAttachmentReferences(std::vector<VkAttachmentReference2>& references, const deUint32 count)
1417 references.resize(count, VkAttachmentReference2{
1426 void initializeAttachmentReference(VkAttachmentReference2& reference, deUint32 attachment, const VkFormat depthStencilFormat, const bool isInputAttachment)
1441 bool isInAttachmentReferences(const std::vector<VkAttachmentReference2>& references, const deInt32 attachment)
1443 for (const VkAttachmentReference2& reference: references)
1452 std::vector<VkAttachmentReference2>& attachmentReferences,
1453 std::vector<VkAttachmentReference2>& resolveAttachmentReferences,
1458 const std::vector<VkAttachmentReference2>& inputAttachmentReferences,
1576 : nullptr, // const VkAttachmentReference2* pDepthStencilResolveAttachment;
1595 dataOrNullPtr(inputAttachmentReferences), // const VkAttachmentReference2* pInputAttachments;
1597 dataOrNullPtr(attachmentReferences), // const VkAttachmentReference2* pColorAttachments;
1598 dataOrNullPtr(resolveAttachmentReferences), // const VkAttachmentReference2* pResolveAttachments;
1601 : DE_NULL, // const VkAttachmentReference2* pDepthStencilAttachment;
2995 std::vector<VkAttachmentReference2> attachmentReferences;
2996 std::vector<VkAttachmentReference2> resolveAttachmentReferences;
3320 std::vector<VkAttachmentReference2> attachmentReferences;
3321 std::vector<VkAttachmentReference2> resolveAttachmentReferences;
3680 std::vector<std::vector<VkAttachmentReference2>> attachmentReferences(numSubpasses);
3681 std::vector<std::vector<VkAttachmentReference2>> resolveAttachmentReferences(numSubpasses);
3794 std::vector<VkAttachmentReference2> attachmentReferences;
3795 std::vector<VkAttachmentReference2> resolveAttachmentReferences;
4507 std::vector<std::vector<VkAttachmentReference2>> attachmentReferences(numSubpasses);
4508 std::vector<std::vector<VkAttachmentReference2>> resolveAttachmentReferences(numSubpasses);
4510 std::vector<VkAttachmentReference2> inputAttachmentReferences;
4522 inputAttachmentReferences.resize(2, VkAttachmentReference2{
4535 const std::vector<VkAttachmentReference2> noInputAttachments;