blob: a2311d5a80c659a9481bdf90b39eab71a26edc7b [file] [log] [blame]
John Kessenich0f5e3ad2016-05-29 18:24:31 -06001420.comp
2Warning, version 420 is not yet complete; most version-specific features are present, but some are missing.
John Kessenichd94c0032016-05-30 19:29:40 -06003ERROR: 0:3: 'gl_WorkGroupSize' : not supported for this version or the enabled extensions
John Kessenich0f5e3ad2016-05-29 18:24:31 -06004ERROR: 1 compilation errors. No code generated.
5
6
7Shader version: 420
8Requested GL_ARB_compute_shader
John Kessenichd94c0032016-05-30 19:29:40 -06009local_size = (2, 4, 6)
John Kessenich0f5e3ad2016-05-29 18:24:31 -060010ERROR: node is still EOpNull!
John Kessenichd94c0032016-05-30 19:29:40 -0600110:11 Function Definition: main( (global void)
120:11 Function Parameters:
130:13 Sequence
140:13 move second child to first child (temp 3-component vector of float)
150:13 'sfoo' (shared 3-component vector of float)
160:13 Constant:
170:13 2.000000
180:13 4.000000
190:13 6.000000
200:14 add second child into first child (temp 3-component vector of float)
210:14 'sfoo' (shared 3-component vector of float)
220:14 Convert uint to float (temp 3-component vector of float)
230:14 add (temp 3-component vector of uint)
240:14 add (temp 3-component vector of uint)
250:14 add (temp 3-component vector of uint)
260:14 add (temp 3-component vector of uint)
270:14 Constant:
280:14 2 (const uint)
290:14 4 (const uint)
300:14 6 (const uint)
310:14 'gl_NumWorkGroups' (in 3-component vector of uint NumWorkGroups)
320:14 'gl_WorkGroupID' (in 3-component vector of uint WorkGroupID)
330:14 'gl_LocalInvocationID' (in 3-component vector of uint LocalInvocationID)
340:14 'gl_GlobalInvocationID' (in 3-component vector of uint GlobalInvocationID)
350:15 vector scale second child into first child (temp 3-component vector of float)
360:15 'sfoo' (shared 3-component vector of float)
370:15 Convert uint to float (temp float)
380:15 'gl_LocalInvocationIndex' (in uint LocalInvocationIndex)
390:16 add second child into first child (temp 3-component vector of float)
400:16 'sfoo' (shared 3-component vector of float)
410:16 Constant:
420:16 66559.000000
430:16 66559.000000
440:16 65599.000000
450:17 vector scale second child into first child (temp 3-component vector of float)
460:17 'sfoo' (shared 3-component vector of float)
470:17 Constant:
480:17 1057.000000
John Kessenich548c3ad2016-05-30 19:38:39 -0600490:23 Barrier (global void)
500:24 MemoryBarrier (global void)
510:25 MemoryBarrierAtomicCounter (global void)
520:26 MemoryBarrierBuffer (global void)
530:27 MemoryBarrierImage (global void)
540:28 MemoryBarrierShared (global void)
550:29 GroupMemoryBarrier (global void)
John Kessenich0f5e3ad2016-05-29 18:24:31 -0600560:? Linker Objects
570:? 'gl_WorkGroupSize' (const 3-component vector of uint WorkGroupSize)
580:? 2 (const uint)
John Kessenichd94c0032016-05-30 19:29:40 -0600590:? 4 (const uint)
600:? 6 (const uint)
610:? 'sfoo' (shared 3-component vector of float)
John Kessenich0f5e3ad2016-05-29 18:24:31 -060062
63
64Linked compute stage:
65
John Kessenich0f5e3ad2016-05-29 18:24:31 -060066
67Shader version: 420
68Requested GL_ARB_compute_shader
John Kessenichd94c0032016-05-30 19:29:40 -060069local_size = (2, 4, 6)
John Kessenich0f5e3ad2016-05-29 18:24:31 -060070ERROR: node is still EOpNull!
John Kessenichd94c0032016-05-30 19:29:40 -0600710:11 Function Definition: main( (global void)
720:11 Function Parameters:
730:13 Sequence
740:13 move second child to first child (temp 3-component vector of float)
750:13 'sfoo' (shared 3-component vector of float)
760:13 Constant:
770:13 2.000000
780:13 4.000000
790:13 6.000000
800:14 add second child into first child (temp 3-component vector of float)
810:14 'sfoo' (shared 3-component vector of float)
820:14 Convert uint to float (temp 3-component vector of float)
830:14 add (temp 3-component vector of uint)
840:14 add (temp 3-component vector of uint)
850:14 add (temp 3-component vector of uint)
860:14 add (temp 3-component vector of uint)
870:14 Constant:
880:14 2 (const uint)
890:14 4 (const uint)
900:14 6 (const uint)
910:14 'gl_NumWorkGroups' (in 3-component vector of uint NumWorkGroups)
920:14 'gl_WorkGroupID' (in 3-component vector of uint WorkGroupID)
930:14 'gl_LocalInvocationID' (in 3-component vector of uint LocalInvocationID)
940:14 'gl_GlobalInvocationID' (in 3-component vector of uint GlobalInvocationID)
950:15 vector scale second child into first child (temp 3-component vector of float)
960:15 'sfoo' (shared 3-component vector of float)
970:15 Convert uint to float (temp float)
980:15 'gl_LocalInvocationIndex' (in uint LocalInvocationIndex)
990:16 add second child into first child (temp 3-component vector of float)
1000:16 'sfoo' (shared 3-component vector of float)
1010:16 Constant:
1020:16 66559.000000
1030:16 66559.000000
1040:16 65599.000000
1050:17 vector scale second child into first child (temp 3-component vector of float)
1060:17 'sfoo' (shared 3-component vector of float)
1070:17 Constant:
1080:17 1057.000000
John Kessenich548c3ad2016-05-30 19:38:39 -06001090:23 Barrier (global void)
1100:24 MemoryBarrier (global void)
1110:25 MemoryBarrierAtomicCounter (global void)
1120:26 MemoryBarrierBuffer (global void)
1130:27 MemoryBarrierImage (global void)
1140:28 MemoryBarrierShared (global void)
1150:29 GroupMemoryBarrier (global void)
John Kessenich0f5e3ad2016-05-29 18:24:31 -06001160:? Linker Objects
1170:? 'gl_WorkGroupSize' (const 3-component vector of uint WorkGroupSize)
1180:? 2 (const uint)
John Kessenichd94c0032016-05-30 19:29:40 -06001190:? 4 (const uint)
1200:? 6 (const uint)
1210:? 'sfoo' (shared 3-component vector of float)
John Kessenich0f5e3ad2016-05-29 18:24:31 -0600122