Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DRewritePipelines.cpp55 PipelineScoped<TStructure> pipelineStruct; member
61 if (pipelineStruct.isTotallyEmpty()) in isEmpty()
68 ASSERT(pipelineStruct.isTotallyFull()); in isEmpty()
130 const TStructure &pipelineStruct = [&]() -> const TStructure & { in exec() local
148 mCompiler, mSymbolEnv, mIdGen, mPipeline.externalStructModifyConfig(), pipelineStruct, in exec()
190 mInfo.pipelineStruct.internal = &pipelineStruct; in exec()
191 mInfo.pipelineStruct.external = in exec()
192 modified ? machinery.modifiedStruct : &pipelineStruct; in exec()
198 mInfo.pipelineStruct.internal = &pipelineStruct; in exec()
199 mInfo.pipelineStruct.external = &pipelineStruct; in exec()
[all …]