Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp506 int lastStage = nullValue; in getLastStage() local
512 lastStage = de::max(lastStage, index); in getLastStage()
515 if (lastStage == nullValue) in getLastStage()
518 return s_shaderStageOrder[lastStage]; in getLastStage()
Des31fProgramInterfaceQueryTests.cpp1272 const glu::ShaderType lastStage = getShaderMaskLastStage(stageBits); in isArrayedInterface() local
1273 return lastStage == glu::SHADERTYPE_TESSELLATION_CONTROL; in isArrayedInterface()
5305 const glu::ShaderType lastStage = getShaderMaskLastStage(presentShadersMask); in generateProgramOutputBlockContents() local
5311 if (lastStage == glu::SHADERTYPE_VERTEX || in generateProgramOutputBlockContents()
5312 lastStage == glu::SHADERTYPE_GEOMETRY || in generateProgramOutputBlockContents()
5313 lastStage == glu::SHADERTYPE_TESSELLATION_EVALUATION || in generateProgramOutputBlockContents()
5334 else if (lastStage == glu::SHADERTYPE_FRAGMENT) in generateProgramOutputBlockContents()
5348 else if (lastStage == glu::SHADERTYPE_TESSELLATION_CONTROL) in generateProgramOutputBlockContents()
5380 else if (lastStage == glu::SHADERTYPE_COMPUTE) in generateProgramOutputBlockContents()
5582 const glu::ShaderType lastStage = getShaderMaskLastStage(presentShadersMask); in generateProgramOutputLocationBlockContents() local
[all …]
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp3844 for (int stage = 1, lastStage = getMaxStageCount(); stage <= lastStage; in finalizeSchedule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp4114 for (int stage = 1, lastStage = getMaxStageCount(); stage <= lastStage; in finalizeSchedule() local