Lines Matching refs:controlSource
707 const string controlSource =
784 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr;
927 const string controlSource =
1034 programCollection.spirvAsmSources.add("tesc") << controlSource << buildOptionsSpr;
1298 ostringstream controlSource;
1301 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
1350 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions;
1355 ostringstream controlSource;
1358 controlSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
1412 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions;