summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/310.tesc.out
blob: 24e3d209594a570019cc43ebff89d44464491c58 (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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
310.tesc
Warning, version 310 is not yet complete; most version-specific features are present, but some are missing.
ERROR: 0:8: 'quads' : unrecognized layout identifier, or qualifier requires assignment (e.g., binding = 4) 
ERROR: 0:9: 'ccw' : unrecognized layout identifier, or qualifier requires assignment (e.g., binding = 4) 
ERROR: 0:10: 'fractional_even_spacing' : unrecognized layout identifier, or qualifier requires assignment (e.g., binding = 4) 
ERROR: 0:12: 'patch' : can only use on output in tessellation-control shader 
ERROR: 0:26: 'gl_PointSize' : required extension not requested: Possible extensions include:
GL_EXT_tessellation_point_size
GL_OES_tessellation_point_size
ERROR: 0:27: 'gl_ClipDistance' : no such field in structure 
ERROR: 0:27: 'expression' :  left of '[' is not of type array, matrix, or vector  
ERROR: 0:34: 'gl_PointSize' : required extension not requested: Possible extensions include:
GL_EXT_tessellation_point_size
GL_OES_tessellation_point_size
ERROR: 0:35: 'gl_ClipDistance' : no such field in structure 
ERROR: 0:35: 'expression' :  left of '[' is not of type array, matrix, or vector  
ERROR: 0:35: 'assign' :  l-value required (can't modify a const)
ERROR: 0:41: '' : tessellation control barrier() cannot be placed within flow control 
ERROR: 0:43: '' : tessellation control barrier() cannot be placed within flow control 
ERROR: 0:48: '' : tessellation control barrier() cannot be placed within flow control 
ERROR: 0:53: '' : tessellation control barrier() cannot be placed within flow control 
ERROR: 0:56: '' : tessellation control barrier() cannot be placed within flow control 
ERROR: 0:63: '' : tessellation control barrier() cannot be placed after a return from main() 
ERROR: 0:66: 'vertices' : can only apply to 'out' 
ERROR: 0:67: 'vertices' : cannot change previously set layout value 
ERROR: 0:71: '[' :  array index out of range '4'
ERROR: 0:73: '' : tessellation control barrier() must be in main() 
ERROR: 0:76: 'in' : type must be an array: ina
ERROR: 0:78: '[]' : tessellation input array size must be gl_MaxPatchVertices or implicitly sized 
ERROR: 0:80: '' : array size required 
ERROR: 0:86: 'location' : overlapping use of location 4
ERROR: 0:90: 'location' : overlapping use of location 4
ERROR: 0:94: 'precise' : Reserved word. 
ERROR: 0:94: 'precise' : not supported for this version or the enabled extensions 
ERROR: 0:95: 'fma' : required extension not requested: Possible extensions include:
GL_EXT_gpu_shader5
GL_OES_gpu_shader5
ERROR: 0:104: 'sample' : Reserved word. 
ERROR: 0:106: 'vertices' : can only apply to a standalone qualifier 
ERROR: 0:107: 'vertices' : inconsistent output number of vertices for array size of misSized
ERROR: 0:133: 'gl_BoundingBoxOES' : required extension not requested: Possible extensions include:
GL_EXT_primitive_bounding_box
GL_OES_primitive_bounding_box
ERROR: 0:142: '[' :  array index out of range '2'
ERROR: 0:145: '' : array size required 
ERROR: 0:161: '[]' : tessellation-control per-vertex output l-value must be indexed with gl_InvocationID 
ERROR: 0:162: '[]' : tessellation-control per-vertex output l-value must be indexed with gl_InvocationID 
ERROR: 0:165: '[]' : tessellation-control per-vertex output l-value must be indexed with gl_InvocationID 
ERROR: 38 compilation errors.  No code generated.


Shader version: 310
Requested GL_ARB_separate_shader_objects
Requested GL_OES_gpu_shader5
Requested GL_OES_primitive_bounding_box
Requested GL_OES_shader_io_blocks
Requested GL_OES_tessellation_point_size
Requested GL_OES_tessellation_shader
vertices = 4
ERROR: node is still EOpNull!
0:15  Function Definition: main( (global void)
0:15    Function Parameters: 
0:17    Sequence
0:17      Barrier (global void)
0:19      Sequence
0:19        move second child to first child (temp highp int)
0:19          'a' (temp highp int)
0:19          Constant:
0:19            5392 (const int)
0:25      Sequence
0:25        move second child to first child (temp highp 4-component vector of float)
0:25          'p' (temp highp 4-component vector of float)
0:25          gl_Position: direct index for structure (in highp 4-component vector of float Position)
0:25            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:25              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:25              Constant:
0:25                1 (const int)
0:25            Constant:
0:25              0 (const int)
0:26      Sequence
0:26        move second child to first child (temp highp float)
0:26          'ps' (temp highp float)
0:26          gl_PointSize: direct index for structure (in highp float PointSize)
0:26            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:26              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:26              Constant:
0:26                1 (const int)
0:26            Constant:
0:26              1 (const int)
0:27      Sequence
0:27        move second child to first child (temp highp float)
0:27          'cd' (temp highp float)
0:27          Constant:
0:27            0.000000
0:29      Sequence
0:29        move second child to first child (temp highp int)
0:29          'pvi' (temp highp int)
0:29          'gl_PatchVerticesIn' (in highp int PatchVertices)
0:30      Sequence
0:30        move second child to first child (temp highp int)
0:30          'pid' (temp highp int)
0:30          'gl_PrimitiveID' (in highp int PrimitiveID)
0:31      Sequence
0:31        move second child to first child (temp highp int)
0:31          'iid' (temp highp int)
0:31          'gl_InvocationID' (in highp int InvocationID)
0:33      move second child to first child (temp highp 4-component vector of float)
0:33        gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:33          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:33            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:33            'gl_InvocationID' (in highp int InvocationID)
0:33          Constant:
0:33            0 (const int)
0:33        'p' (temp highp 4-component vector of float)
0:34      move second child to first child (temp highp float)
0:34        gl_PointSize: direct index for structure (out highp float PointSize)
0:34          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:34            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:34            'gl_InvocationID' (in highp int InvocationID)
0:34          Constant:
0:34            1 (const int)
0:34        'ps' (temp highp float)
0:35      move second child to first child (temp highp float)
0:35        Constant:
0:35          0.000000
0:35        'cd' (temp highp float)
0:37      move second child to first child (temp highp float)
0:37        direct index (patch temp highp float TessLevelOuter)
0:37          'gl_TessLevelOuter' (patch out 4-element array of highp float TessLevelOuter)
0:37          Constant:
0:37            3 (const int)
0:37        Constant:
0:37          3.200000
0:38      move second child to first child (temp highp float)
0:38        direct index (patch temp highp float TessLevelInner)
0:38          'gl_TessLevelInner' (patch out 2-element array of highp float TessLevelInner)
0:38          Constant:
0:38            1 (const int)
0:38        Constant:
0:38          1.300000
0:40      Test condition and select (temp void)
0:40        Condition
0:40        Compare Greater Than (temp bool)
0:40          'a' (temp highp int)
0:40          Constant:
0:40            10 (const int)
0:40        true case
0:41        Barrier (global void)
0:40        false case
0:43        Barrier (global void)
0:45      Barrier (global void)
0:49      Loop with condition not tested first
0:49        Loop Condition
0:49        Compare Greater Than (temp bool)
0:49          'a' (temp highp int)
0:49          Constant:
0:49            10 (const int)
0:49        Loop Body
0:48        Sequence
0:48          Barrier (global void)
0:51      switch
0:51      condition
0:51        'a' (temp highp int)
0:51      body
0:51        Sequence
0:52          default: 
0:?           Sequence
0:53            Barrier (global void)
0:54            Branch: Break
0:56      Test condition and select (temp highp int)
0:56        Condition
0:56        Compare Less Than (temp bool)
0:56          'a' (temp highp int)
0:56          Constant:
0:56            12 (const int)
0:56        true case
0:56        'a' (temp highp int)
0:56        false case
0:56        Comma (temp highp int)
0:56          Barrier (global void)
0:56          'a' (temp highp int)
0:58      Sequence
0:58        Barrier (global void)
0:61      Branch: Return
0:63      Barrier (global void)
0:69  Function Definition: foo( (global void)
0:69    Function Parameters: 
0:71    Sequence
0:71      gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:71        direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:71          'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:71          Constant:
0:71            4 (const int)
0:71        Constant:
0:71          0 (const int)
0:73      Barrier (global void)
0:92  Function Definition: foop( (global void)
0:92    Function Parameters: 
0:?     Sequence
0:95      move second child to first child (temp highp float)
0:95        'd' (noContraction temp highp float)
0:95        fma (global highp float)
0:95          'd' (noContraction temp highp float)
0:95          'd' (noContraction temp highp float)
0:95          'd' (noContraction temp highp float)
0:112  Function Definition: pointSize2( (global void)
0:112    Function Parameters: 
0:114    Sequence
0:114      Sequence
0:114        move second child to first child (temp highp float)
0:114          'ps' (temp highp float)
0:114          gl_PointSize: direct index for structure (in highp float PointSize)
0:114            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:114              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:114              Constant:
0:114                1 (const int)
0:114            Constant:
0:114              1 (const int)
0:115      move second child to first child (temp highp float)
0:115        gl_PointSize: direct index for structure (out highp float PointSize)
0:115          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:115            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:115            'gl_InvocationID' (in highp int InvocationID)
0:115          Constant:
0:115            1 (const int)
0:115        'ps' (temp highp float)
0:122  Function Definition: goodfoop( (global void)
0:122    Function Parameters: 
0:?     Sequence
0:126      multiply second child into first child (temp highp 3-component vector of float)
0:126        'pv3' (noContraction temp highp 3-component vector of float)
0:126        'pv3' (noContraction temp highp 3-component vector of float)
0:127      move second child to first child (temp highp 3-component vector of float)
0:127        'pv3' (noContraction temp highp 3-component vector of float)
0:127        fma (global highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:128      move second child to first child (temp highp float)
0:128        'd' (noContraction temp highp float)
0:128        fma (global highp float)
0:128          'd' (noContraction temp highp float)
0:128          'd' (noContraction temp highp float)
0:128          'd' (noContraction temp highp float)
0:131  Function Definition: bbBad( (global void)
0:131    Function Parameters: 
0:133    Sequence
0:133      'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:138  Function Definition: bb( (global void)
0:138    Function Parameters: 
0:140    Sequence
0:140      move second child to first child (temp highp 4-component vector of float)
0:140        direct index (patch temp highp 4-component vector of float BoundingBox)
0:140          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:140          Constant:
0:140            0 (const int)
0:140        Constant:
0:140          0.000000
0:140          0.000000
0:140          0.000000
0:140          0.000000
0:141      move second child to first child (temp highp 4-component vector of float)
0:141        direct index (patch temp highp 4-component vector of float BoundingBox)
0:141          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:141          Constant:
0:141            1 (const int)
0:141        Constant:
0:141          1.000000
0:141          1.000000
0:141          1.000000
0:141          1.000000
0:142      move second child to first child (temp highp 4-component vector of float)
0:142        direct index (patch temp highp 4-component vector of float BoundingBox)
0:142          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:142          Constant:
0:142            2 (const int)
0:142        Constant:
0:142          2.000000
0:142          2.000000
0:142          2.000000
0:142          2.000000
0:153  Function Definition: outputtingOutparam(i1; (global void)
0:153    Function Parameters: 
0:153      'a' (out highp int)
0:155    Sequence
0:155      move second child to first child (temp highp int)
0:155        'a' (out highp int)
0:155        Constant:
0:155          2 (const int)
0:158  Function Definition: outputting( (global void)
0:158    Function Parameters: 
0:160    Sequence
0:160      move second child to first child (temp highp int)
0:160        indirect index (temp highp int)
0:160          'outa' (out 4-element array of highp int)
0:160          'gl_InvocationID' (in highp int InvocationID)
0:160        Constant:
0:160          2 (const int)
0:161      move second child to first child (temp highp int)
0:161        direct index (temp highp int)
0:161          'outa' (out 4-element array of highp int)
0:161          Constant:
0:161            1 (const int)
0:161        Constant:
0:161          2 (const int)
0:162      move second child to first child (temp highp 4-component vector of float)
0:162        gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:162          direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:162            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:162            Constant:
0:162              0 (const int)
0:162          Constant:
0:162            0 (const int)
0:162        Constant:
0:162          1.000000
0:162          1.000000
0:162          1.000000
0:162          1.000000
0:163      direct index (temp highp int)
0:163        'outa' (out 4-element array of highp int)
0:163        Constant:
0:163          1 (const int)
0:164      direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:164        'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:164        Constant:
0:164          0 (const int)
0:165      Function Call: outputtingOutparam(i1; (global void)
0:165        direct index (temp highp int)
0:165          'outa' (out 4-element array of highp int)
0:165          Constant:
0:165            0 (const int)
0:166      Function Call: outputtingOutparam(i1; (global void)
0:166        indirect index (temp highp int)
0:166          'outa' (out 4-element array of highp int)
0:166          'gl_InvocationID' (in highp int InvocationID)
0:167      move second child to first child (temp highp float)
0:167        f: direct index for structure (out highp float)
0:167          direct index (patch temp block{out highp float f})
0:167            'patchIName' (patch out 4-element array of block{out highp float f})
0:167            Constant:
0:167              1 (const int)
0:167          Constant:
0:167            0 (const int)
0:167        Constant:
0:167          3.140000
0:168      move second child to first child (temp highp int)
0:168        indirect index (temp highp int)
0:168          'outa' (out 4-element array of highp int)
0:168          'gl_InvocationID' (in highp int InvocationID)
0:168        Constant:
0:168          2 (const int)
0:?   Linker Objects
0:?     'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:?     'outa' (out 4-element array of highp int)
0:?     'patchIn' (patch in highp 4-component vector of float)
0:?     'patchOut' (patch out highp 4-component vector of float)
0:?     'ina' (in highp 2-component vector of float)
0:?     'inb' (in 32-element array of highp 2-component vector of float)
0:?     'inc' (in 32-element array of highp 2-component vector of float)
0:?     'ind' (in 32-element array of highp 2-component vector of float)
0:?     'implA' (patch out implicitly-sized array of highp float)
0:?     'ivla' (layout(location=3 ) in 32-element array of highp 4-component vector of float)
0:?     'ivlb' (layout(location=4 ) in 32-element array of highp 4-component vector of float)
0:?     'ivlc' (layout(location=4 ) in 32-element array of highp 4-component vector of float)
0:?     'ovla' (layout(location=3 ) out 4-element array of highp 4-component vector of float)
0:?     'ovlb' (layout(location=4 ) out 4-element array of highp 4-component vector of float)
0:?     'ovlc' (layout(location=4 ) out 4-element array of highp 4-component vector of float)
0:?     'pinbi' (patch out block{out highp int a})
0:?     'myColor2' (centroid out 4-element array of highp 3-component vector of float)
0:?     'centr' (centroid in 32-element array of highp 3-component vector of float)
0:?     'perSampleColor' (sample out 4-element array of highp 4-component vector of float)
0:?     'badlay' (out 4-element array of highp float)
0:?     'misSized' (out 5-element array of highp float)
0:?     'okaySize' (out 4-element array of highp float)
0:?     'pv3' (noContraction temp highp 3-component vector of float)
0:?     'badpatchIName' (patch out implicitly-sized array of block{out highp float f})
0:?     'patchIName' (patch out 4-element array of block{out highp float f})


Linked tessellation control stage:


Shader version: 310
Requested GL_ARB_separate_shader_objects
Requested GL_OES_gpu_shader5
Requested GL_OES_primitive_bounding_box
Requested GL_OES_shader_io_blocks
Requested GL_OES_tessellation_point_size
Requested GL_OES_tessellation_shader
vertices = 4
ERROR: node is still EOpNull!
0:15  Function Definition: main( (global void)
0:15    Function Parameters: 
0:17    Sequence
0:17      Barrier (global void)
0:19      Sequence
0:19        move second child to first child (temp highp int)
0:19          'a' (temp highp int)
0:19          Constant:
0:19            5392 (const int)
0:25      Sequence
0:25        move second child to first child (temp highp 4-component vector of float)
0:25          'p' (temp highp 4-component vector of float)
0:25          gl_Position: direct index for structure (in highp 4-component vector of float Position)
0:25            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:25              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:25              Constant:
0:25                1 (const int)
0:25            Constant:
0:25              0 (const int)
0:26      Sequence
0:26        move second child to first child (temp highp float)
0:26          'ps' (temp highp float)
0:26          gl_PointSize: direct index for structure (in highp float PointSize)
0:26            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:26              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:26              Constant:
0:26                1 (const int)
0:26            Constant:
0:26              1 (const int)
0:27      Sequence
0:27        move second child to first child (temp highp float)
0:27          'cd' (temp highp float)
0:27          Constant:
0:27            0.000000
0:29      Sequence
0:29        move second child to first child (temp highp int)
0:29          'pvi' (temp highp int)
0:29          'gl_PatchVerticesIn' (in highp int PatchVertices)
0:30      Sequence
0:30        move second child to first child (temp highp int)
0:30          'pid' (temp highp int)
0:30          'gl_PrimitiveID' (in highp int PrimitiveID)
0:31      Sequence
0:31        move second child to first child (temp highp int)
0:31          'iid' (temp highp int)
0:31          'gl_InvocationID' (in highp int InvocationID)
0:33      move second child to first child (temp highp 4-component vector of float)
0:33        gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:33          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:33            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:33            'gl_InvocationID' (in highp int InvocationID)
0:33          Constant:
0:33            0 (const int)
0:33        'p' (temp highp 4-component vector of float)
0:34      move second child to first child (temp highp float)
0:34        gl_PointSize: direct index for structure (out highp float PointSize)
0:34          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:34            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:34            'gl_InvocationID' (in highp int InvocationID)
0:34          Constant:
0:34            1 (const int)
0:34        'ps' (temp highp float)
0:35      move second child to first child (temp highp float)
0:35        Constant:
0:35          0.000000
0:35        'cd' (temp highp float)
0:37      move second child to first child (temp highp float)
0:37        direct index (patch temp highp float TessLevelOuter)
0:37          'gl_TessLevelOuter' (patch out 4-element array of highp float TessLevelOuter)
0:37          Constant:
0:37            3 (const int)
0:37        Constant:
0:37          3.200000
0:38      move second child to first child (temp highp float)
0:38        direct index (patch temp highp float TessLevelInner)
0:38          'gl_TessLevelInner' (patch out 2-element array of highp float TessLevelInner)
0:38          Constant:
0:38            1 (const int)
0:38        Constant:
0:38          1.300000
0:40      Test condition and select (temp void)
0:40        Condition
0:40        Compare Greater Than (temp bool)
0:40          'a' (temp highp int)
0:40          Constant:
0:40            10 (const int)
0:40        true case
0:41        Barrier (global void)
0:40        false case
0:43        Barrier (global void)
0:45      Barrier (global void)
0:49      Loop with condition not tested first
0:49        Loop Condition
0:49        Compare Greater Than (temp bool)
0:49          'a' (temp highp int)
0:49          Constant:
0:49            10 (const int)
0:49        Loop Body
0:48        Sequence
0:48          Barrier (global void)
0:51      switch
0:51      condition
0:51        'a' (temp highp int)
0:51      body
0:51        Sequence
0:52          default: 
0:?           Sequence
0:53            Barrier (global void)
0:54            Branch: Break
0:56      Test condition and select (temp highp int)
0:56        Condition
0:56        Compare Less Than (temp bool)
0:56          'a' (temp highp int)
0:56          Constant:
0:56            12 (const int)
0:56        true case
0:56        'a' (temp highp int)
0:56        false case
0:56        Comma (temp highp int)
0:56          Barrier (global void)
0:56          'a' (temp highp int)
0:58      Sequence
0:58        Barrier (global void)
0:61      Branch: Return
0:63      Barrier (global void)
0:69  Function Definition: foo( (global void)
0:69    Function Parameters: 
0:71    Sequence
0:71      gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:71        direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:71          'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:71          Constant:
0:71            4 (const int)
0:71        Constant:
0:71          0 (const int)
0:73      Barrier (global void)
0:92  Function Definition: foop( (global void)
0:92    Function Parameters: 
0:?     Sequence
0:95      move second child to first child (temp highp float)
0:95        'd' (noContraction temp highp float)
0:95        fma (global highp float)
0:95          'd' (noContraction temp highp float)
0:95          'd' (noContraction temp highp float)
0:95          'd' (noContraction temp highp float)
0:112  Function Definition: pointSize2( (global void)
0:112    Function Parameters: 
0:114    Sequence
0:114      Sequence
0:114        move second child to first child (temp highp float)
0:114          'ps' (temp highp float)
0:114          gl_PointSize: direct index for structure (in highp float PointSize)
0:114            direct index (temp block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:114              'gl_in' (in 32-element array of block{in highp 4-component vector of float Position gl_Position, in highp float PointSize gl_PointSize})
0:114              Constant:
0:114                1 (const int)
0:114            Constant:
0:114              1 (const int)
0:115      move second child to first child (temp highp float)
0:115        gl_PointSize: direct index for structure (out highp float PointSize)
0:115          indirect index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:115            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:115            'gl_InvocationID' (in highp int InvocationID)
0:115          Constant:
0:115            1 (const int)
0:115        'ps' (temp highp float)
0:122  Function Definition: goodfoop( (global void)
0:122    Function Parameters: 
0:?     Sequence
0:126      multiply second child into first child (temp highp 3-component vector of float)
0:126        'pv3' (noContraction temp highp 3-component vector of float)
0:126        'pv3' (noContraction temp highp 3-component vector of float)
0:127      move second child to first child (temp highp 3-component vector of float)
0:127        'pv3' (noContraction temp highp 3-component vector of float)
0:127        fma (global highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:127          'pv3' (noContraction temp highp 3-component vector of float)
0:128      move second child to first child (temp highp float)
0:128        'd' (noContraction temp highp float)
0:128        fma (global highp float)
0:128          'd' (noContraction temp highp float)
0:128          'd' (noContraction temp highp float)
0:128          'd' (noContraction temp highp float)
0:131  Function Definition: bbBad( (global void)
0:131    Function Parameters: 
0:133    Sequence
0:133      'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:138  Function Definition: bb( (global void)
0:138    Function Parameters: 
0:140    Sequence
0:140      move second child to first child (temp highp 4-component vector of float)
0:140        direct index (patch temp highp 4-component vector of float BoundingBox)
0:140          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:140          Constant:
0:140            0 (const int)
0:140        Constant:
0:140          0.000000
0:140          0.000000
0:140          0.000000
0:140          0.000000
0:141      move second child to first child (temp highp 4-component vector of float)
0:141        direct index (patch temp highp 4-component vector of float BoundingBox)
0:141          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:141          Constant:
0:141            1 (const int)
0:141        Constant:
0:141          1.000000
0:141          1.000000
0:141          1.000000
0:141          1.000000
0:142      move second child to first child (temp highp 4-component vector of float)
0:142        direct index (patch temp highp 4-component vector of float BoundingBox)
0:142          'gl_BoundingBoxOES' (patch out 2-element array of highp 4-component vector of float BoundingBox)
0:142          Constant:
0:142            2 (const int)
0:142        Constant:
0:142          2.000000
0:142          2.000000
0:142          2.000000
0:142          2.000000
0:153  Function Definition: outputtingOutparam(i1; (global void)
0:153    Function Parameters: 
0:153      'a' (out highp int)
0:155    Sequence
0:155      move second child to first child (temp highp int)
0:155        'a' (out highp int)
0:155        Constant:
0:155          2 (const int)
0:158  Function Definition: outputting( (global void)
0:158    Function Parameters: 
0:160    Sequence
0:160      move second child to first child (temp highp int)
0:160        indirect index (temp highp int)
0:160          'outa' (out 4-element array of highp int)
0:160          'gl_InvocationID' (in highp int InvocationID)
0:160        Constant:
0:160          2 (const int)
0:161      move second child to first child (temp highp int)
0:161        direct index (temp highp int)
0:161          'outa' (out 4-element array of highp int)
0:161          Constant:
0:161            1 (const int)
0:161        Constant:
0:161          2 (const int)
0:162      move second child to first child (temp highp 4-component vector of float)
0:162        gl_Position: direct index for structure (out highp 4-component vector of float Position)
0:162          direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:162            'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:162            Constant:
0:162              0 (const int)
0:162          Constant:
0:162            0 (const int)
0:162        Constant:
0:162          1.000000
0:162          1.000000
0:162          1.000000
0:162          1.000000
0:163      direct index (temp highp int)
0:163        'outa' (out 4-element array of highp int)
0:163        Constant:
0:163          1 (const int)
0:164      direct index (temp block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:164        'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:164        Constant:
0:164          0 (const int)
0:165      Function Call: outputtingOutparam(i1; (global void)
0:165        direct index (temp highp int)
0:165          'outa' (out 4-element array of highp int)
0:165          Constant:
0:165            0 (const int)
0:166      Function Call: outputtingOutparam(i1; (global void)
0:166        indirect index (temp highp int)
0:166          'outa' (out 4-element array of highp int)
0:166          'gl_InvocationID' (in highp int InvocationID)
0:167      move second child to first child (temp highp float)
0:167        f: direct index for structure (out highp float)
0:167          direct index (patch temp block{out highp float f})
0:167            'patchIName' (patch out 4-element array of block{out highp float f})
0:167            Constant:
0:167              1 (const int)
0:167          Constant:
0:167            0 (const int)
0:167        Constant:
0:167          3.140000
0:168      move second child to first child (temp highp int)
0:168        indirect index (temp highp int)
0:168          'outa' (out 4-element array of highp int)
0:168          'gl_InvocationID' (in highp int InvocationID)
0:168        Constant:
0:168          2 (const int)
0:?   Linker Objects
0:?     'gl_out' (out 4-element array of block{out highp 4-component vector of float Position gl_Position, out highp float PointSize gl_PointSize})
0:?     'outa' (out 4-element array of highp int)
0:?     'patchIn' (patch in highp 4-component vector of float)
0:?     'patchOut' (patch out highp 4-component vector of float)
0:?     'ina' (in highp 2-component vector of float)
0:?     'inb' (in 32-element array of highp 2-component vector of float)
0:?     'inc' (in 32-element array of highp 2-component vector of float)
0:?     'ind' (in 32-element array of highp 2-component vector of float)
0:?     'implA' (patch out 1-element array of highp float)
0:?     'ivla' (layout(location=3 ) in 32-element array of highp 4-component vector of float)
0:?     'ivlb' (layout(location=4 ) in 32-element array of highp 4-component vector of float)
0:?     'ivlc' (layout(location=4 ) in 32-element array of highp 4-component vector of float)
0:?     'ovla' (layout(location=3 ) out 4-element array of highp 4-component vector of float)
0:?     'ovlb' (layout(location=4 ) out 4-element array of highp 4-component vector of float)
0:?     'ovlc' (layout(location=4 ) out 4-element array of highp 4-component vector of float)
0:?     'pinbi' (patch out block{out highp int a})
0:?     'myColor2' (centroid out 4-element array of highp 3-component vector of float)
0:?     'centr' (centroid in 32-element array of highp 3-component vector of float)
0:?     'perSampleColor' (sample out 4-element array of highp 4-component vector of float)
0:?     'badlay' (out 4-element array of highp float)
0:?     'misSized' (out 5-element array of highp float)
0:?     'okaySize' (out 4-element array of highp float)
0:?     'pv3' (noContraction temp highp 3-component vector of float)
0:?     'badpatchIName' (patch out 1-element array of block{out highp float f})
0:?     'patchIName' (patch out 4-element array of block{out highp float f})