Searched refs:inputAttachmentIdx (Results 1 – 2 of 2) sorted by relevance
97 void InputAttachmentReferenceTraverser::setInputAttachmentIndex(unsigned int inputAttachmentIdx) in setInputAttachmentIndex() argument99 ASSERT(inputAttachmentIdx < mConstInputAttachmentIndices->size()); in setInputAttachmentIndex()100 mConstInputAttachmentIndices->set(inputAttachmentIdx); in setInputAttachmentIndex()101 *mMaxInputAttachmentIndex = std::max(*mMaxInputAttachmentIndex, inputAttachmentIdx); in setInputAttachmentIndex()122 unsigned int inputAttachmentIdx = symbol->getType().getLayoutQualifier().location; in visitDeclaration() local128 unsigned int realInputAttachmentIdx = inputAttachmentIdx + index; in visitDeclaration()134 setInputAttachmentIndex(inputAttachmentIdx); in visitDeclaration()137 mDeclaredSym->emplace(inputAttachmentIdx, symbol); in visitDeclaration()
2079 …for (size_t inputAttachmentIdx = 0; inputAttachmentIdx < inputAttachments.size(); inputAttachmentI… in run() local