Lines Matching defs:program
1295 // in the same program and link them together, making at most one linked module per
1319 glslang::TProgram& program = *new glslang::TProgram;
1460 program.addShader(shader);
1477 if (!(Options & EOptionOutputPreprocessed) && !program.link(messages))
1482 if (!program.mapIO())
1488 PutsIfNonEmpty(program.getInfoLog());
1489 PutsIfNonEmpty(program.getInfoDebugLog());
1494 program.buildReflection(ReflectOptions);
1495 program.dumpReflection();
1511 if (auto* i = program.getIntermediate((EShLanguage)stage)) {
1573 // Free everything up, program has to go before the shaders
1577 delete &program;
1590 // the same program linked together.
2045 " in the program, when using -R option.\n"