Home | History | Annotate | Download | only in hlsl

Lines Matching refs:emulatedConstructorArguments

8083     TIntermTyped* emulatedConstructorArguments;
8085 emulatedConstructorArguments = initList->getSequence()[0]->getAsTyped();
8087 emulatedConstructorArguments = initList;
8089 return addConstructor(loc, emulatedConstructorArguments, type);