Lines Matching refs:std

33 std::string GenerateShaderCode(
34 const std::string& body,
35 const std::string& capabilities_and_extensions = "",
36 const std::string& execution_model = "Fragment") {
37 std::ostringstream ss;
111 std::string GetHeaderForTestsFromValId() {
177 const std::string body = R"(
186 const std::string body = R"(
197 const std::string body = R"(
208 const std::string body = R"(
220 const std::string body = R"(
231 const std::string body = R"(
240 const std::string body = R"(
251 const std::string body = R"(
262 const std::string body = R"(
274 const std::string body = R"(
285 const std::string body = R"(
296 const std::string body = R"(
308 const std::string body = R"(
319 const std::string body = R"(
331 const std::string body = R"(
344 const std::string body = R"(
357 const std::string body = R"(
370 const std::string body = R"(
383 const std::string body = R"(
393 const std::string body = R"(
406 const std::string body = R"(
419 const std::string body = R"(
432 const std::string body = R"(
441 const std::string body = R"(
454 const std::string body = R"(
467 const std::string body = R"(
480 const std::string body = R"(
489 const std::string body = R"(
502 const std::string body = R"(
515 const std::string body = R"(
527 const std::string body = R"(
537 const std::string body = R"(
548 const std::string body = R"(
560 const std::string body = R"(
570 const std::string body = R"(
581 const std::string body = R"(
594 const std::string body = R"(
606 const std::string body = R"(
618 const std::string body = R"(
630 const std::string body = R"(
658 const std::string body = R"(
669 const std::string body = R"(
681 const std::string body = R"(
693 const std::string body = R"(
705 const std::string body = R"(
717 const std::string body = R"(
730 const std::string body = R"(
744 const std::string body = R"(
757 const std::string body = R"(
770 const std::string body = R"(
782 const std::string body = R"(
797 const std::string body = R"(
811 const std::string body = R"(
825 const std::string body = R"(
839 const std::string body = R"(
854 const std::string body = R"(
882 const std::string body = R"(
894 const std::string body = R"(
906 const std::string body = R"(
918 const std::string body = R"(
930 const std::string body = R"(
942 const std::string body = R"(
955 const std::string body = R"(
969 const std::string body = R"(
982 const std::string body = R"(
995 const std::string body = R"(
1009 const std::string body = R"(
1023 const std::string body = R"(
1037 const std::string body = R"(
1051 const std::string body = R"(
1069 std::string header = GetHeaderForTestsFromValId();
1071 std::ostringstream spirv;
1072 spirv << header << std::endl;
1092 spirv << "%deep = OpLoad %s_depth_" << depth << " %deep_var" << std::endl;
1097 spirv << std::endl;
1103 spirv << std::endl;
1116 std::ostringstream spirv;
1117 spirv << GetHeaderForTestsFromValId() << std::endl;
1118 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1136 std::ostringstream spirv;
1137 spirv << GetHeaderForTestsFromValId() << std::endl;
1138 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1156 std::ostringstream spirv;
1157 spirv << GetHeaderForTestsFromValId() << std::endl;
1158 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1159 spirv << "%float_entry = OpCompositeExtract %float %matrix 0 1" << std::endl;
1161 << std::endl;
1172 std::ostringstream spirv;
1173 spirv << GetHeaderForTestsFromValId() << std::endl;
1174 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1175 spirv << "%float_entry = OpCompositeExtract %mat4x3 %matrix" << std::endl;
1188 std::ostringstream spirv;
1189 spirv << GetHeaderForTestsFromValId() << std::endl;
1190 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1191 spirv << "%float_entry = OpCompositeExtract %float %matrix" << std::endl;
1205 std::ostringstream spirv;
1206 spirv << GetHeaderForTestsFromValId() << std::endl;
1207 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1208 spirv << "%matrix_2 = OpLoad %mat4x3 %my_matrix" << std::endl;
1224 std::ostringstream spirv;
1225 spirv << GetHeaderForTestsFromValId() << std::endl;
1226 spirv << "%matrix = OpLoad %mat4x3 %my_matrix" << std::endl;
1247 std::ostringstream spirv;
1279 std::ostringstream spirv;
1302 std::ostringstream spirv;
1328 std::ostringstream spirv;
1354 std::ostringstream spirv;
1373 std::ostringstream spirv;
1392 std::ostringstream spirv;
1413 std::string spirv = R"(
1437 std::string spirv = R"(
1466 std::string spirv = R"(
1489 const std::string body = R"(
1527 const std::string body = R"(
1564 const std::string body = R"(
1605 const std::string body = R"(
1644 const std::string spirv = R"(
1668 const std::string spirv = R"(
1690 const std::string spirv = R"(
1711 const std::string spirv = R"(
1738 const std::string spirv = R"(
1765 const std::string spirv = R"(
1792 const std::string spirv = R"(
1817 const std::string spirv = R"(
1845 const std::string spirv = R"(
1870 using ValidateSmallComposites = spvtest::ValidateBase<std::string>;
1945 std::string type = GetParam();
1947 std::string inst =
1958 std::string type = GetParam();
1960 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" +
1971 std::string type = GetParam();
1973 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type +
1984 std::string type = GetParam();
1986 std::string inst = "%inst = OpCompositeConstruct %" + type + "2 %ld_" + type +
1998 std::string type = GetParam();
2000 std::string inst =
2012 std::string type = GetParam();
2014 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type +
2026 std::string type = GetParam();
2028 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\n";
2038 const std::string spirv = R"(
2076 const std::string spirv = R"(
2078 %1 = OpExtInstImport "GLSL.std.450"