Home
last modified time | relevance | path

Searched defs:TIntermOperator (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h436 TIntermOperator(TOperator op) : TIntermExpression(TType(EbtFloat, EbpUndefined)), mOp(op) {} in TIntermOperator() function
437 TIntermOperator(TOperator op, const TType &type) : TIntermExpression(type), mOp(op) {} in TIntermOperator() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1108 class TIntermOperator; variable
1636 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function
1637 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1104 class TIntermOperator; variable
1632 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function
1633 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function