Lines Matching refs:std
31 using ValidateData = spvtest::ValidateBase<std::pair<std::string, bool>>;
33 std::string HeaderWith(std::string cap) {
34 return std::string("OpCapability Shader OpCapability Linkage OpCapability ") +
38 std::string header = R"(
43 std::string header_with_addresses = R"(
50 std::string header_with_vec16_cap = R"(
56 std::string header_with_int8 = R"(
62 std::string header_with_int16 = R"(
68 std::string header_with_int64 = R"(
74 std::string header_with_float16 = R"(
80 std::string header_with_float16_buffer = R"(
86 std::string header_with_float64 = R"(
93 std::string invalid_comp_error = "Illegal number of components";
94 std::string missing_cap_error = "requires the Vector16 capability";
95 std::string missing_int8_cap_error = "requires the Int8 capability";
96 std::string missing_int16_cap_error =
99 std::string missing_int64_cap_error = "requires the Int64 capability";
100 std::string missing_float16_cap_error =
103 std::string missing_float64_cap_error = "requires the Float64 capability";
104 std::string invalid_num_bits_error = "Invalid number of bits";
107 std::string str = header + R"(
117 std::string str = header + R"(
127 std::string str = header + R"(
136 std::string str = header + R"(
145 std::string str = header + R"(
154 std::string str = header + R"(
164 std::string str = header + R"(
174 std::string str = header_with_vec16_cap + R"(
183 std::string str = header + R"(
193 std::string str = header_with_vec16_cap + R"(
202 std::string str = header + R"(
212 std::string str = header_with_int8 + "%2 = OpTypeInt 8 0";
218 std::string str = header + "%2 = OpTypeInt 8 1";
225 std::string str = HeaderWith(
234 std::string str = HeaderWith(
243 std::string str = HeaderWith(
252 std::string str = header_with_int16 + "%2 = OpTypeInt 16 1";
258 std::string str = HeaderWith(
267 std::string str =
275 std::string str = HeaderWith(
284 std::string str = HeaderWith(
293 std::string str = R"(
304 std::string str = header + "%2 = OpTypeInt 16 1";
311 std::string str = header_with_int64 + "%2 = OpTypeInt 64 1";
317 std::string str = header + "%2 = OpTypeInt 64 1";
325 std::string str = header + "%2 = OpTypeInt 48 1";
332 std::string str = header_with_float16 + "%2 = OpTypeFloat 16";
338 std::string str = header_with_float16_buffer + "%2 = OpTypeFloat 16";
344 std::string str = header + "%2 = OpTypeFloat 16";
351 std::string str = header_with_float64 + "%2 = OpTypeFloat 64";
357 std::string str = header + "%2 = OpTypeFloat 64";
365 std::string str = header + "%2 = OpTypeFloat 48";
372 std::string str = header + R"(
382 std::string str = header + R"(
393 std::string str = header + R"(
404 std::string str = header + R"(
416 std::string str = header + R"(
428 std::string str = header + R"(
441 std::string str = header + R"(
454 std::string str = header + R"(
464 std::string str = header + R"(
474 std::string str = header + R"(
484 std::string str = header + R"(
497 std::string str = header + R"(
505 std::string str = header + R"(
513 std::string str = header + R"(
522 std::string str = header + R"(
533 std::string str = header + R"(
544 std::string str = header_with_addresses + R"(
555 std::string str = header_with_addresses + R"(
567 std::string str = header_with_addresses + R"(
579 std::string str = header_with_addresses + R"(
593 std::string str = header_with_addresses + R"(
606 std::string str = header_with_addresses + R"(
621 std::string str = std::string(R"(
654 std::string str = std::string(R"(
688 std::string str = header + R"(
703 std::string str = header + R"(
717 std::string str = R"(
744 std::string str = R"(
777 std::string test = R"(
793 std::string test = R"(
813 std::string test = R"(