Lines Matching refs:evaluationSource
808 const string evaluationSource =
898 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr;
1050 const string evaluationSource =
1123 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr;
1299 ostringstream evaluationSource;
1315 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
1351 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions;
1356 ostringstream evaluationSource;
1398 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
1413 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions;