Searched refs:lastStage (Results 1 – 4 of 4) sorted by relevance
506 int lastStage = nullValue; in getLastStage() local512 lastStage = de::max(lastStage, index); in getLastStage()515 if (lastStage == nullValue) in getLastStage()518 return s_shaderStageOrder[lastStage]; in getLastStage()
1272 const glu::ShaderType lastStage = getShaderMaskLastStage(stageBits); in isArrayedInterface() local1273 return lastStage == glu::SHADERTYPE_TESSELLATION_CONTROL; in isArrayedInterface()5305 const glu::ShaderType lastStage = getShaderMaskLastStage(presentShadersMask); in generateProgramOutputBlockContents() local5311 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 …]
3844 for (int stage = 1, lastStage = getMaxStageCount(); stage <= lastStage; in finalizeSchedule() local
4114 for (int stage = 1, lastStage = getMaxStageCount(); stage <= lastStage; in finalizeSchedule() local