Lines Matching refs:string

16 #include <string>
45 std::string make_message(const char* msg);
48 std::string kOpCapabilitySetupWithoutVector16 = R"(
61 std::string kOpCapabilitySetup = R"(
75 std::string kOpVariablePtrSetUp = R"(
80 std::string kGLSL450MemoryModel =
85 std::string kGLSL450MemoryModelWithoutVector16 =
90 std::string kNoKernelGLSL450MemoryModel = R"(
101 std::string kOpenCLMemoryModel32 = R"(
109 std::string kOpenCLMemoryModel64 = R"(
118 std::string sampledImageSetup = R"(
143 std::string BranchConditionalSetup = R"(
174 std::string BranchConditionalTail = R"(
192 std::string ValidateIdWithMessage::make_message(const char* msg) {
198 std::string message(msg);
206 if (open_quote == std::string::npos) {
220 assert(open_bracket != std::string::npos);
223 assert(close_bracket != std::string::npos);
234 // Continue to the next id, or end of string.
244 std::string spirv = kGLSL450MemoryModel + R"(
254 std::string spirv = kGLSL450MemoryModel + R"(
262 std::string spirv = kGLSL450MemoryModel + R"(
272 std::string spirv = kGLSL450MemoryModel + R"(
285 std::string spirv = kGLSL450MemoryModel + R"(
296 std::string spirv = kGLSL450MemoryModel + R"(
308 std::string spirv = kGLSL450MemoryModel + R"(
316 std::string spirv = kGLSL450MemoryModel + R"(
326 std::string spirv = kGLSL450MemoryModel + R"(
334 std::string spirv = kGLSL450MemoryModel + R"(
345 std::string spirv = kGLSL450MemoryModel + R"(
359 std::string spirv = kGLSL450MemoryModel + R"(
371 std::string spirv = kGLSL450MemoryModel + R"(
386 std::string spirv = R"(
402 std::string spirv = kGLSL450MemoryModel + R"(
415 std::string spirv = R"(
430 std::string spirv = kGLSL450MemoryModel + R"(
442 std::string spirv = kGLSL450MemoryModel + R"(
461 std::string spirv = kGLSL450MemoryModel + R"(
474 std::string spirv = kGLSL450MemoryModel + R"(
485 std::string spirv = kGLSL450MemoryModel + R"(
501 std::string spirv = kGLSL450MemoryModel + R"(
518 std::string spirv = R"(
538 std::string spirv = R"(
560 std::string spirv = R"(
587 std::string spirv = R"(
616 std::string spirv = kGLSL450MemoryModel + R"(
630 std::string spirv = kGLSL450MemoryModel + R"(
647 std::string spirv = kGLSL450MemoryModel + R"(
667 std::string spirv = kGLSL450MemoryModel + R"(
675 std::string spirv = kGLSL450MemoryModel + R"(
683 std::string spirv = kGLSL450MemoryModel + R"(
691 std::string spirv = kGLSL450MemoryModel + R"(
699 std::string spirv = kGLSL450MemoryModel + R"(
712 std::string spirv = kGLSL450MemoryModel + R"(
725 std::string spirv = kGLSL450MemoryModel + R"(
738 std::string spirv = kGLSL450MemoryModelWithoutVector16 + R"(
752 std::string spirv = kGLSL450MemoryModelWithoutVector16 + R"(
765 std::string spirv = kGLSL450MemoryModel + R"(
774 std::string spirv = kGLSL450MemoryModel + R"(
782 std::string spirv = kGLSL450MemoryModel + R"(
791 std::string spirv = kGLSL450MemoryModel + R"(
803 std::string spirv = kGLSL450MemoryModel + R"(
816 std::string spirv = kGLSL450MemoryModel + R"(
830 std::string spirv = kGLSL450MemoryModel + R"(
845 std::string spirv = kGLSL450MemoryModel + R"(
852 std::string spirv = kGLSL450MemoryModel + R"(
861 std::string spirv = kGLSL450MemoryModel + R"(
877 std::string MakeArrayLength(const std::string& len, Signed isSigned, int width,
926 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") {
934 EXPECT_THAT(std::string(diagnostic_->error),
962 const std::string fpad(width / 4 - 1, 'F');
995 const std::string neg_max = "0x8" + std::string(width / 4 - 1, '0');
1002 // Returns the string form of an integer of the form 0x80....0 of the
1004 std::string big_num_ending_0(int bit_width) {
1005 return "0x8" + std::string(bit_width / 4 - 1, '0');
1008 // Returns the string form of an integer of the form 0x80..001 of the
1010 std::string big_num_ending_1(int bit_width) {
1011 return "0x8" + std::string(bit_width / 4 - 2, '0') + "1";
1051 std::string spirv = kGLSL450MemoryModel + R"(
1063 std::string spirv = kGLSL450MemoryModel + R"(
1072 std::string spirv = kGLSL450MemoryModel + R"(
1083 std::string spirv = kGLSL450MemoryModel + R"(
1090 std::string spirv = kGLSL450MemoryModel + R"(
1105 std::string spirv = kGLSL450MemoryModel + R"(
1114 std::string spirv = kGLSL450MemoryModel + R"(
1128 std::string spirv = R"(
1151 std::string spirv = kGLSL450MemoryModel + R"(
1158 std::string spirv = kGLSL450MemoryModel + R"(
1171 std::string spirv = kGLSL450MemoryModel + R"(
1178 std::string spirv = kGLSL450MemoryModel + R"(
1190 std::string spirv = kGLSL450MemoryModel + R"(
1204 std::string spirv = kGLSL450MemoryModel + R"(
1217 std::string spirv = kGLSL450MemoryModel + R"(
1226 std::string spirv = kGLSL450MemoryModel + R"(
1233 std::string spirv = kGLSL450MemoryModel + R"(
1245 std::string spirv = kGLSL450MemoryModel + R"(
1252 std::string spirv = kGLSL450MemoryModel + R"(
1265 std::string spirv = kGLSL450MemoryModel + R"(
1272 std::string spirv = kGLSL450MemoryModel + R"(
1283 std::string spirv = kGLSL450MemoryModel + R"(
1292 std::string spirv = kGLSL450MemoryModel + R"(
1302 std::string spirv = kGLSL450MemoryModel + R"(
1315 std::string spirv = kGLSL450MemoryModel + R"(
1332 std::string spirv = kGLSL450MemoryModel + R"(
1348 std::string spirv = kGLSL450MemoryModel + R"(
1363 std::string spirv = kGLSL450MemoryModel + R"(
1378 std::string spirv = kGLSL450MemoryModel + R"(
1400 std::string spirv = kGLSL450MemoryModel + R"(
1421 std::string spirv = kGLSL450MemoryModel + R"(
1430 std::string spirv = kGLSL450MemoryModel + R"(
1441 std::string spirv = kGLSL450MemoryModel + R"(
1453 std::string spirv = kGLSL450MemoryModel + R"(
1468 std::string spirv = kGLSL450MemoryModel + R"(
1485 std::string spirv = kGLSL450MemoryModel + R"(
1502 std::string spirv = kGLSL450MemoryModel + R"(
1513 std::string spirv = kGLSL450MemoryModel + R"(
1524 std::string spirv = kGLSL450MemoryModel + R"(
1541 std::string spirv = kGLSL450MemoryModel + R"(
1558 std::string spirv = kGLSL450MemoryModel + R"(
1566 std::string spirv = kGLSL450MemoryModel + R"(
1579 std::string spirv = kGLSL450MemoryModel + R"(
1615 std::string spirv = kGLSL450MemoryModel + R"(
1628 std::string spirv = kGLSL450MemoryModel + R"(
1644 std::string spirv = kGLSL450MemoryModel + R"(
1657 std::string spirv = kGLSL450MemoryModel + R"(
1671 std::string spirv = kGLSL450MemoryModel + R"(
1678 std::string spirv = kGLSL450MemoryModel + R"(
1690 std::string spirv = kGLSL450MemoryModel + R"(
1697 std::string spirv = kGLSL450MemoryModel + R"(
1709 std::string spirv = kGLSL450MemoryModel + R"(
1716 std::string spirv = kGLSL450MemoryModel + R"(
1731 std::string spirv = kGLSL450MemoryModel + R"(
1743 std::string spirv = kGLSL450MemoryModel + R"(
1756 std::string spirv = kGLSL450MemoryModel + R"(
1769 std::string spirv = kGLSL450MemoryModel + R"(
1788 std::string spirv = kGLSL450MemoryModel + R"(
1807 std::string spirv = kGLSL450MemoryModel + R"(
1825 std::string spirv = kGLSL450MemoryModel + R"(
1842 std::string spirv = kGLSL450MemoryModel + R"(
1859 std::string spirv = kGLSL450MemoryModel + R"(
1876 std::string spirv = kGLSL450MemoryModel + R"(
1899 std::string spirv = kGLSL450MemoryModel + R"(
1921 std::string spirv = kGLSL450MemoryModel + R"(
1940 std::string spirv = kGLSL450MemoryModel + R"(
1963 std::string spirv = kGLSL450MemoryModel + R"(
1986 std::string spirv = kGLSL450MemoryModel + R"(
2008 std::string spirv = kGLSL450MemoryModel + R"(
2022 std::string spirv = kGLSL450MemoryModel + R"(
2038 std::string spirv = kGLSL450MemoryModel + R"(
2050 std::string spirv = kGLSL450MemoryModel + R"(
2067 std::string spirv = kGLSL450MemoryModel + R"(
2086 std::string spirv = kGLSL450MemoryModel + R"(
2104 std::string spirv = kGLSL450MemoryModel + R"(
2118 std::string spirv = kGLSL450MemoryModel + R"(
2135 std::string spirv = kGLSL450MemoryModel + R"(
2148 std::string spirv = kGLSL450MemoryModel + R"(
2168 std::string spirv = kGLSL450MemoryModel + R"(
2186 std::string spirv = kGLSL450MemoryModel + R"(
2205 std::string spirv = kGLSL450MemoryModel + R"(
2213 std::string spirv = kGLSL450MemoryModel + R"(
2222 std::string spirv = kGLSL450MemoryModel + R"(
2234 std::string spirv = kGLSL450MemoryModel + R"(
2245 std::string spirv = kGLSL450MemoryModel + R"(
2257 std::string spirv = kGLSL450MemoryModel + R"(
2279 std::string spirv = kGLSL450MemoryModel + R"(
2297 std::string spirv = kGLSL450MemoryModel + R"(
2324 std::string spirv = kGLSL450MemoryModel + R"(
2343 std::string spirv = kGLSL450MemoryModel + R"(
2362 std::string spirv = kGLSL450MemoryModel + R"(
2382 std::string spirv = kGLSL450MemoryModel + R"(
2401 std::string spirv = kGLSL450MemoryModel + R"(
2424 std::string spirv = R"(
2453 std::string spirv = R"(
2476 const std::string spirv = R"(
2502 const std::string spirv = R"(
2531 const std::string spirv = R"(
2567 const std::string spirv = R"(
2590 const std::string spirv = R"(
2613 const std::string spirv = R"(
2635 std::string spirv = kGLSL450MemoryModel + R"(
2654 std::string result_strategy,
2708 std::string result_strategy = R"(
2727 std::string result_strategy = R"(
2746 std::string result_strategy = R"(
2770 std::string result_strategy = R"(
2800 std::string result_strategy = R"(
2814 std::string spirv = kGLSL450MemoryModel + R"(
2836 std::string spirv = kGLSL450MemoryModel + R"(
2858 std::string spirv = kGLSL450MemoryModel + R"(
2884 std::string spirv = kGLSL450MemoryModel + R"(
2900 std::string spirv = kGLSL450MemoryModel + R"(
2923 std::string spirv = kGLSL450MemoryModel + R"(
2950 std::string result_strategy = R"(
2969 std::string result_strategy = R"(
2984 std::string spirv = kGLSL450MemoryModel + R"(
3008 std::string spirv = kGLSL450MemoryModel + R"(
3036 std::string spirv = kGLSL450MemoryModel + R"(
3066 std::string spirv = kGLSL450MemoryModel + R"(
3093 std::string spirv = kGLSL450MemoryModel + R"(
3121 std::string spirv = kGLSL450MemoryModel + R"(
3157 std::string spirv = kGLSL450MemoryModel + R"(
3198 std::string spirv = kGLSL450MemoryModel + R"(
3237 const std::string spirv = R"(
3256 const std::string spirv = R"(
3279 std::string spirv = kGLSL450MemoryModel + R"(
3299 std::string spirv = kGLSL450MemoryModel + R"(
3319 std::string spirv = kGLSL450MemoryModel + R"(
3335 std::string spirv = R"(
3374 std::string spirv = kGLSL450MemoryModel + R"(
3394 const std::string spirv = kGLSL450MemoryModel + R"(
3416 const std::string spirv = kGLSL450MemoryModel + R"(
3438 std::string spirv = kGLSL450MemoryModel + R"(
3462 const std::string spirv = kGLSL450MemoryModel + R"(
3486 const std::string spirv = kGLSL450MemoryModel + R"(
3510 std::string spirv = kGLSL450MemoryModel + R"(
3528 std::string spirv = kGLSL450MemoryModel + R"(
3548 std::string spirv = kGLSL450MemoryModel + R"(
3568 std::string spirv = kGLSL450MemoryModel + R"(
3589 std::string spirv = kGLSL450MemoryModel + R"(
3614 const std::string spirv = kGLSL450MemoryModel + R"(
3640 const std::string spirv = kGLSL450MemoryModel + R"(
3666 const std::string spirv = kGLSL450MemoryModel + R"(
3692 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
3718 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
3745 const std::string spirv = kGLSL450MemoryModel + R"(
3767 const std::string spirv = kGLSL450MemoryModel + R"(
3844 using AccessChainInstructionTest = spvtest::ValidateBase<std::string>;
3848 bool AccessChainRequiresElemId(const std::string& instr) {
3854 const std::string instr = GetParam();
3855 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3856 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup +
3869 const std::string instr = GetParam();
3870 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3871 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3880 const std::string expected_err = "The Result Type of " + instr +
3890 const std::string instr = GetParam();
3891 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3892 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3907 const std::string instr = GetParam();
3908 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3909 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3926 const std::string instr = GetParam();
3927 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3928 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3935 const std::string expected_err =
3947 const std::string instr = GetParam();
3948 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3949 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3956 const std::string expected_err = instr +
3967 const std::string instr = GetParam();
3968 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3969 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
3983 const std::string instr = GetParam();
3984 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
3985 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4002 const std::string instr = GetParam();
4003 const std::string elem = AccessChainRequiresElemId(instr) ? " %int_0 " : "";
4004 const std::string arrayStride =
4007 std::string header =
4047 const std::string instr = GetParam();
4048 const std::string elem = AccessChainRequiresElemId(instr) ? " %int_0 " : "";
4059 const std::string expected_err = "The number of indexes in " + instr +
4068 const std::string instr = GetParam();
4069 const std::string elem = AccessChainRequiresElemId(instr) ? " %int_0 " : "";
4070 const std::string arrayStride =
4073 std::string header =
4116 const std::string instr = GetParam();
4117 const std::string elem = AccessChainRequiresElemId(instr) ? " %int_0 " : "";
4128 const std::string expected_err = "The number of indexes in " + instr +
4140 const std::string instr = GetParam();
4141 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4142 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4149 const std::string expected_err =
4159 const std::string instr = GetParam();
4160 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4161 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4168 const std::string expected_err =
4179 const std::string instr = GetParam();
4180 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4181 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4188 const std::string expected_err = instr +
4199 const std::string instr = GetParam();
4200 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4201 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4208 const std::string expected_err = instr +
4218 const std::string instr = GetParam();
4219 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4220 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4227 const std::string expected_err = "Index is out of bounds: " + instr +
4244 const std::string instr = GetParam();
4245 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4246 const std::string arrayStride =
4271 const std::string instr = GetParam();
4272 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4273 const std::string arrayStride =
4275 std::string spirv = kGLSL450MemoryModel + arrayStride +
4289 const std::string instr = GetParam();
4290 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4291 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4298 const std::string expected_err =
4309 const std::string instr = GetParam();
4310 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4311 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4318 const std::string expected_err = instr +
4329 const std::string instr = GetParam();
4330 const std::string elem = AccessChainRequiresElemId(instr) ? "%int_0 " : "";
4331 std::string spirv = kGLSL450MemoryModel + kDeeplyNestedStructureSetup + R"(
4338 const std::string expected_err = instr +
4358 std::string spirv = kGLSL450MemoryModel + R"(
4370 std::string spirv = kGLSL450MemoryModel + R"(
4388 std::string spirv = kGLSL450MemoryModel + R"(
4405 std::string spirv = kGLSL450MemoryModel + R"(
4421 const std::string spirv = kGLSL450MemoryModel + R"(
4438 std::string spirv = kGLSL450MemoryModel + R"(
4451 std::string spirv = kGLSL450MemoryModel + R"(
4465 std::string spirv = kGLSL450MemoryModel + R"(
4484 std::string spirv = kGLSL450MemoryModel + R"(
4506 std::string spirv = kGLSL450MemoryModel + R"(
4534 std::string spirv = kGLSL450MemoryModel + R"(
4554 std::string spirv = kGLSL450MemoryModel + R"(
4588 std::string spirv = kGLSL450MemoryModel + sampledImageSetup + R"(
4600 std::string spirv = kGLSL450MemoryModel + sampledImageSetup + R"(
4627 std::string spirv = kGLSL450MemoryModel + sampledImageSetup + R"(
4642 std::string spirv = kGLSL450MemoryModel + sampledImageSetup + R"(
4738 std::string spirv = kGLSL450MemoryModel + R"(
4761 std::string spirv = kGLSL450MemoryModel + R"(
4787 std::string spirv = kGLSL450MemoryModel + R"(
4810 std::string spirv = kGLSL450MemoryModel + R"(
4835 std::string spirv = kGLSL450MemoryModel + R"(
4857 std::string spirv = kGLSL450MemoryModel + R"(
4880 std::string spirv = kGLSL450MemoryModel + R"(
4914 std::string spirv = kGLSL450MemoryModel + R"(
4948 std::string spirv = kGLSL450MemoryModel + R"(
5063 std::string spirv = kOpenCLMemoryModel32 + R"(
5085 std::string spirv = kOpenCLMemoryModel32 + R"(
5104 std::string spirv = kOpenCLMemoryModel32 + R"(
5127 std::string spirv = kOpenCLMemoryModel32 + R"(
5150 std::string spirv = kOpenCLMemoryModel32 + R"(
5175 std::string spirv = kOpenCLMemoryModel32 + R"(
5203 std::string spirv = kOpenCLMemoryModel32 + R"(
5230 std::string spirv = kOpenCLMemoryModel32 + R"(
5257 std::string spirv = BranchConditionalSetup + R"(
5268 std::string spirv = BranchConditionalSetup + R"(
5279 std::string spirv = BranchConditionalSetup + R"(
5293 std::string spirv = BranchConditionalSetup + R"(
5307 std::string spirv = BranchConditionalSetup + R"(
5321 std::string spirv = BranchConditionalSetup + R"(
5335 std::string spirv = BranchConditionalSetup + R"(
5349 std::string spirv = BranchConditionalSetup + R"(
5363 std::string spirv = kGLSL450MemoryModel + R"(
5377 std::string spirv = kGLSL450MemoryModel + R"(
5394 std::string spirv = kGLSL450MemoryModel + R"(
5409 std::string spirv = kGLSL450MemoryModel + R"(
5425 std::string spirv = kGLSL450MemoryModel + R"(
5440 std::string spirv = kGLSL450MemoryModel + R"(
5459 std::string spirv = kOpCapabilitySetup + R"(
5476 std::string spirv = kOpCapabilitySetup + R"(
5529 std::string spirv = kGLSL450MemoryModel + R"(
5542 std::string spirv = kGLSL450MemoryModel + R"(
5553 std::string spirv = kGLSL450MemoryModel + R"(
5572 std::string spirv = kGLSL450MemoryModel + R"(
5592 std::string spirv = kOpenCLMemoryModel32 + R"(
5624 std::string spirv = kOpenCLMemoryModel64 + R"(
5659 std::string spirv = R"(
5687 std::string spirv = kOpenCLMemoryModel64 + R"(
5705 std::string spirv = kOpenCLMemoryModel64 + R"(
5727 std::string spirv = kOpenCLMemoryModel64 + R"(
5746 std::string spirv = kOpenCLMemoryModel64 + R"(
5771 std::string spirv = kGLSL450MemoryModel + R"(
5796 std::string spirv = kGLSL450MemoryModel + R"(
5817 std::string spirv = kGLSL450MemoryModel + R"(
5839 std::string spirv = kGLSL450MemoryModel + R"(
5860 std::string spirv = kGLSL450MemoryModel + R"(
5881 std::string spirv = kGLSL450MemoryModel + R"(
5908 const std::string spirv = kGLSL450MemoryModel + R"(
5921 std::string spirv = kGLSL450MemoryModel + R"(
5938 std::string spirv = kGLSL450MemoryModel + R"(
5958 std::string spirv = R"(
5983 std::string spirv = R"(
6012 std::string spirv = R"(
6042 std::string spirv = R"(
6069 std::string spirv = R"(
6094 std::string spirv = R"(
6123 std::string spirv = R"(
6153 std::string spirv = R"(
6180 std::string spirv = R"(
6207 std::string spirv = R"(
6234 std::string spirv = R"(
6262 std::string spirv = R"(
6294 std::string spirv = R"(
6326 std::string spirv = R"(
6359 std::string spirv = R"(
6391 std::string spirv = R"(
6419 std::string spirv = R"(
6448 std::string spirv = R"(
6477 std::string spirv = R"(
6510 std::string spirv = R"(
6543 std::string spirv = R"(
6577 std::string spirv = R"(
6610 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6637 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6664 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6691 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6711 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6733 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6759 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6779 const std::string spirv = kNoKernelGLSL450MemoryModel + R"(
6813 std::string spirv = R"(
6837 std::string spirv = R"(
6864 const std::string spirv = R"(
6882 std::string spirv = R"(