Home
last modified time | relevance | path

Searched defs:TVariable (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceArrayOfMatrixVarying.h21 class TVariable; variable
DReplaceVariable.h21 class TVariable; variable
DIntermNode_util.h19 class TVariable; variable
DSpecializationConstant.h19 class TVariable; variable
DBuiltIn_ESSL_autogen.h20 class TVariable; variable
DBuiltIn_complete_autogen.h20 class TVariable; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.h20 class TVariable; variable
DRewriteDfdy.h28 class TVariable; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.cpp96 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() function in sh::TVariable
109 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() function in sh::TVariable
132 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
DSymbol.h132 constexpr TVariable(const TSymbolUniqueId &id, in TVariable() function
147 constexpr TVariable(const TSymbolUniqueId &id, in TVariable() function
DOutputHLSL.h32 class TVariable; variable
DTypes.cpp756 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
DTypes.h26 class TVariable; variable
DResourcesHLSL.cpp295 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames, in outputHLSLSamplerUniformGroup()
DIntermNode.h63 class TVariable; variable
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h239 virtual void finalizeGlobalUniformBlockLayout(TVariable&) {} in finalizeGlobalUniformBlockLayout() argument
249 virtual void finalizeAtomicCounterBlockLayout(TVariable&) {} in finalizeAtomicCounterBlockLayout() argument
DSymbolTable.cpp350 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() function in glslang::TVariable
DSymbolTable.h78 class TVariable; variable
Dlocalintermediate.h216 class TVariable; variable
DParseHelper.cpp290 void TParseContext::finalizeGlobalUniformBlockLayout(TVariable&) in finalizeGlobalUniformBlockLayout() argument
308 void TParseContext::finalizeAtomicCounterBlockLayout(TVariable&) in finalizeAtomicCounterBlockLayout() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp67 const std::map<const TVariable *, const TIntermTyped *> &replacementMap) in ReplaceVariableTraverser()
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h414 using TVariable = TypedCodeAssemblerVariable<T>; variable
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc23 using TVariable = compiler::TypedCodeAssemblerVariable<T>; typedef