Home
last modified time | relevance | path

Searched defs:TIntermConstantUnion (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp49 void ValidateSwitch::visitConstantUnion(TIntermConstantUnion *) in visitConstantUnion() argument
Dintermediate.h248 class TIntermConstantUnion; variable
432TIntermConstantUnion(ConstantUnion *unionPointer, const TType& t) : TIntermTyped(t), unionArrayPoi… in TIntermConstantUnion() function
706 virtual void visitConstantUnion(TIntermConstantUnion*) {} in visitConstantUnion() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h56 void visitConstantUnion(TIntermConstantUnion *) override { nodeType = NodeType::ConstantUnion; } in visitConstantUnion() argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp96 void ValidateSwitch::visitConstantUnion(TIntermConstantUnion *) in visitConstantUnion() argument
DIntermNode.h48 class TIntermConstantUnion; variable
307 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() function
DIntermNode.cpp993 TIntermConstantUnion::TIntermConstantUnion(const TIntermConstantUnion &node) in TIntermConstantUnion() function in sh::TIntermConstantUnion
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp96 void ValidateSwitch::visitConstantUnion(TIntermConstantUnion *) in visitConstantUnion() argument
DIntermNode.h48 class TIntermConstantUnion; variable
341 TIntermConstantUnion(const TConstantUnion *unionPointer, const TType &type) in TIntermConstantUnion() function
DIntermNode.cpp1146 TIntermConstantUnion::TIntermConstantUnion(const TIntermConstantUnion &node) in TIntermConstantUnion() function in sh::TIntermConstantUnion
/third_party/glslang/glslang/Include/
Dintermediate.h1043 class TIntermConstantUnion; variable
1304TIntermConstantUnion(const TConstUnionArray& ua, const TType& t) : TIntermTyped(t), constArray(ua)… in TIntermConstantUnion() function
1752 virtual void visitConstantUnion(TIntermConstantUnion*) { } in visitConstantUnion() argument