Lines Matching defs:str
34 std::string str = R"(
53 return str;
57 std::string str = R"(
65 return str;
69 std::string str = GenerateShaderCode() + R"(
84 CompileSuccessfully(str);
89 std::string str = GenerateShaderCode() + R"(
92 CompileSuccessfully(str);
99 std::string str = GenerateShaderCode() + GetParam();
101 CompileSuccessfully(str);
123 std::string str = GenerateKernelCode() + R"(
127 CompileSuccessfully(str);
132 std::string str = GenerateKernelCode() + GetParam();
134 CompileSuccessfully(str);