Home
last modified time | relevance | path

Searched refs:EOpConstruct (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp129 if (node->getOp() == EOpConstruct && node->getType().isMatrix()) in visitAggregate()
DOperator.h210 EOpConstruct, enumerator
DOutputTree.cpp409 case EOpConstruct: in visitAggregate()
DOutputGLSLBase.cpp978 case EOpConstruct: in visitAggregate()
DIntermNode.cpp535 return new TIntermAggregate(nullptr, type, EOpConstruct, arguments); in CreateConstructor()
1097 return (mOp == EOpConstruct); in isConstructor()
DOutputHLSL.cpp2411 case EOpConstruct: in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.cpp136 if (node->getOp() == EOpConstruct && node->getType().isMatrix()) in visitAggregate()
DOperator_autogen.h50 EOpConstruct, enumerator
DOutputTree.cpp426 case EOpConstruct: in visitAggregate()
DOutputGLSLBase.cpp910 if (node->getOp() == EOpConstruct) in visitAggregate()
DIntermNode.cpp624 return new TIntermAggregate(nullptr, type, EOpConstruct, arguments); in CreateConstructor()
704 if (BuiltInGroup::IsMath(mOp) || mOp == EOpConstruct) in derivePrecision()
1248 return (mOp == EOpConstruct); in isConstructor()
DOutputHLSL.cpp2481 case EOpConstruct: in visitAggregate()
DOutputSPIRV.cpp5694 ASSERT(node->getOp() == EOpConstruct || !node->hasConstantValue()); in visitAggregate()
5717 case EOpConstruct: in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp56 if (node->getOp() != EOpConstruct) in visitAggregate()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.cpp56 if (node->getOp() != EOpConstruct) in visitAggregate()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp143 if (node->getOp() == EOpConstruct) in match()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp152 if (node->getOp() == EOpConstruct) in match()
DFindPreciseNodes.cpp586 node->getOp() == EOpConstruct && type.getStruct() != nullptr && !type.isArray(); in visitAggregate()
602 if (node->getOp() == EOpConstruct) in visitAggregate()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp464 if (!parentConstructor || parentConstructor->getOp() != EOpConstruct) in ParentConstructorTakesCareOfRounding()
626 (op == EOpConstruct && node->getBasicType() == EbtStruct)) in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3815 case TOperator::EOpConstruct: in visitOperator()
DEmitMetal.cpp662 case TOperator::EOpConstruct: in GetOperatorString()