Home
last modified time | relevance | path

Searched defs:TType (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.cpp140 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
DInfoSink.h19 class TType; variable
DTypes.h22 class TType; variable
110 constexpr TType(TBasicType t, in TType() function
134 constexpr TType(TType &&t) in TType() function
Dgen_builtin_symbols.py802 class TType: class