Home | History | Annotate | Download | only in hlsl

Lines Matching refs:addConstructor

966                 return addConstructor(loc, base, type);
972 return addConstructor(loc, base, scalarType);
975 return addConstructor(loc, addConstructor(loc, base, scalarType), vectorType);
4379 argOffset = addConstructor(loc, initList, arrayType);
5474 arg1 = addConstructor(loc, arg1, truncType);
5479 arg0 = addConstructor(loc, arg0, truncType);
5487 arg0 = addConstructor(loc, arg0, truncType);
5492 arg1 = addConstructor(loc, arg1, truncType);
5500 arg0 = addConstructor(loc, arg0, truncType);
5504 arg1 = addConstructor(loc, arg1, truncType);
8014 return addConstructor(loc, initList, arrayType);
8089 return addConstructor(loc, emulatedConstructorArguments, type);
8145 return addConstructor(loc, node, type);
8156 TIntermTyped* HlslParseContext::addConstructor(const TSourceLoc& loc, TIntermTyped* node, const TType& type)
8454 elementArg = addConstructor(node->getLoc(), elementConstructee, crossType);