Home
last modified time | relevance | path

Searched defs:TIntermTyped (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateGlobalInitializer.h13 class TIntermTyped; variable
H A Dutil.h30 class TIntermTyped; variable
H A DIntermNode.cpp1131 TIntermTyped::TIntermTyped() : mIsPrecise(false) {} in TIntermTyped() function in sh::TIntermTyped
1132 TIntermTyped::TIntermTyped(const TIntermTyped &node) : TIntermTyped() in TIntermTyped() function in sh::TIntermTyped
H A DIntermNode.h53 class TIntermTyped; variable
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DReplaceClipCullDistanceVariable.h23 class TIntermTyped; variable
H A DRewriteSampleMaskVariable.h21 class TIntermTyped; variable
H A DReplaceVariable.h20 class TIntermTyped; variable
H A DSpecializationConstant.h17 class TIntermTyped; variable
H A DDriverUniform.h22 class TIntermTyped; variable
H A DReplaceClipCullDistanceVariable.cpp205 const TIntermTyped * /*enableFlags*/) in simpleAssignFunc()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.h18 class TIntermTyped; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DSpirvIntrinsics.h46 class TIntermTyped; variable
H A Darrays.h51 class TIntermTyped; variable
H A Dintermediate.h977 class TIntermTyped; variable
1045 TIntermTyped(const TType& t) { type.shallowCopy(t); } in TIntermTyped() function
1046 TIntermTyped(TBasicType basicType) { TType bt(basicType); type.shallowCopy(bt); } in TIntermTyped() function
1201 : TIntermTyped(t), id(i), flattenSubset(-1), stage(s), constSubtree(nullptr) { in TIntermTyped() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DSpirvIntrinsics.h46 class TIntermTyped; variable
Darrays.h51 class TIntermTyped; variable
Dintermediate.h1130 class TIntermTyped; variable
1198 TIntermTyped(const TType& t) { type.shallowCopy(t); } in TIntermTyped() function
1199 TIntermTyped(TBasicType basicType) { TType bt(basicType); type.shallowCopy(bt); } in TIntermTyped() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp3843 …(const TSourceLoc& loc, const TType& type, const TString& identifier, TIntermTyped* /*initializer*… in samplerCheck() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DParseHelper.cpp4096 …(const TSourceLoc& loc, const TType& type, const TString& identifier, TIntermTyped* /*initializer*… in samplerCheck() argument