Searched refs:preserveAttachmentReferences (Results 1 – 3 of 3) sorted by relevance
653 std::vector<deUint32>* preserveAttachmentReferences) in createSubpassDescription() argument672 preserveAttachmentReferences->push_back(subpass.getPreserveAttachments()[attachmentNdx]); in createSubpassDescription()690 …(deUint32)preserveAttachmentReferences->size(), // deUint32 preserveAttachmentCoun… in createSubpassDescription()691 …preserveAttachmentReferences->empty() ? DE_NULL : &(*preserveAttachmentReferences)[0] // const de… in createSubpassDescription()
1185 vector<deUint32>* preserveAttachmentReferences) in createSubpassDescription() argument1204 preserveAttachmentReferences->push_back(subpass.getPreserveAttachments()[attachmentNdx]); in createSubpassDescription()1222 …(deUint32)preserveAttachmentReferences->size(), // deUint32 preserveAttachmentCoun… in createSubpassDescription()1223 …preserveAttachmentReferences->empty() ? DE_NULL : &(*preserveAttachmentReferences)[0] // const de… in createSubpassDescription()
760 m_subpasses.back().preserveAttachmentReferences.push_back(attachmentIndex); in addSubpassPreserveAttachment()791 …static_cast<deUint32>(sd.preserveAttachmentReferences.size()), // deUint32 preserveAttachmen… in bake()792 dataOrNullPtr(sd.preserveAttachmentReferences) // const deUint32* pPreserveAttachments; in bake()896 std::vector<deUint32> preserveAttachmentReferences; member