Lines Matching refs:Position
1072 IntLiteral count(fContext, Position(), type.columns());
1315 args.emplace_back(new FloatLiteral(fContext, Position(), 0.0));
1316 args.emplace_back(new FloatLiteral(fContext, Position(), 0.0));
1317 Constructor ctor(Position(), *fContext.fVec2_Type, std::move(args));
1550 FloatLiteral zero(fContext, Position(), 0);
1723 IntLiteral index(fContext, Position(), fieldExpr.fFieldIndex);
1869 IntLiteral index(fContext, Position(), swizzle.fComponents[0]);
1926 Type intfStruct(Position(), name, fields);
1930 Variable* intfVar = new Variable(Position(),
1936 InterfaceBlock intf(Position(), intfVar, name, String(""),
1946 IntLiteral fieldIndex(fContext, Position(), fRTHeightFieldIndex);
1963 FloatLiteral zero(fContext, Position(), 0.0);
1965 FloatLiteral one(fContext, Position(), 1.0);
2368 BoolLiteral falseLiteral(fContext, Position(), false);
2389 BoolLiteral trueLiteral(fContext, Position(), true);
2443 return std::unique_ptr<Expression>(new IntLiteral(context, Position(), 1));
2446 return std::unique_ptr<Expression>(new FloatLiteral(context, Position(), 1.0));