Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DVersionGLSL.cpp62 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
79 const TIntermTyped *param = (*iter)->getAsTyped(); in visitAggregate()
101 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate()
DScalarizeVecAndMatConstructorArgs.cpp22 TIntermTyped *node = sequence[ii]->getAsTyped(); in ContainsMatrixNode()
33 TIntermTyped *node = sequence[ii]->getAsTyped(); in ContainsVectorNode()
162 TIntermTyped *node = original[ii]->getAsTyped(); in scalarizeArgs()
DBuiltInFunctionEmulator.cpp250 TIntermTyped* param1 = sequence[0]->getAsTyped(); in visitAggregate()
251 TIntermTyped* param2 = sequence[1]->getAsTyped(); in visitAggregate()
DIntermediate.cpp175 TIntermTyped *child = childNode->getAsTyped(); in addUnaryMath()
344 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) in addSelection()
DOutputHLSL.cpp1850 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); in visitAggregate()
2040 TBasicType samplerType = (*arguments)[0]->getAsTyped()->getType().getBasicType(); in visitAggregate()
2044 textureFunction.coords = (*arguments)[1]->getAsTyped()->getNominalSize(); in visitAggregate()
2160 … if (mOutputType == SH_HLSL11_OUTPUT && IsSampler((*arg)->getAsTyped()->getBasicType())) in visitAggregate()
2216 const int modValue = (*node->getSequence())[0]->getAsTyped()->getNominalSize() * 10 + in visitAggregate()
2217 (*node->getSequence())[1]->getAsTyped()->getNominalSize(); in visitAggregate()
2236 switch ((*node->getSequence())[0]->getAsTyped()->getNominalSize()) in visitAggregate()
2257 …switch ((*node->getSequence())[0]->getAsTyped()->getNominalSize()) // Number of components in th… in visitAggregate()
2546 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); in handleExcessiveLoop()
DRewriteElseBlocks.cpp107 TIntermTyped *typedCondition = selection->getCondition()->getAsTyped(); in rewriteSelection()
DVariableInfo.cpp360 const TIntermTyped &typedNode = *(sequence.front()->getAsTyped()); in visitAggregate()
404 TIntermTyped *blockNode = binaryNode->getLeft()->getAsTyped(); in visitBinary()
DparseConst.cpp119 (*node->getSequence())[0]->getAsTyped()->getAsConstantUnion(); in visitAggregate()
DIntermNode.h224 virtual TIntermTyped *getAsTyped() { return 0; } in getAsTyped() function
263 virtual TIntermTyped *getAsTyped() { return this; } in getAsTyped() function
DStructureHLSL.cpp259 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
DParseContext.cpp292 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()
549 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()
1188 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()
1618 if (i >= args->size() || (*args)[i]->getAsTyped()->getType() != *fields[i]->type()) in addConstructor()
DOutputGLSLBase.cpp637 const TIntermTyped *variable = sequence.front()->getAsTyped(); in visitAggregate()
Dglslang.y384 …ueErrorCheck($$->getLine(), "assign", (*($$->getAsAggregate()->getSequence()))[i]->getAsTyped())) {
Dglslang_tab.cpp2766 …"assign", (*((yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()))[i]->getAsTyped())) {