Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp164 TType::TType() : TType(EbtVoid, 0, 0) {} in TType() function in sh::TType
166 TType::TType(TBasicType t, unsigned char ps, unsigned char ss) in TType() function in sh::TType
170 TType::TType(TBasicType t, TPrecision p, TQualifier q, unsigned char ps, unsigned char ss) in TType() function in sh::TType
174 TType::TType(const TPublicType &p) in TType() function in sh::TType
204 TType::TType(const TStructure *userDef, bool isStructSpecifier) in TType() function in sh::TType
211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() function in sh::TType
220 TType::TType(const TType &t) in TType() function in sh::TType
DValidateVaryingLocations.h21 class TType; variable
DInfoSink.h20 class TType; variable
DTypes.h22 class TType; variable
110 constexpr TType(TBasicType t, in TType() function
135 constexpr TType(TType &&t) in TType() function
Dgen_builtin_symbols.py1040 class TType: class
/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h48 class TType; variable
DTypes.h301 class TType; variable
1573 explicit TType(const TPublicType& p) : in TType() function
1679 TType(TTypeList* userDef, const TString& n) : in TType() function
1689 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1698 explicit TType(TBasicType t, const TType &p, const TString& n) : in TType() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp36 TType::TType(const TPublicType &p) : in TType() function in TType
DTypes.h24 class TType; variable
265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType() function
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h238 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
247 virtual void setAtomicCounterBlockDefaults(TType&) const {} in setAtomicCounterBlockDefaults() argument
/third_party/glslang/glslang/Public/
DShaderLang.h146 class TType; variable
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp275 bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/) in acceptSamplerDeclarationDX9() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp189 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp5925 Type TType = DestTy; in lowerSelect() local