Lines Matching refs:attachmentReferences
664 std::vector<VkAttachmentReference> attachmentReferences;
667 attachmentReferences.reserve(2); // color image + input attachment
686 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL));
687 const VkAttachmentReference* colorRef = &attachmentReferences.back();
708 attachmentReferences.push_back(makeAttachmentReference(0u, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL));
709 const VkAttachmentReference* inputRef = &attachmentReferences.back();
956 std::vector<VkAttachmentReference> attachmentReferences;
959 attachmentReferences.reserve(params.numLayers);
979 attachmentReferences.push_back(makeAttachmentReference(static_cast<deUint32>(attachmentReferences.size()), VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL));
980 const VkAttachmentReference* colorRef = &attachmentReferences.back();