Lines Matching defs:dst
64 const std::string dst = R"(OpCapability Shader
96 DoStringDiffTest(src, dst, diff, options);
113 const std::string dst = R"(OpCapability Shader
140 DoStringDiffTest(src, dst, diff, options);
189 // Load the src and dst modules
193 std::unique_ptr<spvtools::opt::IRContext> dst = Assemble(dst_spirv);
194 ASSERT_TRUE(dst);
208 dst->module()->IdBound(),
209 dst->module()->schema(),
213 dst->module()->SetHeader(dst_header);
219 spvtools::diff::Diff(src.get(), dst.get(), diff_result, options);