Lines Matching defs:text
112 // Build the given SPIR-V program in |text|, take the first loop in the first
116 auto test_cannot_peel = [](const std::string& text, uint32_t loop_count_id) {
118 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
122 << text << std::endl;
143 const std::string text = R"(
185 test_cannot_peel(text, 0);
191 const std::string text = R"(
227 test_cannot_peel(text, 0);
233 const std::string text = R"(
280 test_cannot_peel(text, 22);
285 const std::string text = R"(
325 test_cannot_peel(text, 15);
330 const std::string text = R"(
370 test_cannot_peel(text, 15);
375 const std::string text = R"(
429 test_cannot_peel(text, 0);
443 const std::string text = R"(
484 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
488 << text << std::endl;
538 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
542 << text << std::endl;
594 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
598 << text << std::endl;
647 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
651 << text << std::endl;
708 const std::string text = R"(
756 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
760 << text << std::endl;
808 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
812 << text << std::endl;
870 const std::string text = R"(
909 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
913 << text << std::endl;
958 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
962 << text << std::endl;
1017 const std::string text = R"(
1081 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
1085 << text << std::endl;
1133 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
1137 << text << std::endl;