Lines Matching refs:str
69 "%str = OpString \"Test String\"",
71 "OpSource GLSL 450 %str \"uniform vec3 var = vec3(4.0);\"",
94 "OpLine %str 3 4",
166 [=](const std::string& str) {
167 return std::string::npos == str.find(substr);
197 // printf("code: \n%s\n", ss.str().c_str());
198 CompileSuccessfully(ss.str(), env);
206 << "\nCode: \n" << ss.str();
211 std::string str = R"(
219 CompileSuccessfully(str);
228 char str[] = R"(OpCapability Linkage)";
229 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
237 char str[] = R"(
244 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
252 char str[] = R"(
271 CompileSuccessfully(str);
282 char str[] = R"(
299 CompileSuccessfully(str);
307 char str[] = R"(
327 CompileSuccessfully(str);
335 std::string str = R"(
349 CompileSuccessfully(str);
354 std::string str = R"(
368 CompileSuccessfully(str);
526 char str[] = R"(
535 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
545 char str[] = R"(
554 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
560 char str[] = R"(
570 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
580 char str[] = R"(
589 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
599 char str[] = R"(
608 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
616 char str[] = R"(
629 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
638 char str[] = R"(
651 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
662 std::string str = R"(
679 CompileSuccessfully(str);
684 std::string str = R"(
701 CompileSuccessfully(str);
711 std::string str = R"(
727 CompileSuccessfully(str);
736 std::string str = R"(
745 CompileSuccessfully(str);