Home
last modified time | relevance | path

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

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