Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DReduceInterfaceBlocks.cpp53 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre()
72 auto &structVar = CreateStructTypeVariable(mSymbolTable, structure); in visitDeclarationPre()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DAstHelpers.h22 const TVariable &CreateStructTypeVariable(TSymbolTable &symbolTable, const TStructure &structure);
H A DRewritePipelines.cpp170 &CreateStructTypeVariable(mSymbolTable, *machinery.modifiedStruct)}); in exec()
219 new TIntermDeclaration{&CreateStructTypeVariable(mSymbolTable, *extraStruct)}); in exec()
318 outDeclSeq.push_back(new TIntermDeclaration{&CreateStructTypeVariable(mSymbolTable, s)}); in createInternalPipelineStruct()
H A DAstHelpers.cpp18 const TVariable &sh::CreateStructTypeVariable(TSymbolTable &symbolTable, in CreateStructTypeVariable() function in sh