Home
last modified time | relevance | path

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

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