Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DReplaceArrayOfMatrixVarying.h21 class TVariable; variable
DReplaceVariable.h28 class TVariable; variable
DSpecializationConstant.h19 class TVariable; variable
DIntermNode_util.h19 class TVariable; variable
DBuiltIn_ESSL_autogen.h20 class TVariable; variable
DBuiltIn_complete_autogen.h20 class TVariable; variable
/external/angle/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.h20 class TVariable; variable
DRewriteDfdy.h28 class TVariable; variable
/external/angle/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.cpp749 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
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.h235 virtual void finalizeGlobalUniformBlockLayout(TVariable&) {} in finalizeGlobalUniformBlockLayout() argument
244 virtual void finalizeAtomicCounterBlockLayout(TVariable&) {} in finalizeAtomicCounterBlockLayout() argument
DSymbolTable.cpp343 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() function in glslang::TVariable
DSymbolTable.h78 class TVariable; variable
Dlocalintermediate.h217 class TVariable; variable
DParseHelper.cpp302 void TParseContext::finalizeGlobalUniformBlockLayout(TVariable&) in finalizeGlobalUniformBlockLayout() argument
320 void TParseContext::finalizeAtomicCounterBlockLayout(TVariable&) in finalizeAtomicCounterBlockLayout() argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp342 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() function in glslang::TVariable
DParseHelper.h233 virtual void finalizeGlobalUniformBlockLayout(TVariable&) { } in finalizeGlobalUniformBlockLayout() argument
DSymbolTable.h78 class TVariable; variable
Dlocalintermediate.h217 class TVariable; variable
/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp82 const std::map<const TVariable *, const TIntermTyped *> &replacementMap) in ReplaceVariableTraverser()