Home
last modified time | relevance | path

Searched refs:getAsTyped (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DVersionGLSL.cpp80 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
92 const TIntermTyped* param = (*iter)->getAsTyped(); in visitAggregate()
112 TIntermTyped* typed = sequence.front()->getAsTyped(); in visitAggregate()
DBuiltInFunctionEmulator.cpp250 TIntermTyped* param1 = sequence[0]->getAsTyped(); in visitAggregate()
251 TIntermTyped* param2 = sequence[1]->getAsTyped(); in visitAggregate()
DParseContext.cpp291 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()
551 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()
1040 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()
1224 if (*type == node->getAsTyped()->getType()) { in constructStruct()
1226 return node->getAsTyped(); in constructStruct()
1228 return intermediate.setAggregateOperator(node->getAsTyped(), EOpConstructStruct, line); in constructStruct()
1232 << " from '" << node->getAsTyped()->getType().getBasicString() in constructStruct()
DOutputHLSL.cpp1491 TIntermTyped *variable = sequence[0]->getAsTyped(); in visitAggregate()
1803 … if (mOutputType == SH_HLSL11_OUTPUT && IsSampler((*arg)->getAsTyped()->getBasicType())) in visitAggregate()
1897 switch (node->getSequence()[0]->getAsTyped()->getNominalSize() * 10 in visitAggregate()
1898 + node->getSequence()[1]->getAsTyped()->getNominalSize()) in visitAggregate()
1916 switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) in visitAggregate()
1937 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()
2215 TIntermTyped *variable = sequence[0]->getAsTyped(); in handleExcessiveLoop()
2652 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
Dintermediate.h221 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
253 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
DparseConst.cpp113 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
DVariableInfo.cpp271 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
DIntermediate.cpp281 TIntermTyped* child = childNode->getAsTyped(); in addUnaryMath()
581 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()
DOutputGLSLBase.cpp554 const TIntermTyped* variable = sequence.front()->getAsTyped(); in visitAggregate()
Dglslang.y464 …>lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
Dglslang_tab.cpp2569 …e(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()[i]->getAsTyped())) {