Lines Matching defs:output
94 // on successful output.
147 // In order to output the message we want under proper circumstances,
152 "flushing expected result output.\n")
157 // Update the expected output file if requested.
168 std::string output;
443 outputIfNotEmpty(shaderResult.output);
480 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
491 // Generate the hybrid output in the way of glslang.
514 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
521 // Generate the hybrid output in the way of glslang.
541 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
547 // Generate the hybrid output in the way of glslang.
575 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
584 // Generate the hybrid output in the way of glslang.
606 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
611 // Generate the hybrid output in the way of glslang.
633 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
638 // Generate the hybrid output in the way of glslang.
684 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
688 std::string output, error;
689 std::tie(ppOk, output, error) = preprocess(input);
690 if (!output.empty()) output += '\n';
693 checkEqAndUpdateIfRequested(expectedOutput, output,
711 tryLoadFile(expectedOutputFname, "expected output", &expectedOutput);
718 // Generate the hybrid output in the way of glslang.