Home | History | Annotate | Download | only in hlsl

Lines Matching refs:TIntermSequence

1628     TIntermSequence& arguments = intermNode.getSequence();
1701 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference
1713 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr
3600 TIntermSequence &sequenceVector = aggrNode->getSequence(); // Stores the information about the parameter to the constructor
3610 for (TIntermSequence::iterator p = sequenceVector.begin();
4198 TIntermSequence* switchSequence = switchSequenceStack.back();
4240 TIntermSequence* switchSequence = switchSequenceStack.back();