Lines Matching defs:input
59 const std::string input = "OpMemoryModel " + GetParam().addressing_name +
61 EXPECT_THAT(CompiledInstructions(input),
110 const std::string input = "OpEntryPoint " + GetParam().execution_name +
112 EXPECT_THAT(CompiledInstructions(input),
144 std::stringstream input;
145 input << "OpExecutionMode %1 " << std::get<1>(GetParam()).name();
147 input << " " << operand;
148 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())),
222 const std::string input = "OpCapability " + GetParam().name();
223 EXPECT_THAT(CompiledInstructions(input),