Lines Matching refs:inputAttachmentReferences
6787 std::vector<VkAttachmentReference> inputAttachmentReferences;
6788 inputAttachmentReferences.reserve(numInputAttachments);
6792 inputAttachmentReferences.push_back(reference);
6799 static_cast<deUint32>(inputAttachmentReferences.size()), // deUint32 inputAttachmentCount;
6800 inputAttachmentReferences.data(), // const VkAttachmentReference* pInputAttachments;
8312 std::vector<VkAttachmentReference> inputAttachmentReferences;
8313 inputAttachmentReferences.reserve(numInputAttachments);
8317 inputAttachmentReferences.push_back(reference);
8324 static_cast<deUint32>(inputAttachmentReferences.size()), // deUint32 inputAttachmentCount;
8325 inputAttachmentReferences.data(), // const VkAttachmentReference* pInputAttachments;