Lines Matching defs:input
477 std::string input, expectedOutput;
479 tryLoadFile(inputFname, "input", &input);
487 GlslangResult result = compileAndLink(testName, input, entryPointName, controls, clientTargetVersion,
511 std::string input, expectedOutput;
513 tryLoadFile(inputFname, "input", &input);
518 GlslangResult result = compileAndLink(testName, input, entryPointName, controls, clientTargetVersion,
538 std::string input, expectedOutput;
540 tryLoadFile(inputFname, "input", &input);
544 GlslangResult result = compileAndLink(testName, input, entryPointName, controls,
572 std::string input, expectedOutput;
574 tryLoadFile(inputFname, "input", &input);
578 GlslangResult result = compileLinkIoMap(testName, input, entryPointName, controls,
603 std::string input, expectedOutput;
605 tryLoadFile(inputFname, "input", &input);
609 GlslangResult result = compileLinkRemap(testName, input, entryPointName, controls, remapOptions);
629 std::vector<std::uint32_t> input;
632 tryLoadSpvFile(inputFname, "input", input);
636 GlslangResult result = remap(testName, input, controls, remapOptions);
681 std::string input, expectedOutput, expectedError;
683 tryLoadFile(inputFname, "input", &input);
689 std::tie(ppOk, output, error) = preprocess(input);
708 std::string input, expectedOutput;
710 tryLoadFile(inputFname, "input", &input);
714 GlslangResult result = compileAndLink(testName, input, entryPointName, controls,