Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp92 TIntermSymbol *newSymbol = new TIntermSymbol(newVar); in doReplacement() local
DDeclarePerVertexBlocks.cpp275 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in visitSymbol() local
DRewriteStructSamplers.cpp589 TIntermSymbol *newSymbol = new TIntermSymbol(newVariable); in extractSampler() local
/external/angle/src/compiler/translator/tree_ops/spirv/
DEmulateFragColorData.cpp96 TIntermSymbol *newSymbol = new TIntermSymbol(replacementVar); in visitSymbol() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DCharsToNameCanonicalizer.java487 String newSymbol = new String(buffer, start, len); in _addSymbol() local
/external/angle/src/compiler/translator/
DIntermRebuild.cpp765 auto *const newSymbol = traverseAnyAs<TIntermSymbol>(*symbol); in traverseGlobalQualifierDeclarationChildren() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp789 const TIntermSymbol* newSymbol; in mergeBlockDefinitions() member in glslang::TIntermediate::mergeBlockDefinitions::TMergeBlockTraverser
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DlinkValidate.cpp764 const TIntermSymbol* newSymbol; in mergeBlockDefinitions() member in glslang::TIntermediate::mergeBlockDefinitions::TMergeBlockTraverser
/external/pytorch/aten/src/ATen/core/
Djit_type.h349 static ShapeSymbol newSymbol() { in newSymbol() function