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.h21 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/
DDeclarePerVertexBlocks.h20 class TVariable; variable
DRewriteAtomicCounters.h20 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
DTypes.cpp762 TMap<const TVariable *, TString> *outputSymbolsToAPINames, in createSamplerSymbols()
DTypes.h26 class TVariable; variable
DIntermNode.h63 class TVariable; variable
/external/angle/third_party/vulkan-deps/glslang/src/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
DParseHelper.cpp298 void TParseContext::finalizeGlobalUniformBlockLayout(TVariable&) in finalizeGlobalUniformBlockLayout() argument
316 void TParseContext::finalizeAtomicCounterBlockLayout(TVariable&) in finalizeAtomicCounterBlockLayout() argument
Dlocalintermediate.h217 class TVariable; variable
/external/deqp-deps/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
DParseHelper.cpp298 void TParseContext::finalizeGlobalUniformBlockLayout(TVariable&) in finalizeGlobalUniformBlockLayout() argument
316 void TParseContext::finalizeAtomicCounterBlockLayout(TVariable&) in finalizeAtomicCounterBlockLayout() argument
Dlocalintermediate.h217 class TVariable; variable
/external/angle/src/compiler/translator/hlsl/
DOutputHLSL.h32 class TVariable; variable
DResourcesHLSL.cpp307 const TMap<const TVariable *, TString> &samplerInStructSymbolsToAPINames, in outputHLSLSamplerUniformGroup()