Lines Matching refs:str
107 std::string str = header + R"(
111 CompileSuccessfully(str.c_str());
117 std::string str = header + R"(
121 CompileSuccessfully(str.c_str());
127 std::string str = header + R"(
131 CompileSuccessfully(str.c_str());
136 std::string str = header + R"(
140 CompileSuccessfully(str.c_str());
145 std::string str = header + R"(
149 CompileSuccessfully(str.c_str());
154 std::string str = header + R"(
158 CompileSuccessfully(str.c_str());
164 std::string str = header + R"(
168 CompileSuccessfully(str.c_str());
174 std::string str = header_with_vec16_cap + R"(
178 CompileSuccessfully(str.c_str());
183 std::string str = header + R"(
187 CompileSuccessfully(str.c_str());
193 std::string str = header_with_vec16_cap + R"(
197 CompileSuccessfully(str.c_str());
202 std::string str = header + R"(
206 CompileSuccessfully(str.c_str());
212 std::string str = header_with_int8 + "%2 = OpTypeInt 8 0";
213 CompileSuccessfully(str.c_str());
218 std::string str = header + "%2 = OpTypeInt 8 1";
219 CompileSuccessfully(str.c_str());
225 std::string str = HeaderWith(
229 CompileSuccessfully(str.c_str());
234 std::string str = HeaderWith(
238 CompileSuccessfully(str.c_str());
243 std::string str = HeaderWith(
247 CompileSuccessfully(str.c_str());
252 std::string str = header_with_int16 + "%2 = OpTypeInt 16 1";
253 CompileSuccessfully(str.c_str());
258 std::string str = HeaderWith(
262 CompileSuccessfully(str.c_str());
267 std::string str =
270 CompileSuccessfully(str.c_str());
275 std::string str = HeaderWith(
279 CompileSuccessfully(str.c_str());
284 std::string str = HeaderWith(
288 CompileSuccessfully(str.c_str());
293 std::string str = R"(
299 CompileSuccessfully(str.c_str());
304 std::string str = header + "%2 = OpTypeInt 16 1";
305 CompileSuccessfully(str.c_str());
311 std::string str = header_with_int64 + "%2 = OpTypeInt 64 1";
312 CompileSuccessfully(str.c_str());
317 std::string str = header + "%2 = OpTypeInt 64 1";
318 CompileSuccessfully(str.c_str());
325 std::string str = header + "%2 = OpTypeInt 48 1";
326 CompileSuccessfully(str.c_str());
332 std::string str = header_with_float16 + "%2 = OpTypeFloat 16";
333 CompileSuccessfully(str.c_str());
338 std::string str = header_with_float16_buffer + "%2 = OpTypeFloat 16";
339 CompileSuccessfully(str.c_str());
344 std::string str = header + "%2 = OpTypeFloat 16";
345 CompileSuccessfully(str.c_str());
351 std::string str = header_with_float64 + "%2 = OpTypeFloat 64";
352 CompileSuccessfully(str.c_str());
357 std::string str = header + "%2 = OpTypeFloat 64";
358 CompileSuccessfully(str.c_str());
365 std::string str = header + "%2 = OpTypeFloat 48";
366 CompileSuccessfully(str.c_str());
372 std::string str = header + R"(
377 CompileSuccessfully(str.c_str());
382 std::string str = header + R"(
386 CompileSuccessfully(str.c_str());
393 std::string str = header + R"(
397 CompileSuccessfully(str.c_str());
404 std::string str = header + R"(
409 CompileSuccessfully(str.c_str());
416 std::string str = header + R"(
421 CompileSuccessfully(str.c_str());
428 std::string str = header + R"(
433 CompileSuccessfully(str.c_str());
441 std::string str = header + R"(
446 CompileSuccessfully(str.c_str());
454 std::string str = header + R"(
459 CompileSuccessfully(str.c_str());
464 std::string str = header + R"(
469 CompileSuccessfully(str.c_str());
474 std::string str = header + R"(
479 CompileSuccessfully(str.c_str());
484 std::string str = header + R"(
489 CompileSuccessfully(str.c_str());
497 std::string str = header + R"(
500 CompileSuccessfully(str.c_str());
505 std::string str = header + R"(
508 CompileSuccessfully(str.c_str());
513 std::string str = header + R"(
517 CompileSuccessfully(str.c_str());
522 std::string str = header + R"(
525 CompileSuccessfully(str.c_str());
533 std::string str = header + R"(
536 CompileSuccessfully(str.c_str());
544 std::string str = header_with_addresses + R"(
548 CompileSuccessfully(str.c_str());
555 std::string str = header_with_addresses + R"(
559 CompileSuccessfully(str.c_str());
567 std::string str = header_with_addresses + R"(
572 CompileSuccessfully(str.c_str());
579 std::string str = header_with_addresses + R"(
585 CompileSuccessfully(str.c_str());
593 std::string str = header_with_addresses + R"(
599 CompileSuccessfully(str.c_str());
606 std::string str = header_with_addresses + R"(
614 CompileSuccessfully(str.c_str());
621 std::string str = std::string(R"(
645 CompileSuccessfully(str.c_str());
654 std::string str = std::string(R"(
675 CompileSuccessfully(str.c_str());
688 std::string str = header + R"(
695 CompileSuccessfully(str.c_str());
703 std::string str = header + R"(
708 CompileSuccessfully(str.c_str());
717 std::string str = R"(
739 CompileSuccessfully(str.c_str(), SPV_ENV_VULKAN_1_1);
744 std::string str = R"(
766 CompileSuccessfully(str.c_str(), SPV_ENV_VULKAN_1_1);