Home
last modified time | relevance | path

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

/external/angle/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.py1035 class TType: class
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DSpirvIntrinsics.h49 class TType; variable
DTypes.h309 class TType; variable
1568 explicit TType(const TPublicType& p) : in TType() function
1659 TType(TTypeList* userDef, const TString& n) : in TType() function
1671 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1682 explicit TType(TBasicType t, const TType &p, const TString& n) : in TType() function
/external/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
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h234 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
243 virtual void setAtomicCounterBlockDefaults(TType&) const {} in setAtomicCounterBlockDefaults() argument
/external/llvm/lib/IR/
DDebugInfo.cpp149 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/external/deqp-deps/glslang/glslang/Include/
DTypes.h305 class TType; variable
1472 explicit TType(const TPublicType& p) : in TType() function
1557 TType(TTypeList* userDef, const TString& n) : in TType() function
1566 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1574 explicit TType(TBasicType t, const TType &p, const TString& n) : in TType() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h232 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h142 class TType; variable
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h142 class TType; variable
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp272 bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/) in acceptSamplerDeclarationDX9() argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp274 bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/) in acceptSamplerDeclarationDX9() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp189 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp187 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp6122 Type TType = DestTy; in lowerSelect() local