Searched defs:TType (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | Types.cpp | 140 TType::TType() : TType(EbtVoid, 0, 0) {} in TType() function in sh::TType 142 TType::TType(TBasicType t, unsigned char ps, unsigned char ss) in TType() function in sh::TType 146 TType::TType(TBasicType t, TPrecision p, TQualifier q, unsigned char ps, unsigned char ss) in TType() function in sh::TType 150 TType::TType(const TPublicType &p) in TType() function in sh::TType 179 TType::TType(const TStructure *userDef, bool isStructSpecifier) in TType() function in sh::TType 186 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() function in sh::TType 195 TType::TType(const TType &t) in TType() function in sh::TType
|
| D | InfoSink.h | 19 class TType; variable
|
| D | Types.h | 22 class TType; variable 110 constexpr TType(TBasicType t, in TType() function 134 constexpr TType(TType &&t) in TType() function
|
| D | gen_builtin_symbols.py | 802 class TType: class
|