Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DspvIR.h336 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
DGlslangToSpv.cpp3769 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h312 bool implicitThis; // True if this function is allowed to see all members of 'this' variable