Home | History | Annotate | Download | only in hlsl

Lines Matching refs:nextArg

3861             int nextArg = 3;
3864 argBias = argAggregate->getSequence()[nextArg++]->getAsTyped();
3868 if ((int)argAggregate->getSequence().size() == (nextArg+1)) { // last parameter is offset form
3870 argOffset = argAggregate->getSequence()[nextArg++]->getAsTyped();