Lines Matching refs:OpSource
34 // Test OpSource
36 // A single test case for OpSource
47 // The list of OpSource cases to use.
69 const std::string input = std::string("OpSource ") +
74 Eq(MakeInstruction(spv::Op::OpSource, {GetParam().get_language_value(),
82 EXPECT_THAT(CompileFailure("OpSource xxyyzz 12345"),
88 const std::string input = "OpSource GLSL 450 %file_id";
91 Eq(MakeInstruction(spv::Op::OpSource,
98 "OpSource GLSL 450 %file_id \"" + fake_source + "\"";
100 Eq(MakeInstruction(spv::Op::OpSource,