Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp184 const PipelineStructs &mPipelineStructs; member in __anon16f098020111::GenMetalTraverser
222 mPipelineStructs(pipelineStructs), in GenMetalTraverser()
1028 if (mPipelineStructs.fragmentIn.external == &parent) in emitFieldDeclaration()
1039 if (mPipelineStructs.fragmentOut.external == &parent) in emitFieldDeclaration()
1186 const bool hasAttributeIndices = mPipelineStructs.vertexIn.external == &structure; in emitStructDeclaration()
1187 const bool hasUniformBufferIndicies = mPipelineStructs.uniformBuffers.external == &structure; in emitStructDeclaration()
1193 BuildExternalAttributeIndexMap(mCompiler, mPipelineStructs.vertexIn); in emitStructDeclaration()
1234 if (!mPipelineStructs.matches(structure, true, true)) in emitStructDeclaration()
1742 if (mPipelineStructs.fragmentOut.matches(*structure)) in emitFunctionReturn()
1746 else if (mPipelineStructs.vertexOut.matches(*structure)) in emitFunctionReturn()
[all …]