Home
last modified time | relevance | path

Searched refs:dotLocation (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2636 …seContext::addFieldSelectionExpression(TIntermTyped *baseExpression, const TSourceLoc &dotLocation, in addFieldSelectionExpression() argument
2671 indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation); in addFieldSelectionExpression()
2682 error(dotLocation, "structure has no fields", "Internal Error"); in addFieldSelectionExpression()
2701 indexedExpression = addConstStruct(fieldString, baseExpression, dotLocation); in addFieldSelectionExpression()
2719 …ndexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation); in addFieldSelectionExpression()
2725 error(dotLocation, " no such field in structure", fieldString.c_str()); in addFieldSelectionExpression()
2737 error(dotLocation, "interface block has no fields", "Internal Error"); in addFieldSelectionExpression()
2758 dotLocation); in addFieldSelectionExpression()
2763 error(dotLocation, " no such field in interface block", fieldString.c_str()); in addFieldSelectionExpression()
2773 error(dotLocation, " field selection requires structure or vector on left hand side", in addFieldSelectionExpression()
[all …]
DParseHelper.h203 …eldSelectionExpression(TIntermTyped *baseExpression, const TSourceLoc &dotLocation, const TString …
/external/angle/src/compiler/translator/
DParseContext.cpp4861 const TSourceLoc &dotLocation, in addFieldSelectionExpression() argument
4881 node->setLine(dotLocation); in addFieldSelectionExpression()
4890 error(dotLocation, "structure has no fields", "Internal Error"); in addFieldSelectionExpression()
4911 node->setLine(dotLocation); in addFieldSelectionExpression()
4916 error(dotLocation, " no such field in structure", fieldString); in addFieldSelectionExpression()
4926 error(dotLocation, "interface block has no fields", "Internal Error"); in addFieldSelectionExpression()
4947 node->setLine(dotLocation); in addFieldSelectionExpression()
4953 error(dotLocation, " no such field in interface block", fieldString); in addFieldSelectionExpression()
4962 error(dotLocation, " field selection requires structure or vector on left hand side", in addFieldSelectionExpression()
4967 error(dotLocation, in addFieldSelectionExpression()
DParseContext.h328 const TSourceLoc &dotLocation,