Lines Matching refs:std
47 const std::string text = R"(
49 %1 = OpExtInstImport "GLSL.std.450"
99 const std::string output = R"(OpCapability Shader
100 %1 = OpExtInstImport "GLSL.std.450"
184 std::unique_ptr<IRContext> context =
189 << text << std::endl;
212 const std::string text = R"(
214 %1 = OpExtInstImport "GLSL.std.450"
368 std::unique_ptr<IRContext> context =
373 << text << std::endl;
383 const std::string text = R"(
386 %1 = OpExtInstImport "GLSL.std.450"
546 std::unique_ptr<IRContext> context =
551 << text << std::endl;
592 const std::string text = R"(
594 %1 = OpExtInstImport "GLSL.std.450"
644 const std::string output = R"(OpCapability Shader
645 %1 = OpExtInstImport "GLSL.std.450"
707 std::unique_ptr<IRContext> context =
712 << text << std::endl;
732 const std::string text = R"(
734 %1 = OpExtInstImport "GLSL.std.450"
784 const std::string output = R"(OpCapability Shader
785 %1 = OpExtInstImport "GLSL.std.450"
878 std::unique_ptr<IRContext> context =
883 << text << std::endl;
905 const std::string text = R"(
907 %1 = OpExtInstImport "GLSL.std.450"
956 std::unique_ptr<IRContext> context =
961 << text << std::endl;
998 const std::string text = R"(
1000 %1 = OpExtInstImport "GLSL.std.450"
1050 std::unique_ptr<IRContext> context =
1055 << text << std::endl;
1096 const std::string text = R"(
1098 %1 = OpExtInstImport "GLSL.std.450"
1164 const std::string output = R"(OpCapability Shader
1165 %1 = OpExtInstImport "GLSL.std.450"
1319 std::unique_ptr<IRContext> context =
1324 << text << std::endl;
1342 const std::string text = R"(
1344 %1 = OpExtInstImport "GLSL.std.450"
1388 const std::string expected = R"(OpCapability Shader
1389 %1 = OpExtInstImport "GLSL.std.450"
1444 std::unique_ptr<IRContext> context =
1449 << text << std::endl;
1492 const std::string text = R"(
1494 %1 = OpExtInstImport "GLSL.std.450"
1538 const std::string expected = R"(OpCapability Shader
1539 %1 = OpExtInstImport "GLSL.std.450"
1616 std::unique_ptr<IRContext> context =
1621 << text << std::endl;
1665 const std::string text = R"(
1667 %1 = OpExtInstImport "GLSL.std.450"
1734 std::unique_ptr<IRContext> context =
1739 << text << std::endl;
1778 std::unique_ptr<IRContext> context =
1783 << text << std::endl;
1828 const std::string text = R"(
1830 %1 = OpExtInstImport "GLSL.std.450"
1875 const std::string output = R"(OpCapability Shader
1876 %1 = OpExtInstImport "GLSL.std.450"
1945 std::unique_ptr<IRContext> context =
1950 << text << std::endl;
1969 const std::string text = R"(
1971 %1 = OpExtInstImport "GLSL.std.450"
2016 const std::string output = R"(OpCapability Shader
2017 %1 = OpExtInstImport "GLSL.std.450"
2086 std::unique_ptr<IRContext> context =
2091 << text << std::endl;
2110 const std::string text = R"(OpCapability Shader
2111 %1 = OpExtInstImport "GLSL.std.450"
2156 const std::string output = R"(OpCapability Shader
2157 %1 = OpExtInstImport "GLSL.std.450"
2226 std::unique_ptr<IRContext> context =
2231 << text << std::endl;
2250 const std::string text = R"(OpCapability Shader
2251 %1 = OpExtInstImport "GLSL.std.450"
2296 const std::string output = R"(OpCapability Shader
2297 %1 = OpExtInstImport "GLSL.std.450"
2379 std::unique_ptr<IRContext> context =
2384 << text << std::endl;
2392 static const std::string multiple_phi_shader = R"(
2394 %1 = OpExtInstImport "GLSL.std.450"
2443 const std::string output = R"(OpCapability Shader
2444 %1 = OpExtInstImport "GLSL.std.450"
2555 std::unique_ptr<IRContext> context =
2560 << multiple_phi_shader << std::endl;
2569 const std::string output = R"(OpCapability Shader
2570 %1 = OpExtInstImport "GLSL.std.450"
2631 std::unique_ptr<IRContext> context =
2636 << multiple_phi_shader << std::endl;
2645 const std::string output = R"(OpCapability Shader
2646 %1 = OpExtInstImport "GLSL.std.450"
2755 std::unique_ptr<IRContext> context =
2760 << multiple_phi_shader << std::endl;
2782 const std::string text = R"(
2784 %1 = OpExtInstImport "GLSL.std.450"
2836 const std::string output = R"(OpCapability Shader
2837 %1 = OpExtInstImport "GLSL.std.450"
2916 std::unique_ptr<IRContext> context =
2921 << text << std::endl;
2929 const std::string condition_in_header = R"(
2968 const std::string output = R"(OpCapability Shader
3025 std::unique_ptr<IRContext> context =
3030 << condition_in_header << std::endl;
3038 const std::string output = R"(OpCapability Shader
3105 std::unique_ptr<IRContext> context =
3110 << condition_in_header << std::endl;
3130 const std::string text = R"(OpCapability Shader
3131 %1 = OpExtInstImport "GLSL.std.450"
3182 const std::string expected = R"(OpCapability Shader
3183 %1 = OpExtInstImport "GLSL.std.450"
3294 std::unique_ptr<IRContext> context =
3304 << text << std::endl;
3320 const std::string text = R"(
3327 %1 = OpExtInstImport "GLSL.std.450"
3366 const std::string text = R"(
3435 const std::string shader = R"(
3437 %1 = OpExtInstImport "GLSL.std.450"
3468 const std::string output = R"(OpCapability Shader
3469 %1 = OpExtInstImport "GLSL.std.450"
3502 << shader << std::endl;
3509 const std::string shader = R"(
3511 %1 = OpExtInstImport "GLSL.std.450"
3542 const std::string output = R"(OpCapability Shader
3543 %1 = OpExtInstImport "GLSL.std.450"
3576 << shader << std::endl;
3583 const std::string text = R"(
3585 %1 = OpExtInstImport "GLSL.std.450"
3636 std::unique_ptr<IRContext> context =
3641 << text << std::endl;
3650 const std::string text = R"(
3652 %1 = OpExtInstImport "GLSL.std.450"
3708 std::unique_ptr<IRContext> context =
3713 << text << std::endl;
3723 const std::string text = R"(
3725 %1 = OpExtInstImport "GLSL.std.450"
3779 std::unique_ptr<IRContext> context =
3784 << text << std::endl;
3794 const std::string text = R"(OpCapability Shader
3795 %1 = OpExtInstImport "GLSL.std.450"