Home | History | Annotate | Download | only in hlsl

Lines Matching refs:TIntermSequence

343             const TIntermSequence& seq = asAggregate->getSequence();
1745 const TIntermSequence& sequence = it->args->getSequence();
3019 const TIntermSequence& swizzle = left->getAsBinaryNode()->getRight()->getAsAggregate()->getSequence();
3508 TIntermSequence& sequence = argAggregate->getSequence();
5678 TIntermSequence argSequence; // temp sequence for unary node args
5683 TIntermSequence& arguments = argSequence.empty() ? intermNode.getAsAggregate()->getSequence() : argSequence;
5777 TIntermSequence argsWithCounterBuffers;
5817 const TIntermSequence* argp = nullptr; // confusing to use [] syntax on a pointer, so this is to help get a reference
5829 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr
8102 void HlslParseContext::lengthenList(const TSourceLoc& loc, TIntermSequence& list, int size, TIntermTyped* scalarInit)
8217 TIntermSequence& sequenceVector = aggrNode->getSequence(); // Stores the information about the parameter to the constructor
8227 for (TIntermSequence::iterator p = sequenceVector.begin();
9057 TIntermSequence* switchSequence = switchSequenceStack.back();
9100 TIntermSequence* switchSequence = switchSequenceStack.back();
9624 TIntermSequence& epBodySeq = entryPointFunctionBody->getAsAggregate()->getSequence();