Home | History | Annotate | Download | only in hlsl

Lines Matching defs:argp

5351     const TIntermSequence* argp = nullptr;   // confusing to use [] syntax on a pointer, so this is to help get a reference
5355 argp = &callNode.getAsAggregate()->getSequence();
5356 if (argp->size() > 0)
5357 arg0 = (*argp)[0]->getAsTyped();
5363 const TIntermSequence& aggArgs = *argp; // only valid when unaryArg is nullptr