summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/310AofA.vert.out
blob: 40c432186a0b6525449bfd7ce4b6545861fdfe57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
310AofA.vert
Warning, version 310 is not yet complete; most version-specific features are present, but some are missing.
ERROR: 0:17: '' : array size required 
ERROR: 0:23: '' : array size required 
ERROR: 0:28: '[]' : only outermost dimension of an array of arrays can be implicitly sized 
ERROR: 0:40: '' : array size required 
ERROR: 0:48: 'constructor' : constructing non-array constituent from array argument 
ERROR: 0:49: 'constructior' : array constructor argument not correct type to construct array element 
ERROR: 0:62: '[' :  array index out of range '4'
ERROR: 0:78: 'assign' :  cannot convert from 'global 4-element array of 7-element array of highp float' to 'global 5-element array of 7-element array of highp float'
ERROR: 0:79: 'assign' :  cannot convert from 'global 4-element array of 7-element array of highp float' to 'global implicitly-sized array of 7-element array of highp float'
ERROR: 0:81: 'foo' : no matching overloaded function found 
ERROR: 0:86: '==' :  wrong operand types: no operation '==' exists that takes a left-hand operand of type 'global 4-element array of 7-element array of highp float' and a right operand of type 'global 5-element array of 7-element array of highp float' (or there is no acceptable conversion)
ERROR: 0:90: '[' :  array index out of range '5'
ERROR: 0:94: '[' :  index out of range '-1'
ERROR: 0:96: 'assign' :  cannot convert from 'temp 3-element array of highp 4-component vector of float' to 'layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float'
ERROR: 0:103: '' : array size required 
ERROR: 0:104: '' : array size required 
ERROR: 0:105: '' : array size required 
ERROR: 0:106: '' : array size required 
ERROR: 0:107: '' : array size required 
ERROR: 0:110: 'vertex input arrays' : not supported with this profile: es
ERROR: 0:111: 'vertex-shader array-of-array output' : not supported with this profile: es
ERROR: 0:113: 'array-of-array of block' : not supported with this profile: es
ERROR: 22 compilation errors.  No code generated.


Shader version: 310
ERROR: node is still EOpNull!
0:8  Function Definition: f(b1;f1;u1[4];i1[3][2]; (global void)
0:8    Function Parameters: 
0:8      'a' (in bool)
0:8      'b' (in highp float)
0:8      'c' (in 4-element array of highp uint)
0:8      'd' (in 3-element array of 2-element array of highp int)
0:11  Function Definition: main( (global void)
0:11    Function Parameters: 
0:?     Sequence
0:13      Function Call: f(b1;f1;u1[4];i1[3][2]; (global void)
0:13        Constant:
0:13          false (const bool)
0:13        Constant:
0:13          12.100000
0:13        Constant:
0:13          0 (const uint)
0:13          1 (const uint)
0:13          1 (const uint)
0:13          2 (const uint)
0:13        'd' (temp 3-element array of 2-element array of highp int)
0:44  Function Definition: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:44    Function Parameters: 
0:44      'a' (in 5-element array of 7-element array of highp float)
0:?     Sequence
0:47      move second child to first child (temp 7-element array of highp float)
0:47        'r' (temp 7-element array of highp float)
0:47        direct index (temp 7-element array of highp float)
0:47          'a' (in 5-element array of 7-element array of highp float)
0:47          Constant:
0:47            2 (const int)
0:48      Constant:
0:48        0.000000
0:49      Constant:
0:49        0.000000
0:50      Branch: Return with expression
0:50        Construct float (temp 4-element array of 7-element array of float)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              0 (const int)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              1 (const int)
0:50          'r' (temp 7-element array of highp float)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              3 (const int)
0:51      Branch: Return with expression
0:51        Construct float (temp 4-element array of 7-element array of float)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              0 (const int)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              1 (const int)
0:51          'r' (temp 7-element array of highp float)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              3 (const int)
0:52      Branch: Return with expression
0:52        Construct float (temp 4-element array of 7-element array of float)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              0 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              1 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              2 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              3 (const int)
0:55  Function Definition: bar(f1[5][7]; (global void)
0:55    Function Parameters: 
0:55      '' (in 5-element array of 7-element array of highp float)
0:57  Function Definition: foo2( (global void)
0:57    Function Parameters: 
0:?     Sequence
0:?       Sequence
0:62        move second child to first child (temp highp float)
0:62          direct index (temp highp float)
0:62            direct index (temp 2-element array of highp float)
0:62              direct index (temp 4-element array of 2-element array of highp float)
0:62                'gu' (temp 3-element array of 4-element array of 2-element array of highp float)
0:62                Constant:
0:62                  2 (const int)
0:62              Constant:
0:62                4 (const int)
0:62            Constant:
0:62              1 (const int)
0:62          Constant:
0:62            4.000000
0:64      Sequence
0:64        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:64          'ca4' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:66          Constant:
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:67      Sequence
0:67        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:67          'caim' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:69          Constant:
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:70      Sequence
0:70        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:70          'caim2' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:72          Constant:
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:73      Sequence
0:73        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:73          'caim3' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:75          Constant:
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:77      move second child to first child (temp 4-element array of 7-element array of highp float)
0:77        'g4' (global 4-element array of 7-element array of highp float)
0:77        Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:77          'g5' (global 5-element array of 7-element array of highp float)
0:78      'g5' (global 5-element array of 7-element array of highp float)
0:79      'gu' (global implicitly-sized array of 7-element array of highp float)
0:81      Constant:
0:81        0.000000
0:82      Function Call: bar(f1[5][7]; (global void)
0:82        'g5' (global 5-element array of 7-element array of highp float)
0:84      Test condition and select (temp void)
0:84        Condition
0:84        Compare Equal (temp bool)
0:84          Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:84            'g5' (global 5-element array of 7-element array of highp float)
0:84          'g4' (global 4-element array of 7-element array of highp float)
0:84        true case is null
0:86      Test condition and select (temp void)
0:86        Condition
0:86        Constant:
0:86          false (const bool)
0:86        true case is null
0:90      move second child to first child (temp highp float)
0:90        direct index (temp highp float)
0:90          direct index (temp 7-element array of highp float)
0:90            'u' (temp 5-element array of 7-element array of highp float)
0:90            Constant:
0:90              5 (const int)
0:90          Constant:
0:90            2 (const int)
0:90        Constant:
0:90          5.000000
0:91      Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:91        'u' (temp 5-element array of 7-element array of highp float)
0:94      direct index (layout(column_major shared ) temp highp 4-component vector of float)
0:94        v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:94          direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:94            'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:94            Constant:
0:94              1 (const int)
0:94          Constant:
0:94            1 (const int)
0:94        Constant:
0:94          -1 (const int)
0:95      move second child to first child (temp highp 4-component vector of float)
0:95        direct index (layout(column_major shared ) temp highp 4-component vector of float)
0:95          v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:95            direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:95              'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:95              Constant:
0:95                1 (const int)
0:95            Constant:
0:95              1 (const int)
0:95          Constant:
0:95            1 (const int)
0:95        Constant:
0:95          4.300000
0:95          4.300000
0:95          4.300000
0:95          4.300000
0:96      v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:96        direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:96          'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:96          Constant:
0:96            1 (const int)
0:96        Constant:
0:96          1 (const int)
0:98      Constant:
0:98        7 (const int)
0:99      array length (temp highp int)
0:99        v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float)
0:99          direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:99            'name3' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:99            Constant:
0:99              0 (const int)
0:99          Constant:
0:99            1 (const int)
0:?   Linker Objects
0:?     'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:?     'uname' (layout(column_major shared ) uniform 3-element array of block{layout(column_major shared ) uniform highp float u, layout(column_major shared ) uniform implicitly-sized array of highp 4-component vector of float v})
0:?     'name2' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of implicitly-sized array of highp 4-component vector of float v})
0:?     'name3' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:?     'many' (global 1-element array of 2-element array of 3-element array of 4-element array of 5-element array of 6-element array of highp float)
0:?     'gu' (global implicitly-sized array of 7-element array of highp float)
0:?     'g4' (global 4-element array of 7-element array of highp float)
0:?     'g5' (global 5-element array of 7-element array of highp float)
0:?     'inArray' (in 2-element array of 3-element array of highp float)
0:?     'outArray' (smooth out 2-element array of 3-element array of highp float)
0:?     'ubaaname' (layout(column_major shared ) uniform 2-element array of 3-element array of block{layout(column_major shared ) uniform highp int a})
0:?     'gl_VertexID' (gl_VertexId highp int VertexId)
0:?     'gl_InstanceID' (gl_InstanceId highp int InstanceId)


Linked vertex stage:


Shader version: 310
ERROR: node is still EOpNull!
0:8  Function Definition: f(b1;f1;u1[4];i1[3][2]; (global void)
0:8    Function Parameters: 
0:8      'a' (in bool)
0:8      'b' (in highp float)
0:8      'c' (in 4-element array of highp uint)
0:8      'd' (in 3-element array of 2-element array of highp int)
0:11  Function Definition: main( (global void)
0:11    Function Parameters: 
0:?     Sequence
0:13      Function Call: f(b1;f1;u1[4];i1[3][2]; (global void)
0:13        Constant:
0:13          false (const bool)
0:13        Constant:
0:13          12.100000
0:13        Constant:
0:13          0 (const uint)
0:13          1 (const uint)
0:13          1 (const uint)
0:13          2 (const uint)
0:13        'd' (temp 3-element array of 2-element array of highp int)
0:44  Function Definition: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:44    Function Parameters: 
0:44      'a' (in 5-element array of 7-element array of highp float)
0:?     Sequence
0:47      move second child to first child (temp 7-element array of highp float)
0:47        'r' (temp 7-element array of highp float)
0:47        direct index (temp 7-element array of highp float)
0:47          'a' (in 5-element array of 7-element array of highp float)
0:47          Constant:
0:47            2 (const int)
0:48      Constant:
0:48        0.000000
0:49      Constant:
0:49        0.000000
0:50      Branch: Return with expression
0:50        Construct float (temp 4-element array of 7-element array of float)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              0 (const int)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              1 (const int)
0:50          'r' (temp 7-element array of highp float)
0:50          direct index (temp 7-element array of highp float)
0:50            'a' (in 5-element array of 7-element array of highp float)
0:50            Constant:
0:50              3 (const int)
0:51      Branch: Return with expression
0:51        Construct float (temp 4-element array of 7-element array of float)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              0 (const int)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              1 (const int)
0:51          'r' (temp 7-element array of highp float)
0:51          direct index (temp 7-element array of highp float)
0:51            'a' (in 5-element array of 7-element array of highp float)
0:51            Constant:
0:51              3 (const int)
0:52      Branch: Return with expression
0:52        Construct float (temp 4-element array of 7-element array of float)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              0 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              1 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              2 (const int)
0:52          direct index (temp 7-element array of highp float)
0:52            'a' (in 5-element array of 7-element array of highp float)
0:52            Constant:
0:52              3 (const int)
0:55  Function Definition: bar(f1[5][7]; (global void)
0:55    Function Parameters: 
0:55      '' (in 5-element array of 7-element array of highp float)
0:57  Function Definition: foo2( (global void)
0:57    Function Parameters: 
0:?     Sequence
0:?       Sequence
0:62        move second child to first child (temp highp float)
0:62          direct index (temp highp float)
0:62            direct index (temp 2-element array of highp float)
0:62              direct index (temp 4-element array of 2-element array of highp float)
0:62                'gu' (temp 3-element array of 4-element array of 2-element array of highp float)
0:62                Constant:
0:62                  2 (const int)
0:62              Constant:
0:62                4 (const int)
0:62            Constant:
0:62              1 (const int)
0:62          Constant:
0:62            4.000000
0:64      Sequence
0:64        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:64          'ca4' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:66          Constant:
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            0.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:66            1.000000
0:67      Sequence
0:67        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:67          'caim' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:69          Constant:
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            4.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:69            2.000000
0:70      Sequence
0:70        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:70          'caim2' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:72          Constant:
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            4.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:72            2.000000
0:73      Sequence
0:73        move second child to first child (temp 3-element array of 2-element array of highp 4-component vector of float)
0:73          'caim3' (temp 3-element array of 2-element array of highp 4-component vector of float)
0:75          Constant:
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            4.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:75            2.000000
0:77      move second child to first child (temp 4-element array of 7-element array of highp float)
0:77        'g4' (global 4-element array of 7-element array of highp float)
0:77        Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:77          'g5' (global 5-element array of 7-element array of highp float)
0:78      'g5' (global 5-element array of 7-element array of highp float)
0:79      'gu' (global 1-element array of 7-element array of highp float)
0:81      Constant:
0:81        0.000000
0:82      Function Call: bar(f1[5][7]; (global void)
0:82        'g5' (global 5-element array of 7-element array of highp float)
0:84      Test condition and select (temp void)
0:84        Condition
0:84        Compare Equal (temp bool)
0:84          Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:84            'g5' (global 5-element array of 7-element array of highp float)
0:84          'g4' (global 4-element array of 7-element array of highp float)
0:84        true case is null
0:86      Test condition and select (temp void)
0:86        Condition
0:86        Constant:
0:86          false (const bool)
0:86        true case is null
0:90      move second child to first child (temp highp float)
0:90        direct index (temp highp float)
0:90          direct index (temp 7-element array of highp float)
0:90            'u' (temp 5-element array of 7-element array of highp float)
0:90            Constant:
0:90              5 (const int)
0:90          Constant:
0:90            2 (const int)
0:90        Constant:
0:90          5.000000
0:91      Function Call: foo(f1[5][7]; (global 4-element array of 7-element array of highp float)
0:91        'u' (temp 5-element array of 7-element array of highp float)
0:94      direct index (layout(column_major shared ) temp highp 4-component vector of float)
0:94        v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:94          direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:94            'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:94            Constant:
0:94              1 (const int)
0:94          Constant:
0:94            1 (const int)
0:94        Constant:
0:94          -1 (const int)
0:95      move second child to first child (temp highp 4-component vector of float)
0:95        direct index (layout(column_major shared ) temp highp 4-component vector of float)
0:95          v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:95            direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:95              'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:95              Constant:
0:95                1 (const int)
0:95            Constant:
0:95              1 (const int)
0:95          Constant:
0:95            1 (const int)
0:95        Constant:
0:95          4.300000
0:95          4.300000
0:95          4.300000
0:95          4.300000
0:96      v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float)
0:96        direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:96          'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:96          Constant:
0:96            1 (const int)
0:96        Constant:
0:96          1 (const int)
0:98      Constant:
0:98        7 (const int)
0:99      array length (temp highp int)
0:99        v: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float)
0:99          direct index (layout(column_major shared ) temp block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:99            'name3' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:99            Constant:
0:99              0 (const int)
0:99          Constant:
0:99            1 (const int)
0:?   Linker Objects
0:?     'name' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer implicitly-sized array of highp float u, layout(column_major shared ) buffer implicitly-sized array of highp 4-component vector of float v})
0:?     'uname' (layout(column_major shared ) uniform 3-element array of block{layout(column_major shared ) uniform highp float u, layout(column_major shared ) uniform 1-element array of highp 4-component vector of float v})
0:?     'name2' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of implicitly-sized array of highp 4-component vector of float v})
0:?     'name3' (layout(column_major shared ) buffer 3-element array of block{layout(column_major shared ) buffer highp float u, layout(column_major shared ) buffer implicitly-sized array of 7-element array of highp 4-component vector of float v})
0:?     'many' (global 1-element array of 2-element array of 3-element array of 4-element array of 5-element array of 6-element array of highp float)
0:?     'gu' (global 1-element array of 7-element array of highp float)
0:?     'g4' (global 4-element array of 7-element array of highp float)
0:?     'g5' (global 5-element array of 7-element array of highp float)
0:?     'inArray' (in 2-element array of 3-element array of highp float)
0:?     'outArray' (smooth out 2-element array of 3-element array of highp float)
0:?     'ubaaname' (layout(column_major shared ) uniform 2-element array of 3-element array of block{layout(column_major shared ) uniform highp int a})
0:?     'gl_VertexID' (gl_VertexId highp int VertexId)
0:?     'gl_InstanceID' (gl_InstanceId highp int InstanceId)