Home
last modified time | relevance | path

Searched refs:structDeclaration (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSeparateDeclarations.cpp134 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in separateDeclarator() local
135 structDeclaration->appendDeclarator(new TIntermSymbol(structVariable)); in separateDeclarator()
136 structDeclaration->setLine(declarator->getLine()); in separateDeclarator()
137 replacementDeclarations->push_back(structDeclaration); in separateDeclarator()
H A DSeparateStructFromUniformDeclarations.cpp75 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local
76 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()
79 newSequence.push_back(structDeclaration); in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DNameEmbeddedUniformStructsMetal.cpp78 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local
79 structDeclaration->appendDeclarator(structDeclarator); in doReplacement()
82 newSequence->push_back(structDeclaration); in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp1526 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in pruneUnusedFunctions() local
1527 structDeclaration->appendDeclarator(structSymbol); in pruneUnusedFunctions()
1530 structDeclaration->setLine(node->getLine()); in pruneUnusedFunctions()
1532 (*sequence)[writeIndex++] = structDeclaration; in pruneUnusedFunctions()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.h163 skstd::optional<dsl::DSLType> structDeclaration();
H A DSkSLDSLParser.cpp577 skstd::optional<DSLType> DSLParser::structDeclaration() { in structDeclaration() function in SkSL::DSLParser
626 /* structDeclaration ((IDENTIFIER varDeclarationEnd) | SEMICOLON) */
628 skstd::optional<DSLType> type = this->structDeclaration(); in structVarDeclaration()

Completed in 7 milliseconds