Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.cpp310 … int value = (*p)->getAsTyped()->getAsConstantUnion()->getUnionArrayPointer()->getIConst(); in lValueErrorCheck()
561 TIntermTyped* typed = node->getAsTyped(); in constructorErrorCheck()
1072 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()
1256 if (*type == node->getAsTyped()->getType()) { in constructStruct()
1258 return node->getAsTyped(); in constructStruct()
1260 return intermediate.setAggregateOperator(node->getAsTyped(), EOpConstructStruct, line); in constructStruct()
1263 node->getAsTyped()->getType().getBasicString(), type->getBasicString()); in constructStruct()
DVersionGLSL.cpp79 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
Dintermediate.h213 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
241 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
DVariableInfo.cpp174 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
DOutputHLSL.cpp1031 TIntermTyped *variable = sequence[0]->getAsTyped(); in visitAggregate()
1325 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()
1354 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()
1577 TIntermTyped *variable = sequence[0]->getAsTyped(); in handleExcessiveLoop()
1897 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
DIntermediate.cpp284 TIntermTyped* child = childNode->getAsTyped(); in addUnaryMath()
594 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()
595 if (cond->getAsTyped()->getAsConstantUnion()->getUnionArrayPointer()->getBConst()) in addSelection()
DparseConst.cpp113 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
DOutputGLSL.cpp530 const TIntermTyped* variable = sequence.front()->getAsTyped(); in visitAggregate()
Dglslang.y516 …>lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
Dglslang_tab.cpp2515 …e(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()[i]->getAsTyped())) {
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog756 (TIntermTyped::getAsTyped):