Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp164 TType::TType() : TType(EbtVoid, 0, 0) {} in TType() function in sh::TType
166 TType::TType(TBasicType t, uint8_t ps, uint8_t ss) : TType(t, EbpUndefined, EvqGlobal, ps, ss) {} in TType() function in sh::TType
168 TType::TType(TBasicType t, TPrecision p, TQualifier q, uint8_t ps, uint8_t ss) in TType() function in sh::TType
172 TType::TType(const TPublicType &p) in TType() function in sh::TType
203 TType::TType(const TStructure *userDef, bool isStructSpecifier) in TType() function in sh::TType
210 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() function in sh::TType
219 TType::TType(const TType &t) in TType() function in sh::TType
H A DTypes.h22 class TType; variable
106 constexpr TType(TBasicType t, in TType() function
132 constexpr TType(TType &&t) in TType() function
H A DValidateVaryingLocations.h21 class TType; variable
H A DInfoSink.h21 class TType; variable
H A Dgen_builtin_symbols.py934 class TType: class
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dextended_accumulator_tests.cpp80 using TType = uint8_t; in TEST() typedef
93 using TType = uint8_t; in TEST() typedef
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h238 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
247 virtual void setAtomicCounterBlockDefaults(TType&) const {} in setAtomicCounterBlockDefaults() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DParseHelper.h238 virtual void setUniformBlockDefaults(TType&) const { } in setUniformBlockDefaults() argument
247 virtual void setAtomicCounterBlockDefaults(TType&) const {} in setAtomicCounterBlockDefaults() argument
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h301 class TType; variable
1579 explicit TType(const TPublicType& p) : in TType() function
1685 TType(TTypeList* userDef, const TString& n) : in TType() function
1695 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1704 explicit TType(TBasicType t, const TType &p, const TString& n) : in TType() function
DSpirvIntrinsics.h48 class TType; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h301 class TType; variable
1580 explicit TType(const TPublicType& p) : in TType() function
1689 TType(TTypeList* userDef, const TString& n) : in TType() function
1699 TType(TTypeList* userDef, const TString& n, const TQualifier& q) : in TType() function
1708 explicit TType(TBasicType t, const TType &p, const TString& n) : in TType() function
H A DSpirvIntrinsics.h48 class TType; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cu975 typedef float4 TType; // Transaction Type typedef
992 typedef float2 TType; // Transaction Type typedef
1009 typedef float TType; // Transaction Type typedef
/aosp_15_r20/external/llvm/lib/IR/
H A DDebugInfo.cpp149 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h146 class TType; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp275 bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/) in acceptSamplerDeclarationDX9() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslGrammar.cpp275 bool HlslGrammar::acceptSamplerDeclarationDX9(TType& /*type*/) in acceptSamplerDeclarationDX9() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Public/
H A DShaderLang.h131 class TType; variable
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas959 procedure SetTokenTypeChannel(const TType, Channel: Integer);
2365 procedure SetTokenTypeChannel(const TType, Channel: Integer);
5004 procedure TCommonTokenStream.SetTokenTypeChannel(const TType, Channel: Integer);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp189 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugInfo.cpp288 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp5925 Type TType = DestTy; in lowerSelect() local