1glsl.460.subgroup.rmiss
2ERROR: 0:8: 'gl_SubgroupSize' : required extension not requested: GL_KHR_shader_subgroup_basic
3ERROR: 0:9: 'gl_SubgroupInvocationID' : required extension not requested: GL_KHR_shader_subgroup_basic
4ERROR: 0:10: 'subgroupBarrier' : required extension not requested: GL_KHR_shader_subgroup_basic
5ERROR: 0:11: 'subgroupMemoryBarrier' : required extension not requested: GL_KHR_shader_subgroup_basic
6ERROR: 0:12: 'subgroupMemoryBarrierBuffer' : required extension not requested: GL_KHR_shader_subgroup_basic
7ERROR: 0:13: 'subgroupMemoryBarrierImage' : required extension not requested: GL_KHR_shader_subgroup_basic
8ERROR: 0:14: 'subgroupElect' : required extension not requested: GL_KHR_shader_subgroup_basic
9ERROR: 0:15: 'gl_NumSubgroups' : undeclared identifier
10ERROR: 0:16: 'gl_SubgroupID' : undeclared identifier
11ERROR: 0:17: 'subgroupMemoryBarrierShared' : no matching overloaded function found
12ERROR: 0:19: 'subgroupAll' : required extension not requested: GL_KHR_shader_subgroup_vote
13ERROR: 0:20: 'subgroupAny' : required extension not requested: GL_KHR_shader_subgroup_vote
14ERROR: 0:21: 'subgroupAllEqual' : required extension not requested: GL_KHR_shader_subgroup_vote
15ERROR: 0:23: 'gl_SubgroupEqMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
16ERROR: 0:24: 'gl_SubgroupGeMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
17ERROR: 0:25: 'gl_SubgroupGtMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
18ERROR: 0:26: 'gl_SubgroupLeMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
19ERROR: 0:27: 'gl_SubgroupLtMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
20ERROR: 0:28: 'subgroupBroadcast' : required extension not requested: GL_KHR_shader_subgroup_ballot
21ERROR: 0:29: 'subgroupBroadcastFirst' : required extension not requested: GL_KHR_shader_subgroup_ballot
22ERROR: 0:30: 'subgroupBallot' : required extension not requested: GL_KHR_shader_subgroup_ballot
23ERROR: 0:31: 'subgroupInverseBallot' : required extension not requested: GL_KHR_shader_subgroup_ballot
24ERROR: 0:32: 'subgroupBallotBitExtract' : required extension not requested: GL_KHR_shader_subgroup_ballot
25ERROR: 0:33: 'subgroupBallotBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
26ERROR: 0:34: 'subgroupBallotInclusiveBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
27ERROR: 0:35: 'subgroupBallotExclusiveBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
28ERROR: 0:36: 'subgroupBallotFindLSB' : required extension not requested: GL_KHR_shader_subgroup_ballot
29ERROR: 0:37: 'subgroupBallotFindMSB' : required extension not requested: GL_KHR_shader_subgroup_ballot
30ERROR: 0:39: 'subgroupShuffle' : required extension not requested: GL_KHR_shader_subgroup_shuffle
31ERROR: 0:40: 'subgroupShuffleXor' : required extension not requested: GL_KHR_shader_subgroup_shuffle
32ERROR: 0:41: 'subgroupShuffleUp' : required extension not requested: GL_KHR_shader_subgroup_shuffle_relative
33ERROR: 0:42: 'subgroupShuffleDown' : required extension not requested: GL_KHR_shader_subgroup_shuffle_relative
34ERROR: 0:44: 'subgroupAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
35ERROR: 0:45: 'subgroupMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
36ERROR: 0:46: 'subgroupMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
37ERROR: 0:47: 'subgroupMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
38ERROR: 0:48: 'subgroupAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
39ERROR: 0:49: 'subgroupOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
40ERROR: 0:50: 'subgroupXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
41ERROR: 0:51: 'subgroupInclusiveAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
42ERROR: 0:52: 'subgroupInclusiveMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
43ERROR: 0:53: 'subgroupInclusiveMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
44ERROR: 0:54: 'subgroupInclusiveMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
45ERROR: 0:55: 'subgroupInclusiveAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
46ERROR: 0:56: 'subgroupInclusiveOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
47ERROR: 0:57: 'subgroupInclusiveXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
48ERROR: 0:58: 'subgroupExclusiveAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
49ERROR: 0:59: 'subgroupExclusiveMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
50ERROR: 0:60: 'subgroupExclusiveMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
51ERROR: 0:61: 'subgroupExclusiveMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
52ERROR: 0:62: 'subgroupExclusiveAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
53ERROR: 0:63: 'subgroupExclusiveOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
54ERROR: 0:64: 'subgroupExclusiveXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
55ERROR: 0:66: 'subgroupClusteredAdd' : required extension not requested: GL_KHR_shader_subgroup_clustered
56ERROR: 0:67: 'subgroupClusteredMul' : required extension not requested: GL_KHR_shader_subgroup_clustered
57ERROR: 0:68: 'subgroupClusteredMin' : required extension not requested: GL_KHR_shader_subgroup_clustered
58ERROR: 0:69: 'subgroupClusteredMax' : required extension not requested: GL_KHR_shader_subgroup_clustered
59ERROR: 0:70: 'subgroupClusteredAnd' : required extension not requested: GL_KHR_shader_subgroup_clustered
60ERROR: 0:71: 'subgroupClusteredOr' : required extension not requested: GL_KHR_shader_subgroup_clustered
61ERROR: 0:72: 'subgroupClusteredXor' : required extension not requested: GL_KHR_shader_subgroup_clustered
62ERROR: 0:74: 'subgroupQuadBroadcast' : required extension not requested: GL_KHR_shader_subgroup_quad
63ERROR: 0:75: 'subgroupQuadSwapHorizontal' : required extension not requested: GL_KHR_shader_subgroup_quad
64ERROR: 0:76: 'subgroupQuadSwapVertical' : required extension not requested: GL_KHR_shader_subgroup_quad
65ERROR: 0:77: 'subgroupQuadSwapDiagonal' : required extension not requested: GL_KHR_shader_subgroup_quad
66ERROR: 0:79: 'subgroupPartitionNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
67ERROR: 0:80: 'subgroupPartitionedAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
68ERROR: 0:81: 'subgroupPartitionedMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
69ERROR: 0:82: 'subgroupPartitionedMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
70ERROR: 0:83: 'subgroupPartitionedMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
71ERROR: 0:84: 'subgroupPartitionedAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
72ERROR: 0:85: 'subgroupPartitionedOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
73ERROR: 0:86: 'subgroupPartitionedXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
74ERROR: 0:87: 'subgroupPartitionedInclusiveAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
75ERROR: 0:88: 'subgroupPartitionedInclusiveMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
76ERROR: 0:89: 'subgroupPartitionedInclusiveMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
77ERROR: 0:90: 'subgroupPartitionedInclusiveMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
78ERROR: 0:91: 'subgroupPartitionedInclusiveAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
79ERROR: 0:92: 'subgroupPartitionedInclusiveOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
80ERROR: 0:93: 'subgroupPartitionedInclusiveXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
81ERROR: 0:94: 'subgroupPartitionedExclusiveAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
82ERROR: 0:95: 'subgroupPartitionedExclusiveMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
83ERROR: 0:96: 'subgroupPartitionedExclusiveMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
84ERROR: 0:97: 'subgroupPartitionedExclusiveMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
85ERROR: 0:98: 'subgroupPartitionedExclusiveAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
86ERROR: 0:99: 'subgroupPartitionedExclusiveOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
87ERROR: 0:100: 'subgroupPartitionedExclusiveXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
88ERROR: 0:251: 'gl_WarpsPerSMNV' : required extension not requested: GL_NV_shader_sm_builtins
89ERROR: 0:252: 'gl_SMCountNV' : required extension not requested: GL_NV_shader_sm_builtins
90ERROR: 0:253: 'gl_WarpIDNV' : required extension not requested: GL_NV_shader_sm_builtins
91ERROR: 0:254: 'gl_SMIDNV' : required extension not requested: GL_NV_shader_sm_builtins
92ERROR: 90 compilation errors.  No code generated.
93
94
95Shader version: 460
96Requested GL_KHR_shader_subgroup_arithmetic
97Requested GL_KHR_shader_subgroup_ballot
98Requested GL_KHR_shader_subgroup_basic
99Requested GL_KHR_shader_subgroup_clustered
100Requested GL_KHR_shader_subgroup_quad
101Requested GL_KHR_shader_subgroup_shuffle
102Requested GL_KHR_shader_subgroup_shuffle_relative
103Requested GL_KHR_shader_subgroup_vote
104Requested GL_NV_ray_tracing
105Requested GL_NV_shader_sm_builtins
106Requested GL_NV_shader_subgroup_partitioned
107ERROR: node is still EOpNull!
1080:5  Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
1090:5    Function Parameters:
1100:5      'f4' ( in 4-component vector of float)
1110:?     Sequence
1120:8      'gl_SubgroupSize' ( volatile in uint SubgroupSize)
1130:9      'gl_SubgroupInvocationID' ( volatile in uint SubgroupInvocationID)
1140:10      subgroupBarrier ( global void)
1150:11      subgroupMemoryBarrier ( global void)
1160:12      subgroupMemoryBarrierBuffer ( global void)
1170:13      subgroupMemoryBarrierImage ( global void)
1180:14      subgroupElect ( global bool)
1190:15      'gl_NumSubgroups' ( temp float)
1200:16      'gl_SubgroupID' ( temp float)
1210:17      Constant:
1220:17        0.000000
1230:19      subgroupAll ( global bool)
1240:19        Constant:
1250:19          true (const bool)
1260:20      subgroupAny ( global bool)
1270:20        Constant:
1280:20          false (const bool)
1290:21      subgroupAllEqual ( global bool)
1300:21        'f4' ( in 4-component vector of float)
1310:23      'gl_SubgroupEqMask' ( volatile in 4-component vector of uint SubgroupEqMask)
1320:24      'gl_SubgroupGeMask' ( volatile in 4-component vector of uint SubgroupGeMask)
1330:25      'gl_SubgroupGtMask' ( volatile in 4-component vector of uint SubgroupGtMask)
1340:26      'gl_SubgroupLeMask' ( volatile in 4-component vector of uint SubgroupLeMask)
1350:27      'gl_SubgroupLtMask' ( volatile in 4-component vector of uint SubgroupLtMask)
1360:28      subgroupBroadcast ( global 4-component vector of float)
1370:28        'f4' ( in 4-component vector of float)
1380:28        Constant:
1390:28          0 (const uint)
1400:29      subgroupBroadcastFirst ( global 4-component vector of float)
1410:29        'f4' ( in 4-component vector of float)
1420:30      Sequence
1430:30        move second child to first child ( temp 4-component vector of uint)
1440:30          'ballot' ( temp 4-component vector of uint)
1450:30          subgroupBallot ( global 4-component vector of uint)
1460:30            Constant:
1470:30              false (const bool)
1480:31      subgroupInverseBallot ( global bool)
1490:31        Constant:
1500:31          1 (const uint)
1510:31          1 (const uint)
1520:31          1 (const uint)
1530:31          1 (const uint)
1540:32      subgroupBallotBitExtract ( global bool)
1550:32        'ballot' ( temp 4-component vector of uint)
1560:32        Constant:
1570:32          0 (const uint)
1580:33      subgroupBallotBitCount ( global uint)
1590:33        'ballot' ( temp 4-component vector of uint)
1600:34      subgroupBallotInclusiveBitCount ( global uint)
1610:34        'ballot' ( temp 4-component vector of uint)
1620:35      subgroupBallotExclusiveBitCount ( global uint)
1630:35        'ballot' ( temp 4-component vector of uint)
1640:36      subgroupBallotFindLSB ( global uint)
1650:36        'ballot' ( temp 4-component vector of uint)
1660:37      subgroupBallotFindMSB ( global uint)
1670:37        'ballot' ( temp 4-component vector of uint)
1680:39      subgroupShuffle ( global 4-component vector of float)
1690:39        'f4' ( in 4-component vector of float)
1700:39        Constant:
1710:39          0 (const uint)
1720:40      subgroupShuffleXor ( global 4-component vector of float)
1730:40        'f4' ( in 4-component vector of float)
1740:40        Constant:
1750:40          1 (const uint)
1760:41      subgroupShuffleUp ( global 4-component vector of float)
1770:41        'f4' ( in 4-component vector of float)
1780:41        Constant:
1790:41          1 (const uint)
1800:42      subgroupShuffleDown ( global 4-component vector of float)
1810:42        'f4' ( in 4-component vector of float)
1820:42        Constant:
1830:42          1 (const uint)
1840:44      move second child to first child ( temp 4-component vector of float)
1850:44        'result' ( temp 4-component vector of float)
1860:44        subgroupAdd ( global 4-component vector of float)
1870:44          'f4' ( in 4-component vector of float)
1880:45      subgroupMul ( global 4-component vector of float)
1890:45        'f4' ( in 4-component vector of float)
1900:46      subgroupMin ( global 4-component vector of float)
1910:46        'f4' ( in 4-component vector of float)
1920:47      subgroupMax ( global 4-component vector of float)
1930:47        'f4' ( in 4-component vector of float)
1940:48      subgroupAnd ( global 4-component vector of uint)
1950:48        'ballot' ( temp 4-component vector of uint)
1960:49      subgroupOr ( global 4-component vector of uint)
1970:49        'ballot' ( temp 4-component vector of uint)
1980:50      subgroupXor ( global 4-component vector of uint)
1990:50        'ballot' ( temp 4-component vector of uint)
2000:51      subgroupInclusiveAdd ( global 4-component vector of float)
2010:51        'f4' ( in 4-component vector of float)
2020:52      subgroupInclusiveMul ( global 4-component vector of float)
2030:52        'f4' ( in 4-component vector of float)
2040:53      subgroupInclusiveMin ( global 4-component vector of float)
2050:53        'f4' ( in 4-component vector of float)
2060:54      subgroupInclusiveMax ( global 4-component vector of float)
2070:54        'f4' ( in 4-component vector of float)
2080:55      subgroupInclusiveAnd ( global 4-component vector of uint)
2090:55        'ballot' ( temp 4-component vector of uint)
2100:56      subgroupInclusiveOr ( global 4-component vector of uint)
2110:56        'ballot' ( temp 4-component vector of uint)
2120:57      subgroupInclusiveXor ( global 4-component vector of uint)
2130:57        'ballot' ( temp 4-component vector of uint)
2140:58      subgroupExclusiveAdd ( global 4-component vector of float)
2150:58        'f4' ( in 4-component vector of float)
2160:59      subgroupExclusiveMul ( global 4-component vector of float)
2170:59        'f4' ( in 4-component vector of float)
2180:60      subgroupExclusiveMin ( global 4-component vector of float)
2190:60        'f4' ( in 4-component vector of float)
2200:61      subgroupExclusiveMax ( global 4-component vector of float)
2210:61        'f4' ( in 4-component vector of float)
2220:62      subgroupExclusiveAnd ( global 4-component vector of uint)
2230:62        'ballot' ( temp 4-component vector of uint)
2240:63      subgroupExclusiveOr ( global 4-component vector of uint)
2250:63        'ballot' ( temp 4-component vector of uint)
2260:64      subgroupExclusiveXor ( global 4-component vector of uint)
2270:64        'ballot' ( temp 4-component vector of uint)
2280:66      subgroupClusteredAdd ( global 4-component vector of float)
2290:66        'f4' ( in 4-component vector of float)
2300:66        Constant:
2310:66          2 (const uint)
2320:67      subgroupClusteredMul ( global 4-component vector of float)
2330:67        'f4' ( in 4-component vector of float)
2340:67        Constant:
2350:67          2 (const uint)
2360:68      subgroupClusteredMin ( global 4-component vector of float)
2370:68        'f4' ( in 4-component vector of float)
2380:68        Constant:
2390:68          2 (const uint)
2400:69      subgroupClusteredMax ( global 4-component vector of float)
2410:69        'f4' ( in 4-component vector of float)
2420:69        Constant:
2430:69          2 (const uint)
2440:70      subgroupClusteredAnd ( global 4-component vector of uint)
2450:70        'ballot' ( temp 4-component vector of uint)
2460:70        Constant:
2470:70          2 (const uint)
2480:71      subgroupClusteredOr ( global 4-component vector of uint)
2490:71        'ballot' ( temp 4-component vector of uint)
2500:71        Constant:
2510:71          2 (const uint)
2520:72      subgroupClusteredXor ( global 4-component vector of uint)
2530:72        'ballot' ( temp 4-component vector of uint)
2540:72        Constant:
2550:72          2 (const uint)
2560:74      subgroupQuadBroadcast ( global 4-component vector of float)
2570:74        'f4' ( in 4-component vector of float)
2580:74        Constant:
2590:74          0 (const uint)
2600:75      subgroupQuadSwapHorizontal ( global 4-component vector of float)
2610:75        'f4' ( in 4-component vector of float)
2620:76      subgroupQuadSwapVertical ( global 4-component vector of float)
2630:76        'f4' ( in 4-component vector of float)
2640:77      subgroupQuadSwapDiagonal ( global 4-component vector of float)
2650:77        'f4' ( in 4-component vector of float)
2660:79      Sequence
2670:79        move second child to first child ( temp 4-component vector of uint)
2680:79          'parti' ( temp 4-component vector of uint)
2690:79          subgroupPartitionNV ( global 4-component vector of uint)
2700:79            'f4' ( in 4-component vector of float)
2710:80      subgroupPartitionedAddNV ( global 4-component vector of float)
2720:80        'f4' ( in 4-component vector of float)
2730:80        'parti' ( temp 4-component vector of uint)
2740:81      subgroupPartitionedMulNV ( global 4-component vector of float)
2750:81        'f4' ( in 4-component vector of float)
2760:81        'parti' ( temp 4-component vector of uint)
2770:82      subgroupPartitionedMinNV ( global 4-component vector of float)
2780:82        'f4' ( in 4-component vector of float)
2790:82        'parti' ( temp 4-component vector of uint)
2800:83      subgroupPartitionedMaxNV ( global 4-component vector of float)
2810:83        'f4' ( in 4-component vector of float)
2820:83        'parti' ( temp 4-component vector of uint)
2830:84      subgroupPartitionedAndNV ( global 4-component vector of uint)
2840:84        'ballot' ( temp 4-component vector of uint)
2850:84        'parti' ( temp 4-component vector of uint)
2860:85      subgroupPartitionedOrNV ( global 4-component vector of uint)
2870:85        'ballot' ( temp 4-component vector of uint)
2880:85        'parti' ( temp 4-component vector of uint)
2890:86      subgroupPartitionedXorNV ( global 4-component vector of uint)
2900:86        'ballot' ( temp 4-component vector of uint)
2910:86        'parti' ( temp 4-component vector of uint)
2920:87      subgroupPartitionedInclusiveAddNV ( global 4-component vector of float)
2930:87        'f4' ( in 4-component vector of float)
2940:87        'parti' ( temp 4-component vector of uint)
2950:88      subgroupPartitionedInclusiveMulNV ( global 4-component vector of float)
2960:88        'f4' ( in 4-component vector of float)
2970:88        'parti' ( temp 4-component vector of uint)
2980:89      subgroupPartitionedInclusiveMinNV ( global 4-component vector of float)
2990:89        'f4' ( in 4-component vector of float)
3000:89        'parti' ( temp 4-component vector of uint)
3010:90      subgroupPartitionedInclusiveMaxNV ( global 4-component vector of float)
3020:90        'f4' ( in 4-component vector of float)
3030:90        'parti' ( temp 4-component vector of uint)
3040:91      subgroupPartitionedInclusiveAndNV ( global 4-component vector of uint)
3050:91        'ballot' ( temp 4-component vector of uint)
3060:91        'parti' ( temp 4-component vector of uint)
3070:92      subgroupPartitionedInclusiveOrNV ( global 4-component vector of uint)
3080:92        'ballot' ( temp 4-component vector of uint)
3090:92        'parti' ( temp 4-component vector of uint)
3100:93      subgroupPartitionedInclusiveXorNV ( global 4-component vector of uint)
3110:93        'ballot' ( temp 4-component vector of uint)
3120:93        'parti' ( temp 4-component vector of uint)
3130:94      subgroupPartitionedExclusiveAddNV ( global 4-component vector of float)
3140:94        'f4' ( in 4-component vector of float)
3150:94        'parti' ( temp 4-component vector of uint)
3160:95      subgroupPartitionedExclusiveMulNV ( global 4-component vector of float)
3170:95        'f4' ( in 4-component vector of float)
3180:95        'parti' ( temp 4-component vector of uint)
3190:96      subgroupPartitionedExclusiveMinNV ( global 4-component vector of float)
3200:96        'f4' ( in 4-component vector of float)
3210:96        'parti' ( temp 4-component vector of uint)
3220:97      subgroupPartitionedExclusiveMaxNV ( global 4-component vector of float)
3230:97        'f4' ( in 4-component vector of float)
3240:97        'parti' ( temp 4-component vector of uint)
3250:98      subgroupPartitionedExclusiveAndNV ( global 4-component vector of uint)
3260:98        'ballot' ( temp 4-component vector of uint)
3270:98        'parti' ( temp 4-component vector of uint)
3280:99      subgroupPartitionedExclusiveOrNV ( global 4-component vector of uint)
3290:99        'ballot' ( temp 4-component vector of uint)
3300:99        'parti' ( temp 4-component vector of uint)
3310:100      subgroupPartitionedExclusiveXorNV ( global 4-component vector of uint)
3320:100        'ballot' ( temp 4-component vector of uint)
3330:100        'parti' ( temp 4-component vector of uint)
3340:102      Branch: Return with expression
3350:102        'result' ( temp 4-component vector of float)
3360:109  Function Definition: main( ( global void)
3370:109    Function Parameters:
3380:111    Sequence
3390:111      Sequence
3400:111        move second child to first child ( temp 3-component vector of uint)
3410:111          'v0' ( temp 3-component vector of uint)
3420:111          'gl_LaunchIDNV' ( in 3-component vector of uint LaunchIdNV)
3430:112      Sequence
3440:112        move second child to first child ( temp 3-component vector of uint)
3450:112          'v1' ( temp 3-component vector of uint)
3460:112          'gl_LaunchSizeNV' ( in 3-component vector of uint LaunchSizeNV)
3470:113      Sequence
3480:113        move second child to first child ( temp 3-component vector of float)
3490:113          'v2' ( temp 3-component vector of float)
3500:113          'gl_WorldRayOriginNV' ( in 3-component vector of float WorldRayOriginNV)
3510:114      Sequence
3520:114        move second child to first child ( temp 3-component vector of float)
3530:114          'v3' ( temp 3-component vector of float)
3540:114          'gl_WorldRayDirectionNV' ( in 3-component vector of float WorldRayDirectionNV)
3550:115      Sequence
3560:115        move second child to first child ( temp 3-component vector of float)
3570:115          'v4' ( temp 3-component vector of float)
3580:115          'gl_ObjectRayOriginNV' ( in 3-component vector of float ObjectRayOriginNV)
3590:116      Sequence
3600:116        move second child to first child ( temp 3-component vector of float)
3610:116          'v5' ( temp 3-component vector of float)
3620:116          'gl_ObjectRayDirectionNV' ( in 3-component vector of float ObjectRayDirectionNV)
3630:117      Sequence
3640:117        move second child to first child ( temp float)
3650:117          'v6' ( temp float)
3660:117          'gl_RayTminNV' ( in float ObjectRayTminNV)
3670:118      Sequence
3680:118        move second child to first child ( temp float)
3690:118          'v7' ( temp float)
3700:118          'gl_RayTmaxNV' ( in float ObjectRayTmaxNV)
3710:119      traceNV ( global void)
3720:119        'accNV' (layout( set=0 binding=0) uniform accelerationStructureNV)
3730:119        Constant:
3740:119          0 (const uint)
3750:119        Constant:
3760:119          1 (const uint)
3770:119        Constant:
3780:119          2 (const uint)
3790:119        Constant:
3800:119          3 (const uint)
3810:119        Constant:
3820:119          0 (const uint)
3830:119        Constant:
3840:119          0.500000
3850:119          0.500000
3860:119          0.500000
3870:119        Constant:
3880:119          0.500000
3890:119        Constant:
3900:119          1.000000
3910:119          1.000000
3920:119          1.000000
3930:119        Constant:
3940:119          0.750000
3950:119        Constant:
3960:119          1 (const int)
3970:123  Function Definition: basic_works( ( global void)
3980:123    Function Parameters:
3990:125    Sequence
4000:125      'gl_SubgroupSize' ( volatile in uint SubgroupSize)
4010:126      'gl_SubgroupInvocationID' ( volatile in uint SubgroupInvocationID)
4020:127      subgroupBarrier ( global void)
4030:128      subgroupMemoryBarrier ( global void)
4040:129      subgroupMemoryBarrierBuffer ( global void)
4050:130      subgroupMemoryBarrierImage ( global void)
4060:131      subgroupElect ( global bool)
4070:135  Function Definition: ballot_works(vf4; ( global void)
4080:135    Function Parameters:
4090:135      'f4' ( in 4-component vector of float)
4100:136    Sequence
4110:136      'gl_SubgroupEqMask' ( volatile in 4-component vector of uint SubgroupEqMask)
4120:137      'gl_SubgroupGeMask' ( volatile in 4-component vector of uint SubgroupGeMask)
4130:138      'gl_SubgroupGtMask' ( volatile in 4-component vector of uint SubgroupGtMask)
4140:139      'gl_SubgroupLeMask' ( volatile in 4-component vector of uint SubgroupLeMask)
4150:140      'gl_SubgroupLtMask' ( volatile in 4-component vector of uint SubgroupLtMask)
4160:141      subgroupBroadcast ( global 4-component vector of float)
4170:141        'f4' ( in 4-component vector of float)
4180:141        Constant:
4190:141          0 (const uint)
4200:142      subgroupBroadcastFirst ( global 4-component vector of float)
4210:142        'f4' ( in 4-component vector of float)
4220:143      Sequence
4230:143        move second child to first child ( temp 4-component vector of uint)
4240:143          'ballot' ( temp 4-component vector of uint)
4250:143          subgroupBallot ( global 4-component vector of uint)
4260:143            Constant:
4270:143              false (const bool)
4280:144      subgroupInverseBallot ( global bool)
4290:144        Constant:
4300:144          1 (const uint)
4310:144          1 (const uint)
4320:144          1 (const uint)
4330:144          1 (const uint)
4340:145      subgroupBallotBitExtract ( global bool)
4350:145        'ballot' ( temp 4-component vector of uint)
4360:145        Constant:
4370:145          0 (const uint)
4380:146      subgroupBallotBitCount ( global uint)
4390:146        'ballot' ( temp 4-component vector of uint)
4400:147      subgroupBallotInclusiveBitCount ( global uint)
4410:147        'ballot' ( temp 4-component vector of uint)
4420:148      subgroupBallotExclusiveBitCount ( global uint)
4430:148        'ballot' ( temp 4-component vector of uint)
4440:149      subgroupBallotFindLSB ( global uint)
4450:149        'ballot' ( temp 4-component vector of uint)
4460:150      subgroupBallotFindMSB ( global uint)
4470:150        'ballot' ( temp 4-component vector of uint)
4480:154  Function Definition: vote_works(vf4; ( global void)
4490:154    Function Parameters:
4500:154      'f4' ( in 4-component vector of float)
4510:156    Sequence
4520:156      subgroupAll ( global bool)
4530:156        Constant:
4540:156          true (const bool)
4550:157      subgroupAny ( global bool)
4560:157        Constant:
4570:157          false (const bool)
4580:158      subgroupAllEqual ( global bool)
4590:158        'f4' ( in 4-component vector of float)
4600:163  Function Definition: shuffle_works(vf4; ( global void)
4610:163    Function Parameters:
4620:163      'f4' ( in 4-component vector of float)
4630:165    Sequence
4640:165      subgroupShuffle ( global 4-component vector of float)
4650:165        'f4' ( in 4-component vector of float)
4660:165        Constant:
4670:165          0 (const uint)
4680:166      subgroupShuffleXor ( global 4-component vector of float)
4690:166        'f4' ( in 4-component vector of float)
4700:166        Constant:
4710:166          1 (const uint)
4720:167      subgroupShuffleUp ( global 4-component vector of float)
4730:167        'f4' ( in 4-component vector of float)
4740:167        Constant:
4750:167          1 (const uint)
4760:168      subgroupShuffleDown ( global 4-component vector of float)
4770:168        'f4' ( in 4-component vector of float)
4780:168        Constant:
4790:168          1 (const uint)
4800:172  Function Definition: arith_works(vf4; ( global void)
4810:172    Function Parameters:
4820:172      'f4' ( in 4-component vector of float)
4830:?     Sequence
4840:175      subgroupAdd ( global 4-component vector of float)
4850:175        'f4' ( in 4-component vector of float)
4860:176      subgroupMul ( global 4-component vector of float)
4870:176        'f4' ( in 4-component vector of float)
4880:177      subgroupMin ( global 4-component vector of float)
4890:177        'f4' ( in 4-component vector of float)
4900:178      subgroupMax ( global 4-component vector of float)
4910:178        'f4' ( in 4-component vector of float)
4920:179      subgroupAnd ( global 4-component vector of uint)
4930:179        'ballot' ( temp 4-component vector of uint)
4940:180      subgroupOr ( global 4-component vector of uint)
4950:180        'ballot' ( temp 4-component vector of uint)
4960:181      subgroupXor ( global 4-component vector of uint)
4970:181        'ballot' ( temp 4-component vector of uint)
4980:182      subgroupInclusiveAdd ( global 4-component vector of float)
4990:182        'f4' ( in 4-component vector of float)
5000:183      subgroupInclusiveMul ( global 4-component vector of float)
5010:183        'f4' ( in 4-component vector of float)
5020:184      subgroupInclusiveMin ( global 4-component vector of float)
5030:184        'f4' ( in 4-component vector of float)
5040:185      subgroupInclusiveMax ( global 4-component vector of float)
5050:185        'f4' ( in 4-component vector of float)
5060:186      subgroupInclusiveAnd ( global 4-component vector of uint)
5070:186        'ballot' ( temp 4-component vector of uint)
5080:187      subgroupInclusiveOr ( global 4-component vector of uint)
5090:187        'ballot' ( temp 4-component vector of uint)
5100:188      subgroupInclusiveXor ( global 4-component vector of uint)
5110:188        'ballot' ( temp 4-component vector of uint)
5120:189      subgroupExclusiveAdd ( global 4-component vector of float)
5130:189        'f4' ( in 4-component vector of float)
5140:190      subgroupExclusiveMul ( global 4-component vector of float)
5150:190        'f4' ( in 4-component vector of float)
5160:191      subgroupExclusiveMin ( global 4-component vector of float)
5170:191        'f4' ( in 4-component vector of float)
5180:192      subgroupExclusiveMax ( global 4-component vector of float)
5190:192        'f4' ( in 4-component vector of float)
5200:193      subgroupExclusiveAnd ( global 4-component vector of uint)
5210:193        'ballot' ( temp 4-component vector of uint)
5220:194      subgroupExclusiveOr ( global 4-component vector of uint)
5230:194        'ballot' ( temp 4-component vector of uint)
5240:195      subgroupExclusiveXor ( global 4-component vector of uint)
5250:195        'ballot' ( temp 4-component vector of uint)
5260:199  Function Definition: clustered_works(vf4; ( global void)
5270:199    Function Parameters:
5280:199      'f4' ( in 4-component vector of float)
5290:201    Sequence
5300:201      Sequence
5310:201        move second child to first child ( temp 4-component vector of uint)
5320:201          'ballot' ( temp 4-component vector of uint)
5330:201          Constant:
5340:201            85 (const uint)
5350:201            0 (const uint)
5360:201            0 (const uint)
5370:201            0 (const uint)
5380:202      subgroupClusteredAdd ( global 4-component vector of float)
5390:202        'f4' ( in 4-component vector of float)
5400:202        Constant:
5410:202          2 (const uint)
5420:203      subgroupClusteredMul ( global 4-component vector of float)
5430:203        'f4' ( in 4-component vector of float)
5440:203        Constant:
5450:203          2 (const uint)
5460:204      subgroupClusteredMin ( global 4-component vector of float)
5470:204        'f4' ( in 4-component vector of float)
5480:204        Constant:
5490:204          2 (const uint)
5500:205      subgroupClusteredMax ( global 4-component vector of float)
5510:205        'f4' ( in 4-component vector of float)
5520:205        Constant:
5530:205          2 (const uint)
5540:206      subgroupClusteredAnd ( global 4-component vector of uint)
5550:206        'ballot' ( temp 4-component vector of uint)
5560:206        Constant:
5570:206          2 (const uint)
5580:207      subgroupClusteredOr ( global 4-component vector of uint)
5590:207        'ballot' ( temp 4-component vector of uint)
5600:207        Constant:
5610:207          2 (const uint)
5620:208      subgroupClusteredXor ( global 4-component vector of uint)
5630:208        'ballot' ( temp 4-component vector of uint)
5640:208        Constant:
5650:208          2 (const uint)
5660:212  Function Definition: quad_works(vf4; ( global void)
5670:212    Function Parameters:
5680:212      'f4' ( in 4-component vector of float)
5690:214    Sequence
5700:214      subgroupQuadBroadcast ( global 4-component vector of float)
5710:214        'f4' ( in 4-component vector of float)
5720:214        Constant:
5730:214          0 (const uint)
5740:215      subgroupQuadSwapHorizontal ( global 4-component vector of float)
5750:215        'f4' ( in 4-component vector of float)
5760:216      subgroupQuadSwapVertical ( global 4-component vector of float)
5770:216        'f4' ( in 4-component vector of float)
5780:217      subgroupQuadSwapDiagonal ( global 4-component vector of float)
5790:217        'f4' ( in 4-component vector of float)
5800:221  Function Definition: partitioned_works(vf4; ( global void)
5810:221    Function Parameters:
5820:221      'f4' ( in 4-component vector of float)
5830:223    Sequence
5840:223      Sequence
5850:223        move second child to first child ( temp 4-component vector of uint)
5860:223          'parti' ( temp 4-component vector of uint)
5870:223          subgroupPartitionNV ( global 4-component vector of uint)
5880:223            'f4' ( in 4-component vector of float)
5890:224      Sequence
5900:224        move second child to first child ( temp 4-component vector of uint)
5910:224          'ballot' ( temp 4-component vector of uint)
5920:224          Constant:
5930:224            85 (const uint)
5940:224            0 (const uint)
5950:224            0 (const uint)
5960:224            0 (const uint)
5970:225      subgroupPartitionedAddNV ( global 4-component vector of float)
5980:225        'f4' ( in 4-component vector of float)
5990:225        'parti' ( temp 4-component vector of uint)
6000:226      subgroupPartitionedMulNV ( global 4-component vector of float)
6010:226        'f4' ( in 4-component vector of float)
6020:226        'parti' ( temp 4-component vector of uint)
6030:227      subgroupPartitionedMinNV ( global 4-component vector of float)
6040:227        'f4' ( in 4-component vector of float)
6050:227        'parti' ( temp 4-component vector of uint)
6060:228      subgroupPartitionedMaxNV ( global 4-component vector of float)
6070:228        'f4' ( in 4-component vector of float)
6080:228        'parti' ( temp 4-component vector of uint)
6090:229      subgroupPartitionedAndNV ( global 4-component vector of uint)
6100:229        'ballot' ( temp 4-component vector of uint)
6110:229        'parti' ( temp 4-component vector of uint)
6120:230      subgroupPartitionedOrNV ( global 4-component vector of uint)
6130:230        'ballot' ( temp 4-component vector of uint)
6140:230        'parti' ( temp 4-component vector of uint)
6150:231      subgroupPartitionedXorNV ( global 4-component vector of uint)
6160:231        'ballot' ( temp 4-component vector of uint)
6170:231        'parti' ( temp 4-component vector of uint)
6180:232      subgroupPartitionedInclusiveAddNV ( global 4-component vector of float)
6190:232        'f4' ( in 4-component vector of float)
6200:232        'parti' ( temp 4-component vector of uint)
6210:233      subgroupPartitionedInclusiveMulNV ( global 4-component vector of float)
6220:233        'f4' ( in 4-component vector of float)
6230:233        'parti' ( temp 4-component vector of uint)
6240:234      subgroupPartitionedInclusiveMinNV ( global 4-component vector of float)
6250:234        'f4' ( in 4-component vector of float)
6260:234        'parti' ( temp 4-component vector of uint)
6270:235      subgroupPartitionedInclusiveMaxNV ( global 4-component vector of float)
6280:235        'f4' ( in 4-component vector of float)
6290:235        'parti' ( temp 4-component vector of uint)
6300:236      subgroupPartitionedInclusiveAndNV ( global 4-component vector of uint)
6310:236        'ballot' ( temp 4-component vector of uint)
6320:236        'parti' ( temp 4-component vector of uint)
6330:237      subgroupPartitionedInclusiveOrNV ( global 4-component vector of uint)
6340:237        'ballot' ( temp 4-component vector of uint)
6350:237        'parti' ( temp 4-component vector of uint)
6360:238      subgroupPartitionedInclusiveXorNV ( global 4-component vector of uint)
6370:238        'ballot' ( temp 4-component vector of uint)
6380:238        'parti' ( temp 4-component vector of uint)
6390:239      subgroupPartitionedExclusiveAddNV ( global 4-component vector of float)
6400:239        'f4' ( in 4-component vector of float)
6410:239        'parti' ( temp 4-component vector of uint)
6420:240      subgroupPartitionedExclusiveMulNV ( global 4-component vector of float)
6430:240        'f4' ( in 4-component vector of float)
6440:240        'parti' ( temp 4-component vector of uint)
6450:241      subgroupPartitionedExclusiveMinNV ( global 4-component vector of float)
6460:241        'f4' ( in 4-component vector of float)
6470:241        'parti' ( temp 4-component vector of uint)
6480:242      subgroupPartitionedExclusiveMaxNV ( global 4-component vector of float)
6490:242        'f4' ( in 4-component vector of float)
6500:242        'parti' ( temp 4-component vector of uint)
6510:243      subgroupPartitionedExclusiveAndNV ( global 4-component vector of uint)
6520:243        'ballot' ( temp 4-component vector of uint)
6530:243        'parti' ( temp 4-component vector of uint)
6540:244      subgroupPartitionedExclusiveOrNV ( global 4-component vector of uint)
6550:244        'ballot' ( temp 4-component vector of uint)
6560:244        'parti' ( temp 4-component vector of uint)
6570:245      subgroupPartitionedExclusiveXorNV ( global 4-component vector of uint)
6580:245        'ballot' ( temp 4-component vector of uint)
6590:245        'parti' ( temp 4-component vector of uint)
6600:249  Function Definition: sm_builtins_err( ( global void)
6610:249    Function Parameters:
6620:251    Sequence
6630:251      'gl_WarpsPerSMNV' ( in uint WarpsPerSMNV)
6640:252      'gl_SMCountNV' ( in uint SMCountNV)
6650:253      'gl_WarpIDNV' ( volatile in uint WarpIDNV)
6660:254      'gl_SMIDNV' ( volatile in uint SMIDNV)
6670:261  Function Definition: sm_builtins( ( global void)
6680:261    Function Parameters:
6690:263    Sequence
6700:263      'gl_WarpsPerSMNV' ( in uint WarpsPerSMNV)
6710:264      'gl_SMCountNV' ( in uint SMCountNV)
6720:265      'gl_WarpIDNV' ( volatile in uint WarpIDNV)
6730:266      'gl_SMIDNV' ( volatile in uint SMIDNV)
6740:?   Linker Objects
6750:?     'accNV' (layout( set=0 binding=0) uniform accelerationStructureNV)
6760:?     'localPayload' (layout( location=0) rayPayloadNV 4-component vector of float)
6770:?     'incomingPayload' (layout( location=1) rayPayloadInNV 4-component vector of float)
678
679
680Linked miss stage:
681
682
683Shader version: 460
684Requested GL_KHR_shader_subgroup_arithmetic
685Requested GL_KHR_shader_subgroup_ballot
686Requested GL_KHR_shader_subgroup_basic
687Requested GL_KHR_shader_subgroup_clustered
688Requested GL_KHR_shader_subgroup_quad
689Requested GL_KHR_shader_subgroup_shuffle
690Requested GL_KHR_shader_subgroup_shuffle_relative
691Requested GL_KHR_shader_subgroup_vote
692Requested GL_NV_ray_tracing
693Requested GL_NV_shader_sm_builtins
694Requested GL_NV_shader_subgroup_partitioned
695ERROR: node is still EOpNull!
6960:109  Function Definition: main( ( global void)
6970:109    Function Parameters:
6980:111    Sequence
6990:111      Sequence
7000:111        move second child to first child ( temp 3-component vector of uint)
7010:111          'v0' ( temp 3-component vector of uint)
7020:111          'gl_LaunchIDNV' ( in 3-component vector of uint LaunchIdNV)
7030:112      Sequence
7040:112        move second child to first child ( temp 3-component vector of uint)
7050:112          'v1' ( temp 3-component vector of uint)
7060:112          'gl_LaunchSizeNV' ( in 3-component vector of uint LaunchSizeNV)
7070:113      Sequence
7080:113        move second child to first child ( temp 3-component vector of float)
7090:113          'v2' ( temp 3-component vector of float)
7100:113          'gl_WorldRayOriginNV' ( in 3-component vector of float WorldRayOriginNV)
7110:114      Sequence
7120:114        move second child to first child ( temp 3-component vector of float)
7130:114          'v3' ( temp 3-component vector of float)
7140:114          'gl_WorldRayDirectionNV' ( in 3-component vector of float WorldRayDirectionNV)
7150:115      Sequence
7160:115        move second child to first child ( temp 3-component vector of float)
7170:115          'v4' ( temp 3-component vector of float)
7180:115          'gl_ObjectRayOriginNV' ( in 3-component vector of float ObjectRayOriginNV)
7190:116      Sequence
7200:116        move second child to first child ( temp 3-component vector of float)
7210:116          'v5' ( temp 3-component vector of float)
7220:116          'gl_ObjectRayDirectionNV' ( in 3-component vector of float ObjectRayDirectionNV)
7230:117      Sequence
7240:117        move second child to first child ( temp float)
7250:117          'v6' ( temp float)
7260:117          'gl_RayTminNV' ( in float ObjectRayTminNV)
7270:118      Sequence
7280:118        move second child to first child ( temp float)
7290:118          'v7' ( temp float)
7300:118          'gl_RayTmaxNV' ( in float ObjectRayTmaxNV)
7310:119      traceNV ( global void)
7320:119        'accNV' (layout( set=0 binding=0) uniform accelerationStructureNV)
7330:119        Constant:
7340:119          0 (const uint)
7350:119        Constant:
7360:119          1 (const uint)
7370:119        Constant:
7380:119          2 (const uint)
7390:119        Constant:
7400:119          3 (const uint)
7410:119        Constant:
7420:119          0 (const uint)
7430:119        Constant:
7440:119          0.500000
7450:119          0.500000
7460:119          0.500000
7470:119        Constant:
7480:119          0.500000
7490:119        Constant:
7500:119          1.000000
7510:119          1.000000
7520:119          1.000000
7530:119        Constant:
7540:119          0.750000
7550:119        Constant:
7560:119          1 (const int)
7570:?   Linker Objects
7580:?     'accNV' (layout( set=0 binding=0) uniform accelerationStructureNV)
7590:?     'localPayload' (layout( location=0) rayPayloadNV 4-component vector of float)
7600:?     'incomingPayload' (layout( location=1) rayPayloadInNV 4-component vector of float)
761
762