Lines Matching refs:original
104 const SpirvVector original = CompiledInstructions("%1 = OpTypeInt 8 1");
105 EXPECT_EQ(original, CompiledInstructions("!0x00040015 1 8 1"));
106 EXPECT_EQ(original, CompiledInstructions("!0x00040015 !1 8 1"));
168 const SpirvVector original =
170 EXPECT_EQ(original,
173 EXPECT_EQ(original,
178 EXPECT_EQ(original, CompiledInstructions("!" + std::to_string(firstWord) +
194 const SpirvVector original = CompiledInstructions("%a = OpTypeMatrix %b 7");
195 EXPECT_EQ(original, CompiledInstructions("%a = OpTypeMatrix !2 !7"));
196 EXPECT_EQ(original, CompiledInstructions("!0x00040018 %a !2 !7"));
213 const SpirvVector original = CompileSuccessfully(R"(
221 EXPECT_EQ(original, alternate);
225 const SpirvVector original = CompileSuccessfully(R"(
234 EXPECT_EQ(Subvector(original, kFirstInstruction + 1),
240 const SpirvVector original = CompileSuccessfully(R"(
248 EXPECT_EQ(original, alternate);
253 const SpirvVector original = CompileSuccessfully(R"(
263 EXPECT_EQ(original, alternate);