Home
last modified time | relevance | path

Searched refs:addConstMatrixNode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h198 TIntermTyped* addConstMatrixNode(int, TIntermTyped*, const TSourceLoc&);
DParseHelper.cpp2263 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, const TSourceLoc &li… in addConstMatrixNode() function in TParseContext
2557 indexedExpression = addConstMatrixNode(index, baseExpression, location); in addIndexExpression()