Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp66 bool ValidateSwitch::visitUnary(Visit, TIntermUnary *) in visitUnary() argument
Dintermediate.h247 class TIntermUnary; variable
509 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} in TIntermUnary() function
510 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} in TIntermUnary() function
708 virtual bool visitUnary(Visit visit, TIntermUnary*) {return true;} in visitUnary() argument
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h997 class TIntermUnary; variable
1512 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {} in TIntermUnary() function
1513 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {} in TIntermUnary() function
1673 virtual bool visitUnary(TVisit, TIntermUnary*) { return true; } in visitUnary() argument