Home
last modified time | relevance | path

Searched defs:symbolType (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.cpp36 SymbolType symbolType, in TSymbol()
81 SymbolType symbolType, in TVariable()
94 SymbolType symbolType) in TStructure()
138 SymbolType symbolType, in TInterfaceBlock()
160 SymbolType symbolType, in TFunction()
DSymbol.h50 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
56 SymbolType symbolType, in TSymbol()
98 SymbolType symbolType, in TVariable()
DTypes.h34 TField(TType *type, const ImmutableString &name, const TSourceLoc &line, SymbolType symbolType) in TField()
46 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp680 SymbolType symbolType, in extractSampler()