Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DVersionGLSL.cpp136 if (node->getOp() == EOpConstruct && node->getType().isMatrix()) in visitAggregate()
DOperator_autogen.h48 EOpConstruct, enumerator
DOutputTree.cpp426 case EOpConstruct: in visitAggregate()
DOutputGLSLBase.cpp880 if (node->getOp() == EOpConstruct) in visitAggregate()
DIntermNode.cpp600 return new TIntermAggregate(nullptr, type, EOpConstruct, arguments); in CreateConstructor()
1190 return (mOp == EOpConstruct); in isConstructor()
DOutputSPIRV.cpp5226 ASSERT(node->getOp() == EOpConstruct || !node->hasConstantValue()); in visitAggregate()
5249 case EOpConstruct: in visitAggregate()
DOutputHLSL.cpp2476 case EOpConstruct: in visitAggregate()
/external/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp56 if (node->getOp() != EOpConstruct) in visitAggregate()
/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp152 if (node->getOp() == EOpConstruct) in match()
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp464 if (!parentConstructor || parentConstructor->getOp() != EOpConstruct) in ParentConstructorTakesCareOfRounding()
627 (op == EOpConstruct && node->getBasicType() == EbtStruct)) in visitAggregate()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3765 case TOperator::EOpConstruct: in visitOperator()
DEmitMetal.cpp663 case TOperator::EOpConstruct: in GetOperatorString()