Searched refs:indexExpression (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | ParseContext.h | 130 …cation, const TString &identifier, const TSourceLoc& indexLocation, TIntermTyped *indexExpression); 135 …fier, const TSourceLoc& arrayLocation, TIntermNode *declaratorList, TIntermTyped *indexExpression); 145 …xpression(TIntermTyped *baseExpression, const TSourceLoc& location, TIntermTyped *indexExpression);
|
D | ParseContext.cpp | 1291 …ocation, const TString &identifier, const TSourceLoc& indexLocation, TIntermTyped *indexExpression) in parseSingleArrayDeclaration() argument 1308 if (arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration() 1407 …ifier, const TSourceLoc& arrayLocation, TIntermNode *declaratorList, TIntermTyped *indexExpression) in parseArrayDeclarator() argument 1422 else if (indexExpression) in parseArrayDeclarator() 1425 if (arraySizeErrorCheck(arrayLocation, indexExpression, size)) in parseArrayDeclarator() 2007 …Expression(TIntermTyped *baseExpression, const TSourceLoc& location, TIntermTyped *indexExpression) in addIndexExpression() argument 2024 if (indexExpression->getQualifier() == EvqConst) in addIndexExpression() 2026 int index = indexExpression->getAsConstantUnion()->getIConst(0); in addIndexExpression() 2087 indexExpression->getAsConstantUnion()->getUnionArrayPointer()->setIConst(index); in addIndexExpression() 2088 …dexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, location); in addIndexExpression() [all …]
|