Lines Matching defs:text
44 const std::string text = R"(
92 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
96 << text << std::endl;
124 const std::string text = R"(
189 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
193 << text << std::endl;
224 const std::string text = R"(; SPIR-V
287 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
291 << text << std::endl;
310 const std::string text = R"(OpCapability Shader
363 BuildModule(SPV_ENV_UNIVERSAL_1_1, nullptr, text,
367 << text << std::endl;
382 const std::string text = R"(
407 BuildModule(SPV_ENV_UNIVERSAL_1_3, nullptr, text,
411 << text << std::endl;