Lines Matching defs:text
35 void DoRoundTripCheck(const std::string& text) {
38 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text);
39 ASSERT_NE(nullptr, context) << "Failed to assemble\n" << text;
46 EXPECT_EQ(text, disassembled_text);
153 const std::string text =
221 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
257 const std::string text = R"(OpCapability Shader
277 ASSERT_TRUE(t.Assemble(text, &binary,
305 const std::string text = R"(OpCapability Shader
326 ASSERT_TRUE(t.Assemble(text, &binary,
822 const std::string text = R"(OpCapability Shader
976 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text);
984 EXPECT_EQ(text, disassembled_text);
1002 const std::string text = R"(OpCapability Shader
1161 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text);
1169 EXPECT_EQ(text, disassembled_text);
1281 const std::string text =
1297 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text);
1312 EXPECT_EQ(text, disassembled_text);
1462 const std::string text =
1517 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text);