Lines Matching defs:body
32 const std::string& body,
80 ss << body;
90 const std::string body = R"(
103 CompileSuccessfully(GenerateShaderCode(body).c_str());
108 const std::string body = R"(
121 CompileSuccessfully(GenerateShaderCode(body).c_str());
126 const std::string body = R"(
131 CompileSuccessfully(GenerateShaderCode(body).c_str());
138 const std::string body = R"(
143 CompileSuccessfully(GenerateShaderCode(body).c_str());
151 const std::string body = R"(
156 CompileSuccessfully(GenerateShaderCode(body, "", "Vertex").c_str());
192 const std::string body = "%val = " + op + " %f16 %f16_0\n";
195 GenerateShaderCode(body, "OpCapability Float16\n").c_str());
203 const std::string body = "%val = " + op + " %f16vec4 %f16vec4_0\n";
206 GenerateShaderCode(body, "OpCapability Float16\n").c_str());