Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h468 TIntermOperator(TOperator o) : TIntermTyped(TType(EbtFloat, EbpUndefined)), op(o) {} in TIntermOperator() function
469 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o) {} in TIntermOperator() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h995 class TIntermOperator; variable
1477 TIntermOperator(TOperator o) : TIntermTyped(EbtFloat), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function
1478 TIntermOperator(TOperator o, TType& t) : TIntermTyped(t), op(o), operationPrecision(EpqNone) {} in TIntermOperator() function