Home | History | Annotate | Download | only in hlsl

Lines Matching refs:sequenceVector

8217     TIntermSequence& sequenceVector = aggrNode->getSequence();    // Stores the information about the parameter to the constructor
8227 for (TIntermSequence::iterator p = sequenceVector.begin();
8228 p != sequenceVector.end(); p++, paramCount++) {