Home
last modified time | relevance | path

Searched refs:pipelineStructs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DEmitMetal.h24 const PipelineStructs &pipelineStructs,
H A DEmitMetal.cpp85 const PipelineStructs &pipelineStructs,
218 const PipelineStructs &pipelineStructs, in GenMetalTraverser() argument
224 mPipelineStructs(pipelineStructs), in GenMetalTraverser()
2723 const PipelineStructs &pipelineStructs, in EmitMetal() argument
2783 GenMetalTraverser gen(compiler, outWrapper, idGen, pipelineStructs, symbolEnv, in EmitMetal()
H A DTranslatorMSL.cpp1437 PipelineStructs pipelineStructs; in translateImpl() local
1439 *driverUniforms, symbolEnv, pipelineStructs)) in translateImpl()
1474 if (!EmitMetal(*this, *root, idGen, pipelineStructs, symbolEnv, ppc, compileOptions)) in translateImpl()