Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h700 int thisDepth = 0; variable
724 TSymbol* find(const TString& name, int& thisDepth) in find()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h179 …TVariable* getImplicitThis(int thisDepth) const { return implicitThisStack[implicitThisStack.size(… in getImplicitThis()
DhlslParseHelper.cpp649 int thisDepth; in handleVariable() local
5277 int thisDepth = 0; in handleFunctionCall() local
7284 …slParseContext::findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, in findFunction()