Searched refs:TIntermExpression (Results 1 – 2 of 2) sorted by relevance
296 class TIntermExpression : public TIntermTyped299 TIntermExpression(const TType &t);308 TIntermExpression(const TIntermExpression &node) = default;319 class TIntermConstantUnion : public TIntermExpression323 : TIntermExpression(type), mUnionArrayPointer(unionPointer) in TIntermConstantUnion()398 class TIntermOperator : public TIntermExpression414 TIntermOperator(TOperator op) : TIntermExpression(TType(EbtFloat, EbpUndefined)), mOp(op) {} in TIntermOperator()415 TIntermOperator(TOperator op, const TType &type) : TIntermExpression(type), mOp(op) {} in TIntermOperator()423 class TIntermSwizzle : public TIntermExpression842 class TIntermTernary : public TIntermExpression
187 TIntermExpression::TIntermExpression(const TType &t) : TIntermTyped(), mType(t) {} in TIntermExpression() function in sh::TIntermExpression189 void TIntermExpression::setTypePreservePrecision(const TType &t) in setTypePreservePrecision()1010 : TIntermExpression(node) in TIntermConstantUnion()1050 TIntermSwizzle::TIntermSwizzle(const TIntermSwizzle &node) : TIntermExpression(node) in TIntermSwizzle()1079 TIntermTernary::TIntermTernary(const TIntermTernary &node) : TIntermExpression(node) in TIntermTernary()1303 : TIntermExpression(TType(EbtFloat, EbpUndefined)), in TIntermSwizzle()1356 : TIntermExpression(trueExpression->getType()), in TIntermTernary()