Lines Matching refs:str
526 "%16 = OpConstant %12 " + electedValue.str() + "\n"
531 "%24 = OpConstant %12 " + unelectedValue.str() + "\n"
635 << "%16 = OpConstant %12 " << electedValue.str() << "\n"
640 << "%24 = OpConstant %12 " << unelectedValue.str() << "\n"
689 programCollection.spirvAsmSources.add("geometry") << geometry.str() << buildOptionsSpr;
848 "%24 = OpConstant %12 " + unelectedValue.str() + "\n"
975 "%36 = OpConstant %15 " + electedValue.str() + "\n"
978 "%44 = OpConstant %15 " + unelectedValue.str() + "\n"
1203 << bdy.str()
1209 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions;
1243 << bdy.str()
1251 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions;
1284 << bdy.str()
1294 programCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions;
1342 << bdy.str()
1350 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions;
1351 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions;
1390 << bdy.str()
1412 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions;
1413 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions;
1590 return body.str();
1635 const tcu::StringTemplate electTemplate(electTemplateStream.str());
1671 const tcu::StringTemplate nonElectTemplate(nonElectTemplateStream.str());