Home
last modified time | relevance | path

Searched refs:isUserType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.l428 if (variable->isUserType()) { in check_type()
DSymbolTable.h92 bool isUserType() const { return userType; } in isUserType() function
Dglslang_lex.cpp3660 if (variable->isUserType()) { in check_type()
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h172 virtual bool isUserType() const { return userType; } in isUserType() function
DScan.cpp1809 if (variable->isUserType() && in identifierOrType()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp653 if (symbol && symbol->getAsVariable() && symbol->getAsVariable()->isUserType()) { in handleVariable()
7956 if (symbol && symbol->getAsVariable() && symbol->getAsVariable()->isUserType()) { in lookupUserType()