Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp124 TType::TType() in TType() function in sh::TType
140 TType::TType(TBasicType t, unsigned char ps, unsigned char ss) in TType() function in sh::TType
156 TType::TType(TBasicType t, TPrecision p, TQualifier q, unsigned char ps, unsigned char ss) in TType() function in sh::TType
172 TType::TType(const TPublicType &p) in TType() function in sh::TType
200 TType::TType(const TStructure *userDef, bool isStructSpecifier) in TType() function in sh::TType
216 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() function in sh::TType
234 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
131 constexpr TType(TType &&t) in TType() function
Dgen_builtin_symbols.py454 class TType: class
/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.h49 class TType; variable
DTypes.h309 class TType; variable
1618 explicit TType(const TPublicType& p) : in TType() function
1709 TType(TTypeList* userDef, const TString& n) : in TType() function
1721 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1732 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.h234 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
243 virtual void setAtomicCounterBlockDefaults(TType&) const {} in setAtomicCounterBlockDefaults() argument
/third_party/glslang/glslang/Public/
DShaderLang.h146 class TType; variable
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp274 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