Home
last modified time | relevance | path

Searched defs:newSymbol (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp92 TIntermSymbol *newSymbol = new TIntermSymbol(newVar); in doReplacement() local
DRewriteStructSamplers.cpp614 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in extractSampler() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp94 TIntermSymbol *newSymbol = new TIntermSymbol(newVar); in doReplacement() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEmulateFragColorData.cpp84 TIntermSymbol *newSymbol = new TIntermSymbol(replacementVar); in visitSymbol() local
DDeclarePerVertexBlocks.cpp262 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in visitSymbol() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp766 auto *const newSymbol = traverseAnyAs<TIntermSymbol>(*symbol); in traverseGlobalQualifierDeclarationChildren() local
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp644 const TIntermSymbol* newSymbol; in mergeBlockDefinitions() member in glslang::TIntermediate::mergeBlockDefinitions::TMergeBlockTraverser
/third_party/typescript/src/compiler/
Dchecker.ts32971 const newSymbol = createSymbol(SymbolFlags.Alias, InternalSymbolName.Default); constant