Home
last modified time | relevance | path

Searched refs:CreateStructTypeVariable (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/msl/
DReduceInterfaceBlocks.cpp53 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre()
72 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre()
/external/angle/src/compiler/translator/msl/
DAstHelpers.h32 const TVariable &CreateStructTypeVariable(TSymbolTable &symbolTable, const TStructure &structure);
DRewritePipelines.cpp166 &CreateStructTypeVariable(mSymbolTable, *machinery.modifiedStruct)}); in exec()
293 outDeclSeq.push_back(new TIntermDeclaration{&CreateStructTypeVariable(mSymbolTable, s)}); in createInternalPipelineStruct()
DAstHelpers.cpp39 const TVariable &sh::CreateStructTypeVariable(TSymbolTable &symbolTable, in CreateStructTypeVariable() function in sh