Home
last modified time | relevance | path

Searched refs:thisDepth (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h700 int thisDepth = 0; variable
703 ++thisDepth;
714 thisDepth = 0;
715 *thisDepthP = thisDepth;
724 TSymbol* find(const TString& name, int& thisDepth) in find() argument
728 thisDepth = 0; in find()
731 ++thisDepth; in find()
737 thisDepth = 0; in find()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h143 …indFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, TIntermTyped*& …
179 …TVariable* getImplicitThis(int thisDepth) const { return implicitThisStack[implicitThisStack.size(… in getImplicitThis() argument
DhlslParseHelper.cpp649 int thisDepth; in handleVariable() local
650 TSymbol* symbol = symbolTable.find(*string, thisDepth); in handleVariable()
667 if (thisDepth > 0) { in handleVariable()
668 variable = getImplicitThis(thisDepth); in handleVariable()
5277 int thisDepth = 0; in handleFunctionCall() local
5316 fnCandidate = findFunction(loc, *function, builtIn, thisDepth, arguments); in handleFunctionCall()
5331 if (thisDepth == 0) in handleFunctionCall()
5335 callerName = currentTypePrefix[currentTypePrefix.size() - thisDepth]; in handleFunctionCall()
5338 pushFrontArguments(intermediate.addSymbol(*getImplicitThis(thisDepth)), arguments); in handleFunctionCall()
7284 …slParseContext::findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, in findFunction() argument
[all …]