1glsl.450.subgroup.tesc
2ERROR: 0:6: 'gl_SubgroupSize' : required extension not requested: GL_KHR_shader_subgroup_basic
3ERROR: 0:7: 'gl_SubgroupInvocationID' : required extension not requested: GL_KHR_shader_subgroup_basic
4ERROR: 0:8: 'subgroupBarrier' : required extension not requested: GL_KHR_shader_subgroup_basic
5ERROR: 0:9: 'subgroupMemoryBarrier' : required extension not requested: GL_KHR_shader_subgroup_basic
6ERROR: 0:10: 'subgroupMemoryBarrierBuffer' : required extension not requested: GL_KHR_shader_subgroup_basic
7ERROR: 0:11: 'subgroupMemoryBarrierImage' : required extension not requested: GL_KHR_shader_subgroup_basic
8ERROR: 0:12: 'subgroupElect' : required extension not requested: GL_KHR_shader_subgroup_basic
9ERROR: 0:13: 'gl_NumSubgroups' : undeclared identifier
10ERROR: 0:14: 'gl_SubgroupID' : undeclared identifier
11ERROR: 0:15: 'subgroupMemoryBarrierShared' : no matching overloaded function found
12ERROR: 0:17: 'subgroupAll' : required extension not requested: GL_KHR_shader_subgroup_vote
13ERROR: 0:18: 'subgroupAny' : required extension not requested: GL_KHR_shader_subgroup_vote
14ERROR: 0:19: 'subgroupAllEqual' : required extension not requested: GL_KHR_shader_subgroup_vote
15ERROR: 0:21: 'gl_SubgroupEqMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
16ERROR: 0:22: 'gl_SubgroupGeMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
17ERROR: 0:23: 'gl_SubgroupGtMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
18ERROR: 0:24: 'gl_SubgroupLeMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
19ERROR: 0:25: 'gl_SubgroupLtMask' : required extension not requested: GL_KHR_shader_subgroup_ballot
20ERROR: 0:26: 'subgroupBroadcast' : required extension not requested: GL_KHR_shader_subgroup_ballot
21ERROR: 0:27: 'subgroupBroadcastFirst' : required extension not requested: GL_KHR_shader_subgroup_ballot
22ERROR: 0:28: 'subgroupBallot' : required extension not requested: GL_KHR_shader_subgroup_ballot
23ERROR: 0:29: 'subgroupInverseBallot' : required extension not requested: GL_KHR_shader_subgroup_ballot
24ERROR: 0:30: 'subgroupBallotBitExtract' : required extension not requested: GL_KHR_shader_subgroup_ballot
25ERROR: 0:31: 'subgroupBallotBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
26ERROR: 0:32: 'subgroupBallotInclusiveBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
27ERROR: 0:33: 'subgroupBallotExclusiveBitCount' : required extension not requested: GL_KHR_shader_subgroup_ballot
28ERROR: 0:34: 'subgroupBallotFindLSB' : required extension not requested: GL_KHR_shader_subgroup_ballot
29ERROR: 0:35: 'subgroupBallotFindMSB' : required extension not requested: GL_KHR_shader_subgroup_ballot
30ERROR: 0:37: 'subgroupShuffle' : required extension not requested: GL_KHR_shader_subgroup_shuffle
31ERROR: 0:38: 'subgroupShuffleXor' : required extension not requested: GL_KHR_shader_subgroup_shuffle
32ERROR: 0:39: 'subgroupShuffleUp' : required extension not requested: GL_KHR_shader_subgroup_shuffle_relative
33ERROR: 0:40: 'subgroupShuffleDown' : required extension not requested: GL_KHR_shader_subgroup_shuffle_relative
34ERROR: 0:42: 'subgroupAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
35ERROR: 0:43: 'subgroupMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
36ERROR: 0:44: 'subgroupMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
37ERROR: 0:45: 'subgroupMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
38ERROR: 0:46: 'subgroupAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
39ERROR: 0:47: 'subgroupOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
40ERROR: 0:48: 'subgroupXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
41ERROR: 0:49: 'subgroupInclusiveAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
42ERROR: 0:50: 'subgroupInclusiveMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
43ERROR: 0:51: 'subgroupInclusiveMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
44ERROR: 0:52: 'subgroupInclusiveMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
45ERROR: 0:53: 'subgroupInclusiveAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
46ERROR: 0:54: 'subgroupInclusiveOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
47ERROR: 0:55: 'subgroupInclusiveXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
48ERROR: 0:56: 'subgroupExclusiveAdd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
49ERROR: 0:57: 'subgroupExclusiveMul' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
50ERROR: 0:58: 'subgroupExclusiveMin' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
51ERROR: 0:59: 'subgroupExclusiveMax' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
52ERROR: 0:60: 'subgroupExclusiveAnd' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
53ERROR: 0:61: 'subgroupExclusiveOr' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
54ERROR: 0:62: 'subgroupExclusiveXor' : required extension not requested: GL_KHR_shader_subgroup_arithmetic
55ERROR: 0:64: 'subgroupClusteredAdd' : required extension not requested: GL_KHR_shader_subgroup_clustered
56ERROR: 0:65: 'subgroupClusteredMul' : required extension not requested: GL_KHR_shader_subgroup_clustered
57ERROR: 0:66: 'subgroupClusteredMin' : required extension not requested: GL_KHR_shader_subgroup_clustered
58ERROR: 0:67: 'subgroupClusteredMax' : required extension not requested: GL_KHR_shader_subgroup_clustered
59ERROR: 0:68: 'subgroupClusteredAnd' : required extension not requested: GL_KHR_shader_subgroup_clustered
60ERROR: 0:69: 'subgroupClusteredOr' : required extension not requested: GL_KHR_shader_subgroup_clustered
61ERROR: 0:70: 'subgroupClusteredXor' : required extension not requested: GL_KHR_shader_subgroup_clustered
62ERROR: 0:72: 'subgroupQuadBroadcast' : required extension not requested: GL_KHR_shader_subgroup_quad
63ERROR: 0:73: 'subgroupQuadSwapHorizontal' : required extension not requested: GL_KHR_shader_subgroup_quad
64ERROR: 0:74: 'subgroupQuadSwapVertical' : required extension not requested: GL_KHR_shader_subgroup_quad
65ERROR: 0:75: 'subgroupQuadSwapDiagonal' : required extension not requested: GL_KHR_shader_subgroup_quad
66ERROR: 0:77: 'subgroupPartitionNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
67ERROR: 0:78: 'subgroupPartitionedAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
68ERROR: 0:79: 'subgroupPartitionedMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
69ERROR: 0:80: 'subgroupPartitionedMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
70ERROR: 0:81: 'subgroupPartitionedMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
71ERROR: 0:82: 'subgroupPartitionedAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
72ERROR: 0:83: 'subgroupPartitionedOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
73ERROR: 0:84: 'subgroupPartitionedXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
74ERROR: 0:85: 'subgroupPartitionedInclusiveAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
75ERROR: 0:86: 'subgroupPartitionedInclusiveMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
76ERROR: 0:87: 'subgroupPartitionedInclusiveMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
77ERROR: 0:88: 'subgroupPartitionedInclusiveMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
78ERROR: 0:89: 'subgroupPartitionedInclusiveAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
79ERROR: 0:90: 'subgroupPartitionedInclusiveOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
80ERROR: 0:91: 'subgroupPartitionedInclusiveXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
81ERROR: 0:92: 'subgroupPartitionedExclusiveAddNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
82ERROR: 0:93: 'subgroupPartitionedExclusiveMulNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
83ERROR: 0:94: 'subgroupPartitionedExclusiveMinNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
84ERROR: 0:95: 'subgroupPartitionedExclusiveMaxNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
85ERROR: 0:96: 'subgroupPartitionedExclusiveAndNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
86ERROR: 0:97: 'subgroupPartitionedExclusiveOrNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
87ERROR: 0:98: 'subgroupPartitionedExclusiveXorNV' : required extension not requested: GL_NV_shader_subgroup_partitioned
88ERROR: 0:237: 'gl_WarpsPerSMNV' : required extension not requested: GL_NV_shader_sm_builtins
89ERROR: 0:238: 'gl_SMCountNV' : required extension not requested: GL_NV_shader_sm_builtins
90ERROR: 0:239: 'gl_WarpIDNV' : required extension not requested: GL_NV_shader_sm_builtins
91ERROR: 0:240: 'gl_SMIDNV' : required extension not requested: GL_NV_shader_sm_builtins
92ERROR: 90 compilation errors.  No code generated.
93
94
95Shader version: 450
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_shader_sm_builtins
105Requested GL_NV_shader_subgroup_partitioned
106vertices = 1
107ERROR: node is still EOpNull!
1080:3  Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
1090:3    Function Parameters:
1100:3      'f4' ( in 4-component vector of float)
1110:?     Sequence
1120:6      'gl_SubgroupSize' ( in uint SubgroupSize)
1130:7      'gl_SubgroupInvocationID' ( in uint SubgroupInvocationID)
1140:8      subgroupBarrier ( global void)
1150:9      subgroupMemoryBarrier ( global void)
1160:10      subgroupMemoryBarrierBuffer ( global void)
1170:11      subgroupMemoryBarrierImage ( global void)
1180:12      subgroupElect ( global bool)
1190:13      'gl_NumSubgroups' ( temp float)
1200:14      'gl_SubgroupID' ( temp float)
1210:15      Constant:
1220:15        0.000000
1230:17      subgroupAll ( global bool)
1240:17        Constant:
1250:17          true (const bool)
1260:18      subgroupAny ( global bool)
1270:18        Constant:
1280:18          false (const bool)
1290:19      subgroupAllEqual ( global bool)
1300:19        'f4' ( in 4-component vector of float)
1310:21      'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
1320:22      'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
1330:23      'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
1340:24      'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
1350:25      'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
1360:26      subgroupBroadcast ( global 4-component vector of float)
1370:26        'f4' ( in 4-component vector of float)
1380:26        Constant:
1390:26          0 (const uint)
1400:27      subgroupBroadcastFirst ( global 4-component vector of float)
1410:27        'f4' ( in 4-component vector of float)
1420:28      Sequence
1430:28        move second child to first child ( temp 4-component vector of uint)
1440:28          'ballot' ( temp 4-component vector of uint)
1450:28          subgroupBallot ( global 4-component vector of uint)
1460:28            Constant:
1470:28              false (const bool)
1480:29      subgroupInverseBallot ( global bool)
1490:29        Constant:
1500:29          1 (const uint)
1510:29          1 (const uint)
1520:29          1 (const uint)
1530:29          1 (const uint)
1540:30      subgroupBallotBitExtract ( global bool)
1550:30        'ballot' ( temp 4-component vector of uint)
1560:30        Constant:
1570:30          0 (const uint)
1580:31      subgroupBallotBitCount ( global uint)
1590:31        'ballot' ( temp 4-component vector of uint)
1600:32      subgroupBallotInclusiveBitCount ( global uint)
1610:32        'ballot' ( temp 4-component vector of uint)
1620:33      subgroupBallotExclusiveBitCount ( global uint)
1630:33        'ballot' ( temp 4-component vector of uint)
1640:34      subgroupBallotFindLSB ( global uint)
1650:34        'ballot' ( temp 4-component vector of uint)
1660:35      subgroupBallotFindMSB ( global uint)
1670:35        'ballot' ( temp 4-component vector of uint)
1680:37      subgroupShuffle ( global 4-component vector of float)
1690:37        'f4' ( in 4-component vector of float)
1700:37        Constant:
1710:37          0 (const uint)
1720:38      subgroupShuffleXor ( global 4-component vector of float)
1730:38        'f4' ( in 4-component vector of float)
1740:38        Constant:
1750:38          1 (const uint)
1760:39      subgroupShuffleUp ( global 4-component vector of float)
1770:39        'f4' ( in 4-component vector of float)
1780:39        Constant:
1790:39          1 (const uint)
1800:40      subgroupShuffleDown ( global 4-component vector of float)
1810:40        'f4' ( in 4-component vector of float)
1820:40        Constant:
1830:40          1 (const uint)
1840:42      move second child to first child ( temp 4-component vector of float)
1850:42        'result' ( temp 4-component vector of float)
1860:42        subgroupAdd ( global 4-component vector of float)
1870:42          'f4' ( in 4-component vector of float)
1880:43      subgroupMul ( global 4-component vector of float)
1890:43        'f4' ( in 4-component vector of float)
1900:44      subgroupMin ( global 4-component vector of float)
1910:44        'f4' ( in 4-component vector of float)
1920:45      subgroupMax ( global 4-component vector of float)
1930:45        'f4' ( in 4-component vector of float)
1940:46      subgroupAnd ( global 4-component vector of uint)
1950:46        'ballot' ( temp 4-component vector of uint)
1960:47      subgroupOr ( global 4-component vector of uint)
1970:47        'ballot' ( temp 4-component vector of uint)
1980:48      subgroupXor ( global 4-component vector of uint)
1990:48        'ballot' ( temp 4-component vector of uint)
2000:49      subgroupInclusiveAdd ( global 4-component vector of float)
2010:49        'f4' ( in 4-component vector of float)
2020:50      subgroupInclusiveMul ( global 4-component vector of float)
2030:50        'f4' ( in 4-component vector of float)
2040:51      subgroupInclusiveMin ( global 4-component vector of float)
2050:51        'f4' ( in 4-component vector of float)
2060:52      subgroupInclusiveMax ( global 4-component vector of float)
2070:52        'f4' ( in 4-component vector of float)
2080:53      subgroupInclusiveAnd ( global 4-component vector of uint)
2090:53        'ballot' ( temp 4-component vector of uint)
2100:54      subgroupInclusiveOr ( global 4-component vector of uint)
2110:54        'ballot' ( temp 4-component vector of uint)
2120:55      subgroupInclusiveXor ( global 4-component vector of uint)
2130:55        'ballot' ( temp 4-component vector of uint)
2140:56      subgroupExclusiveAdd ( global 4-component vector of float)
2150:56        'f4' ( in 4-component vector of float)
2160:57      subgroupExclusiveMul ( global 4-component vector of float)
2170:57        'f4' ( in 4-component vector of float)
2180:58      subgroupExclusiveMin ( global 4-component vector of float)
2190:58        'f4' ( in 4-component vector of float)
2200:59      subgroupExclusiveMax ( global 4-component vector of float)
2210:59        'f4' ( in 4-component vector of float)
2220:60      subgroupExclusiveAnd ( global 4-component vector of uint)
2230:60        'ballot' ( temp 4-component vector of uint)
2240:61      subgroupExclusiveOr ( global 4-component vector of uint)
2250:61        'ballot' ( temp 4-component vector of uint)
2260:62      subgroupExclusiveXor ( global 4-component vector of uint)
2270:62        'ballot' ( temp 4-component vector of uint)
2280:64      subgroupClusteredAdd ( global 4-component vector of float)
2290:64        'f4' ( in 4-component vector of float)
2300:64        Constant:
2310:64          2 (const uint)
2320:65      subgroupClusteredMul ( global 4-component vector of float)
2330:65        'f4' ( in 4-component vector of float)
2340:65        Constant:
2350:65          2 (const uint)
2360:66      subgroupClusteredMin ( global 4-component vector of float)
2370:66        'f4' ( in 4-component vector of float)
2380:66        Constant:
2390:66          2 (const uint)
2400:67      subgroupClusteredMax ( global 4-component vector of float)
2410:67        'f4' ( in 4-component vector of float)
2420:67        Constant:
2430:67          2 (const uint)
2440:68      subgroupClusteredAnd ( global 4-component vector of uint)
2450:68        'ballot' ( temp 4-component vector of uint)
2460:68        Constant:
2470:68          2 (const uint)
2480:69      subgroupClusteredOr ( global 4-component vector of uint)
2490:69        'ballot' ( temp 4-component vector of uint)
2500:69        Constant:
2510:69          2 (const uint)
2520:70      subgroupClusteredXor ( global 4-component vector of uint)
2530:70        'ballot' ( temp 4-component vector of uint)
2540:70        Constant:
2550:70          2 (const uint)
2560:72      subgroupQuadBroadcast ( global 4-component vector of float)
2570:72        'f4' ( in 4-component vector of float)
2580:72        Constant:
2590:72          0 (const uint)
2600:73      subgroupQuadSwapHorizontal ( global 4-component vector of float)
2610:73        'f4' ( in 4-component vector of float)
2620:74      subgroupQuadSwapVertical ( global 4-component vector of float)
2630:74        'f4' ( in 4-component vector of float)
2640:75      subgroupQuadSwapDiagonal ( global 4-component vector of float)
2650:75        'f4' ( in 4-component vector of float)
2660:77      Sequence
2670:77        move second child to first child ( temp 4-component vector of uint)
2680:77          'parti' ( temp 4-component vector of uint)
2690:77          subgroupPartitionNV ( global 4-component vector of uint)
2700:77            'f4' ( in 4-component vector of float)
2710:78      subgroupPartitionedAddNV ( global 4-component vector of float)
2720:78        'f4' ( in 4-component vector of float)
2730:78        'parti' ( temp 4-component vector of uint)
2740:79      subgroupPartitionedMulNV ( global 4-component vector of float)
2750:79        'f4' ( in 4-component vector of float)
2760:79        'parti' ( temp 4-component vector of uint)
2770:80      subgroupPartitionedMinNV ( global 4-component vector of float)
2780:80        'f4' ( in 4-component vector of float)
2790:80        'parti' ( temp 4-component vector of uint)
2800:81      subgroupPartitionedMaxNV ( global 4-component vector of float)
2810:81        'f4' ( in 4-component vector of float)
2820:81        'parti' ( temp 4-component vector of uint)
2830:82      subgroupPartitionedAndNV ( global 4-component vector of uint)
2840:82        'ballot' ( temp 4-component vector of uint)
2850:82        'parti' ( temp 4-component vector of uint)
2860:83      subgroupPartitionedOrNV ( global 4-component vector of uint)
2870:83        'ballot' ( temp 4-component vector of uint)
2880:83        'parti' ( temp 4-component vector of uint)
2890:84      subgroupPartitionedXorNV ( global 4-component vector of uint)
2900:84        'ballot' ( temp 4-component vector of uint)
2910:84        'parti' ( temp 4-component vector of uint)
2920:85      subgroupPartitionedInclusiveAddNV ( global 4-component vector of float)
2930:85        'f4' ( in 4-component vector of float)
2940:85        'parti' ( temp 4-component vector of uint)
2950:86      subgroupPartitionedInclusiveMulNV ( global 4-component vector of float)
2960:86        'f4' ( in 4-component vector of float)
2970:86        'parti' ( temp 4-component vector of uint)
2980:87      subgroupPartitionedInclusiveMinNV ( global 4-component vector of float)
2990:87        'f4' ( in 4-component vector of float)
3000:87        'parti' ( temp 4-component vector of uint)
3010:88      subgroupPartitionedInclusiveMaxNV ( global 4-component vector of float)
3020:88        'f4' ( in 4-component vector of float)
3030:88        'parti' ( temp 4-component vector of uint)
3040:89      subgroupPartitionedInclusiveAndNV ( global 4-component vector of uint)
3050:89        'ballot' ( temp 4-component vector of uint)
3060:89        'parti' ( temp 4-component vector of uint)
3070:90      subgroupPartitionedInclusiveOrNV ( global 4-component vector of uint)
3080:90        'ballot' ( temp 4-component vector of uint)
3090:90        'parti' ( temp 4-component vector of uint)
3100:91      subgroupPartitionedInclusiveXorNV ( global 4-component vector of uint)
3110:91        'ballot' ( temp 4-component vector of uint)
3120:91        'parti' ( temp 4-component vector of uint)
3130:92      subgroupPartitionedExclusiveAddNV ( global 4-component vector of float)
3140:92        'f4' ( in 4-component vector of float)
3150:92        'parti' ( temp 4-component vector of uint)
3160:93      subgroupPartitionedExclusiveMulNV ( global 4-component vector of float)
3170:93        'f4' ( in 4-component vector of float)
3180:93        'parti' ( temp 4-component vector of uint)
3190:94      subgroupPartitionedExclusiveMinNV ( global 4-component vector of float)
3200:94        'f4' ( in 4-component vector of float)
3210:94        'parti' ( temp 4-component vector of uint)
3220:95      subgroupPartitionedExclusiveMaxNV ( global 4-component vector of float)
3230:95        'f4' ( in 4-component vector of float)
3240:95        'parti' ( temp 4-component vector of uint)
3250:96      subgroupPartitionedExclusiveAndNV ( global 4-component vector of uint)
3260:96        'ballot' ( temp 4-component vector of uint)
3270:96        'parti' ( temp 4-component vector of uint)
3280:97      subgroupPartitionedExclusiveOrNV ( global 4-component vector of uint)
3290:97        'ballot' ( temp 4-component vector of uint)
3300:97        'parti' ( temp 4-component vector of uint)
3310:98      subgroupPartitionedExclusiveXorNV ( global 4-component vector of uint)
3320:98        'ballot' ( temp 4-component vector of uint)
3330:98        'parti' ( temp 4-component vector of uint)
3340:100      Branch: Return with expression
3350:100        'result' ( temp 4-component vector of float)
3360:110  Function Definition: main( ( global void)
3370:110    Function Parameters:
3380:112    Sequence
3390:112      move second child to first child ( temp 4-component vector of uint)
3400:112        indirect index (layout( column_major std430 offset=0) temp 4-component vector of uint)
3410:112          result: direct index for structure (layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint)
3420:112            'anon@0' (layout( set=0 binding=0 column_major std430) buffer block{layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint result})
3430:112            Constant:
3440:112              0 (const uint)
3450:112          'gl_PrimitiveID' ( in int PrimitiveID)
3460:112        Construct uvec4 ( temp 4-component vector of uint)
3470:112          'gl_SubgroupSize' ( in uint SubgroupSize)
3480:112          'gl_SubgroupInvocationID' ( in uint SubgroupInvocationID)
3490:112          Constant:
3500:112            0 (const uint)
3510:112          Constant:
3520:112            0 (const uint)
3530:113      subgroupBarrier ( global void)
3540:114      subgroupMemoryBarrier ( global void)
3550:115      subgroupMemoryBarrierBuffer ( global void)
3560:116      subgroupMemoryBarrierImage ( global void)
3570:117      subgroupElect ( global bool)
3580:121  Function Definition: ballot_works(vf4; ( global void)
3590:121    Function Parameters:
3600:121      'f4' ( in 4-component vector of float)
3610:122    Sequence
3620:122      'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
3630:123      'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
3640:124      'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
3650:125      'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
3660:126      'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
3670:127      subgroupBroadcast ( global 4-component vector of float)
3680:127        'f4' ( in 4-component vector of float)
3690:127        Constant:
3700:127          0 (const uint)
3710:128      subgroupBroadcastFirst ( global 4-component vector of float)
3720:128        'f4' ( in 4-component vector of float)
3730:129      Sequence
3740:129        move second child to first child ( temp 4-component vector of uint)
3750:129          'ballot' ( temp 4-component vector of uint)
3760:129          subgroupBallot ( global 4-component vector of uint)
3770:129            Constant:
3780:129              false (const bool)
3790:130      subgroupInverseBallot ( global bool)
3800:130        Constant:
3810:130          1 (const uint)
3820:130          1 (const uint)
3830:130          1 (const uint)
3840:130          1 (const uint)
3850:131      subgroupBallotBitExtract ( global bool)
3860:131        'ballot' ( temp 4-component vector of uint)
3870:131        Constant:
3880:131          0 (const uint)
3890:132      subgroupBallotBitCount ( global uint)
3900:132        'ballot' ( temp 4-component vector of uint)
3910:133      subgroupBallotInclusiveBitCount ( global uint)
3920:133        'ballot' ( temp 4-component vector of uint)
3930:134      subgroupBallotExclusiveBitCount ( global uint)
3940:134        'ballot' ( temp 4-component vector of uint)
3950:135      subgroupBallotFindLSB ( global uint)
3960:135        'ballot' ( temp 4-component vector of uint)
3970:136      subgroupBallotFindMSB ( global uint)
3980:136        'ballot' ( temp 4-component vector of uint)
3990:140  Function Definition: vote_works(vf4; ( global void)
4000:140    Function Parameters:
4010:140      'f4' ( in 4-component vector of float)
4020:142    Sequence
4030:142      subgroupAll ( global bool)
4040:142        Constant:
4050:142          true (const bool)
4060:143      subgroupAny ( global bool)
4070:143        Constant:
4080:143          false (const bool)
4090:144      subgroupAllEqual ( global bool)
4100:144        'f4' ( in 4-component vector of float)
4110:149  Function Definition: shuffle_works(vf4; ( global void)
4120:149    Function Parameters:
4130:149      'f4' ( in 4-component vector of float)
4140:151    Sequence
4150:151      subgroupShuffle ( global 4-component vector of float)
4160:151        'f4' ( in 4-component vector of float)
4170:151        Constant:
4180:151          0 (const uint)
4190:152      subgroupShuffleXor ( global 4-component vector of float)
4200:152        'f4' ( in 4-component vector of float)
4210:152        Constant:
4220:152          1 (const uint)
4230:153      subgroupShuffleUp ( global 4-component vector of float)
4240:153        'f4' ( in 4-component vector of float)
4250:153        Constant:
4260:153          1 (const uint)
4270:154      subgroupShuffleDown ( global 4-component vector of float)
4280:154        'f4' ( in 4-component vector of float)
4290:154        Constant:
4300:154          1 (const uint)
4310:158  Function Definition: arith_works(vf4; ( global void)
4320:158    Function Parameters:
4330:158      'f4' ( in 4-component vector of float)
4340:?     Sequence
4350:161      subgroupAdd ( global 4-component vector of float)
4360:161        'f4' ( in 4-component vector of float)
4370:162      subgroupMul ( global 4-component vector of float)
4380:162        'f4' ( in 4-component vector of float)
4390:163      subgroupMin ( global 4-component vector of float)
4400:163        'f4' ( in 4-component vector of float)
4410:164      subgroupMax ( global 4-component vector of float)
4420:164        'f4' ( in 4-component vector of float)
4430:165      subgroupAnd ( global 4-component vector of uint)
4440:165        'ballot' ( temp 4-component vector of uint)
4450:166      subgroupOr ( global 4-component vector of uint)
4460:166        'ballot' ( temp 4-component vector of uint)
4470:167      subgroupXor ( global 4-component vector of uint)
4480:167        'ballot' ( temp 4-component vector of uint)
4490:168      subgroupInclusiveAdd ( global 4-component vector of float)
4500:168        'f4' ( in 4-component vector of float)
4510:169      subgroupInclusiveMul ( global 4-component vector of float)
4520:169        'f4' ( in 4-component vector of float)
4530:170      subgroupInclusiveMin ( global 4-component vector of float)
4540:170        'f4' ( in 4-component vector of float)
4550:171      subgroupInclusiveMax ( global 4-component vector of float)
4560:171        'f4' ( in 4-component vector of float)
4570:172      subgroupInclusiveAnd ( global 4-component vector of uint)
4580:172        'ballot' ( temp 4-component vector of uint)
4590:173      subgroupInclusiveOr ( global 4-component vector of uint)
4600:173        'ballot' ( temp 4-component vector of uint)
4610:174      subgroupInclusiveXor ( global 4-component vector of uint)
4620:174        'ballot' ( temp 4-component vector of uint)
4630:175      subgroupExclusiveAdd ( global 4-component vector of float)
4640:175        'f4' ( in 4-component vector of float)
4650:176      subgroupExclusiveMul ( global 4-component vector of float)
4660:176        'f4' ( in 4-component vector of float)
4670:177      subgroupExclusiveMin ( global 4-component vector of float)
4680:177        'f4' ( in 4-component vector of float)
4690:178      subgroupExclusiveMax ( global 4-component vector of float)
4700:178        'f4' ( in 4-component vector of float)
4710:179      subgroupExclusiveAnd ( global 4-component vector of uint)
4720:179        'ballot' ( temp 4-component vector of uint)
4730:180      subgroupExclusiveOr ( global 4-component vector of uint)
4740:180        'ballot' ( temp 4-component vector of uint)
4750:181      subgroupExclusiveXor ( global 4-component vector of uint)
4760:181        'ballot' ( temp 4-component vector of uint)
4770:185  Function Definition: clustered_works(vf4; ( global void)
4780:185    Function Parameters:
4790:185      'f4' ( in 4-component vector of float)
4800:187    Sequence
4810:187      Sequence
4820:187        move second child to first child ( temp 4-component vector of uint)
4830:187          'ballot' ( temp 4-component vector of uint)
4840:187          Constant:
4850:187            85 (const uint)
4860:187            0 (const uint)
4870:187            0 (const uint)
4880:187            0 (const uint)
4890:188      subgroupClusteredAdd ( global 4-component vector of float)
4900:188        'f4' ( in 4-component vector of float)
4910:188        Constant:
4920:188          2 (const uint)
4930:189      subgroupClusteredMul ( global 4-component vector of float)
4940:189        'f4' ( in 4-component vector of float)
4950:189        Constant:
4960:189          2 (const uint)
4970:190      subgroupClusteredMin ( global 4-component vector of float)
4980:190        'f4' ( in 4-component vector of float)
4990:190        Constant:
5000:190          2 (const uint)
5010:191      subgroupClusteredMax ( global 4-component vector of float)
5020:191        'f4' ( in 4-component vector of float)
5030:191        Constant:
5040:191          2 (const uint)
5050:192      subgroupClusteredAnd ( global 4-component vector of uint)
5060:192        'ballot' ( temp 4-component vector of uint)
5070:192        Constant:
5080:192          2 (const uint)
5090:193      subgroupClusteredOr ( global 4-component vector of uint)
5100:193        'ballot' ( temp 4-component vector of uint)
5110:193        Constant:
5120:193          2 (const uint)
5130:194      subgroupClusteredXor ( global 4-component vector of uint)
5140:194        'ballot' ( temp 4-component vector of uint)
5150:194        Constant:
5160:194          2 (const uint)
5170:198  Function Definition: quad_works(vf4; ( global void)
5180:198    Function Parameters:
5190:198      'f4' ( in 4-component vector of float)
5200:200    Sequence
5210:200      subgroupQuadBroadcast ( global 4-component vector of float)
5220:200        'f4' ( in 4-component vector of float)
5230:200        Constant:
5240:200          0 (const uint)
5250:201      subgroupQuadSwapHorizontal ( global 4-component vector of float)
5260:201        'f4' ( in 4-component vector of float)
5270:202      subgroupQuadSwapVertical ( global 4-component vector of float)
5280:202        'f4' ( in 4-component vector of float)
5290:203      subgroupQuadSwapDiagonal ( global 4-component vector of float)
5300:203        'f4' ( in 4-component vector of float)
5310:207  Function Definition: partitioned_works(vf4; ( global void)
5320:207    Function Parameters:
5330:207      'f4' ( in 4-component vector of float)
5340:209    Sequence
5350:209      Sequence
5360:209        move second child to first child ( temp 4-component vector of uint)
5370:209          'parti' ( temp 4-component vector of uint)
5380:209          subgroupPartitionNV ( global 4-component vector of uint)
5390:209            'f4' ( in 4-component vector of float)
5400:210      Sequence
5410:210        move second child to first child ( temp 4-component vector of uint)
5420:210          'ballot' ( temp 4-component vector of uint)
5430:210          Constant:
5440:210            85 (const uint)
5450:210            0 (const uint)
5460:210            0 (const uint)
5470:210            0 (const uint)
5480:211      subgroupPartitionedAddNV ( global 4-component vector of float)
5490:211        'f4' ( in 4-component vector of float)
5500:211        'parti' ( temp 4-component vector of uint)
5510:212      subgroupPartitionedMulNV ( global 4-component vector of float)
5520:212        'f4' ( in 4-component vector of float)
5530:212        'parti' ( temp 4-component vector of uint)
5540:213      subgroupPartitionedMinNV ( global 4-component vector of float)
5550:213        'f4' ( in 4-component vector of float)
5560:213        'parti' ( temp 4-component vector of uint)
5570:214      subgroupPartitionedMaxNV ( global 4-component vector of float)
5580:214        'f4' ( in 4-component vector of float)
5590:214        'parti' ( temp 4-component vector of uint)
5600:215      subgroupPartitionedAndNV ( global 4-component vector of uint)
5610:215        'ballot' ( temp 4-component vector of uint)
5620:215        'parti' ( temp 4-component vector of uint)
5630:216      subgroupPartitionedOrNV ( global 4-component vector of uint)
5640:216        'ballot' ( temp 4-component vector of uint)
5650:216        'parti' ( temp 4-component vector of uint)
5660:217      subgroupPartitionedXorNV ( global 4-component vector of uint)
5670:217        'ballot' ( temp 4-component vector of uint)
5680:217        'parti' ( temp 4-component vector of uint)
5690:218      subgroupPartitionedInclusiveAddNV ( global 4-component vector of float)
5700:218        'f4' ( in 4-component vector of float)
5710:218        'parti' ( temp 4-component vector of uint)
5720:219      subgroupPartitionedInclusiveMulNV ( global 4-component vector of float)
5730:219        'f4' ( in 4-component vector of float)
5740:219        'parti' ( temp 4-component vector of uint)
5750:220      subgroupPartitionedInclusiveMinNV ( global 4-component vector of float)
5760:220        'f4' ( in 4-component vector of float)
5770:220        'parti' ( temp 4-component vector of uint)
5780:221      subgroupPartitionedInclusiveMaxNV ( global 4-component vector of float)
5790:221        'f4' ( in 4-component vector of float)
5800:221        'parti' ( temp 4-component vector of uint)
5810:222      subgroupPartitionedInclusiveAndNV ( global 4-component vector of uint)
5820:222        'ballot' ( temp 4-component vector of uint)
5830:222        'parti' ( temp 4-component vector of uint)
5840:223      subgroupPartitionedInclusiveOrNV ( global 4-component vector of uint)
5850:223        'ballot' ( temp 4-component vector of uint)
5860:223        'parti' ( temp 4-component vector of uint)
5870:224      subgroupPartitionedInclusiveXorNV ( global 4-component vector of uint)
5880:224        'ballot' ( temp 4-component vector of uint)
5890:224        'parti' ( temp 4-component vector of uint)
5900:225      subgroupPartitionedExclusiveAddNV ( global 4-component vector of float)
5910:225        'f4' ( in 4-component vector of float)
5920:225        'parti' ( temp 4-component vector of uint)
5930:226      subgroupPartitionedExclusiveMulNV ( global 4-component vector of float)
5940:226        'f4' ( in 4-component vector of float)
5950:226        'parti' ( temp 4-component vector of uint)
5960:227      subgroupPartitionedExclusiveMinNV ( global 4-component vector of float)
5970:227        'f4' ( in 4-component vector of float)
5980:227        'parti' ( temp 4-component vector of uint)
5990:228      subgroupPartitionedExclusiveMaxNV ( global 4-component vector of float)
6000:228        'f4' ( in 4-component vector of float)
6010:228        'parti' ( temp 4-component vector of uint)
6020:229      subgroupPartitionedExclusiveAndNV ( global 4-component vector of uint)
6030:229        'ballot' ( temp 4-component vector of uint)
6040:229        'parti' ( temp 4-component vector of uint)
6050:230      subgroupPartitionedExclusiveOrNV ( global 4-component vector of uint)
6060:230        'ballot' ( temp 4-component vector of uint)
6070:230        'parti' ( temp 4-component vector of uint)
6080:231      subgroupPartitionedExclusiveXorNV ( global 4-component vector of uint)
6090:231        'ballot' ( temp 4-component vector of uint)
6100:231        'parti' ( temp 4-component vector of uint)
6110:235  Function Definition: sm_builtins_err( ( global void)
6120:235    Function Parameters:
6130:237    Sequence
6140:237      'gl_WarpsPerSMNV' ( in uint WarpsPerSMNV)
6150:238      'gl_SMCountNV' ( in uint SMCountNV)
6160:239      'gl_WarpIDNV' ( in uint WarpIDNV)
6170:240      'gl_SMIDNV' ( in uint SMIDNV)
6180:247  Function Definition: sm_builtins( ( global void)
6190:247    Function Parameters:
6200:249    Sequence
6210:249      'gl_WarpsPerSMNV' ( in uint WarpsPerSMNV)
6220:250      'gl_SMCountNV' ( in uint SMCountNV)
6230:251      'gl_WarpIDNV' ( in uint WarpIDNV)
6240:252      'gl_SMIDNV' ( in uint SMIDNV)
6250:?   Linker Objects
6260:?     'anon@0' (layout( set=0 binding=0 column_major std430) buffer block{layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint result})
627
628
629Linked tessellation control stage:
630
631
632Shader version: 450
633Requested GL_KHR_shader_subgroup_arithmetic
634Requested GL_KHR_shader_subgroup_ballot
635Requested GL_KHR_shader_subgroup_basic
636Requested GL_KHR_shader_subgroup_clustered
637Requested GL_KHR_shader_subgroup_quad
638Requested GL_KHR_shader_subgroup_shuffle
639Requested GL_KHR_shader_subgroup_shuffle_relative
640Requested GL_KHR_shader_subgroup_vote
641Requested GL_NV_shader_sm_builtins
642Requested GL_NV_shader_subgroup_partitioned
643vertices = 1
644ERROR: node is still EOpNull!
6450:110  Function Definition: main( ( global void)
6460:110    Function Parameters:
6470:112    Sequence
6480:112      move second child to first child ( temp 4-component vector of uint)
6490:112        indirect index (layout( column_major std430 offset=0) temp 4-component vector of uint)
6500:112          result: direct index for structure (layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint)
6510:112            'anon@0' (layout( set=0 binding=0 column_major std430) buffer block{layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint result})
6520:112            Constant:
6530:112              0 (const uint)
6540:112          'gl_PrimitiveID' ( in int PrimitiveID)
6550:112        Construct uvec4 ( temp 4-component vector of uint)
6560:112          'gl_SubgroupSize' ( in uint SubgroupSize)
6570:112          'gl_SubgroupInvocationID' ( in uint SubgroupInvocationID)
6580:112          Constant:
6590:112            0 (const uint)
6600:112          Constant:
6610:112            0 (const uint)
6620:113      subgroupBarrier ( global void)
6630:114      subgroupMemoryBarrier ( global void)
6640:115      subgroupMemoryBarrierBuffer ( global void)
6650:116      subgroupMemoryBarrierImage ( global void)
6660:117      subgroupElect ( global bool)
6670:?   Linker Objects
6680:?     'anon@0' (layout( set=0 binding=0 column_major std430) buffer block{layout( column_major std430 offset=0) buffer runtime-sized array of 4-component vector of uint result})
669
670