summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/400.geom.out
blob: 16117e62a23ff003549c73859b52b2361535676a (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
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
400.geom
Warning, version 400 is not yet complete; most version-specific features are present, but some are missing.
ERROR: 0:12: 'invocations' : can only apply to a standalone qualifier 
ERROR: 0:20: 'patch' : not supported in this stage: geometry
ERROR: 0:20: 'gl_PointSize' : cannot add layout to redeclared block member 
ERROR: 0:20: 'gl_PointSize' : cannot add patch to redeclared block member 
ERROR: 0:25: 'length' :  array must first be sized by a redeclaration or layout qualifier
ERROR: 0:36: 'length' :  array must first be sized by a redeclaration or layout qualifier
ERROR: 0:40: 'triangles' : inconsistent input primitive for array size of colorBad
ERROR: 0:44: 'triangles' : inconsistent input primitive for array size of colorbad2
ERROR: 0:56: 'location' : overlapping use of location 4
ERROR: 0:58: 'patch' : not supported in this stage: geometry
ERROR: 0:59: 'patch' : not supported in this stage: geometry
ERROR: 0:61: 'in' : type must be an array: scalar
ERROR: 0:63: 'invocations' : can only apply to 'in' 
ERROR: 0:64: 'max_vertices' : can only apply to 'out' 
ERROR: 0:65: 'max_vertices' : can only apply to 'out' 
ERROR: 0:65: 'invocations' : can only apply to 'in' 
ERROR: 0:67: 'in' : type must be an array: inbls
ERROR: 0:71: 'triangles' : inconsistent input primitive for array size of inbla
ERROR: 0:103: 'index' : there is no such layout identifier for this stage taking an assigned value 
ERROR: 0:115: 'textureQueryLod' : no matching overloaded function found 
ERROR: 0:115: 'assign' :  cannot convert from 'const float' to 'temp 2-component vector of float'
ERROR: 0:116: 'textureQueryLod' : no matching overloaded function found 
ERROR: 0:116: 'assign' :  cannot convert from 'const float' to 'temp 2-component vector of float'
ERROR: 23 compilation errors.  No code generated.


Shader version: 400
Requested GL_ARB_separate_shader_objects
invocations = 4
max_vertices = 127
input primitive = triangles
output primitive = none
ERROR: node is still EOpNull!
0:3  Function Definition: main( (global void)
0:3    Function Parameters: 
0:5    Sequence
0:5      EmitStreamVertex (global void)
0:5        Constant:
0:5          1 (const int)
0:6      EndStreamPrimitive (global void)
0:6        Constant:
0:6          0 (const int)
0:7      EmitVertex (global void)
0:8      EndPrimitive (global void)
0:9      Sequence
0:9        move second child to first child (temp int)
0:9          'id' (temp int)
0:9          'gl_InvocationID' (in int InvocationID)
0:23  Function Definition: foo( (global void)
0:23    Function Parameters: 
0:25    Sequence
0:25      Constant:
0:25        1 (const int)
0:26      gl_Position: direct index for structure (in 4-component vector of float Position)
0:26        direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:26          'gl_in' (in 3-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:26          Constant:
0:26            1 (const int)
0:26        Constant:
0:26          0 (const int)
0:34  Function Definition: foo2( (global void)
0:34    Function Parameters: 
0:36    Sequence
0:36      Constant:
0:36        1 (const int)
0:37      Constant:
0:37        3 (const int)
0:46  Function Definition: foo3( (global void)
0:46    Function Parameters: 
0:48    Sequence
0:48      Constant:
0:48        3 (const int)
0:49      Constant:
0:49        3 (const int)
0:50      Constant:
0:50        3 (const int)
0:51      Constant:
0:51        3 (const int)
0:75  Function Definition: bits( (global void)
0:75    Function Parameters: 
0:?     Sequence
0:78      move second child to first child (temp 2-component vector of uint)
0:78        'u2' (temp 2-component vector of uint)
0:78        addCarry (global 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:80      move second child to first child (temp uint)
0:80        'u1' (temp uint)
0:80        subBorrow (global uint)
0:80          'u1' (temp uint)
0:80          'u1' (temp uint)
0:80          'u1' (temp uint)
0:82      uMulExtended (global void)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:84      iMulExtended (global void)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:86      move second child to first child (temp int)
0:86        'i1' (temp int)
0:86        bitfieldExtract (global int)
0:86          'i1' (temp int)
0:86          Constant:
0:86            4 (const int)
0:86          Constant:
0:86            5 (const int)
0:88      move second child to first child (temp 3-component vector of uint)
0:88        'u3' (temp 3-component vector of uint)
0:88        bitfieldExtract (global 3-component vector of uint)
0:88          'u3' (temp 3-component vector of uint)
0:88          Constant:
0:88            4 (const int)
0:88          Constant:
0:88            5 (const int)
0:90      move second child to first child (temp 3-component vector of int)
0:90        'i3' (temp 3-component vector of int)
0:90        bitfieldInsert (global 3-component vector of int)
0:90          'i3' (temp 3-component vector of int)
0:90          'i3' (temp 3-component vector of int)
0:90          Constant:
0:90            4 (const int)
0:90          Constant:
0:90            5 (const int)
0:91      move second child to first child (temp uint)
0:91        'u1' (temp uint)
0:91        bitfieldInsert (global uint)
0:91          'u1' (temp uint)
0:91          'u1' (temp uint)
0:91          Constant:
0:91            4 (const int)
0:91          Constant:
0:91            5 (const int)
0:93      move second child to first child (temp 2-component vector of int)
0:93        'i2' (temp 2-component vector of int)
0:93        bitFieldReverse (global 2-component vector of int)
0:93          'i2' (temp 2-component vector of int)
0:94      move second child to first child (temp 4-component vector of uint)
0:94        'u4' (temp 4-component vector of uint)
0:94        bitFieldReverse (global 4-component vector of uint)
0:94          'u4' (temp 4-component vector of uint)
0:95      move second child to first child (temp int)
0:95        'i1' (temp int)
0:95        bitCount (global int)
0:95          'i1' (temp int)
0:96      move second child to first child (temp 3-component vector of int)
0:96        'i3' (temp 3-component vector of int)
0:96        bitCount (global 3-component vector of int)
0:96          'u3' (temp 3-component vector of uint)
0:97      move second child to first child (temp 2-component vector of int)
0:97        'i2' (temp 2-component vector of int)
0:97        findLSB (global 2-component vector of int)
0:97          'i2' (temp 2-component vector of int)
0:98      move second child to first child (temp 4-component vector of int)
0:98        'i4' (temp 4-component vector of int)
0:98        findLSB (global 4-component vector of int)
0:98          'u4' (temp 4-component vector of uint)
0:99      move second child to first child (temp int)
0:99        'i1' (temp int)
0:99        findMSB (global int)
0:99          'i1' (temp int)
0:100      move second child to first child (temp 2-component vector of int)
0:100        'i2' (temp 2-component vector of int)
0:100        findMSB (global 2-component vector of int)
0:100          'u2' (temp 2-component vector of uint)
0:108  Function Definition: qlod( (global void)
0:108    Function Parameters: 
0:?     Sequence
0:115      'lod' (temp 2-component vector of float)
0:116      'lod' (temp 2-component vector of float)
0:119  Function Definition: doubles( (global void)
0:119    Function Parameters: 
0:?     Sequence
0:131      move second child to first child (temp double)
0:131        'doublev' (temp double)
0:131        Constant:
0:131          1.702939
0:132      move second child to first child (temp 2-component vector of double)
0:132        'dvec2v' (temp 2-component vector of double)
0:132        Constant:
0:132          1.643168
0:132          1.643168
0:133      move second child to first child (temp 3-component vector of double)
0:133        'dvec3v' (temp 3-component vector of double)
0:133        Constant:
0:133          1.414214
0:133          1.414214
0:133          1.414214
0:134      move second child to first child (temp 4-component vector of double)
0:134        'dvec4v' (temp 4-component vector of double)
0:134        Constant:
0:134          1.449138
0:134          1.449138
0:134          1.449138
0:134          1.449138
0:136      add second child into first child (temp double)
0:136        'doublev' (temp double)
0:136        inverse sqrt (global double)
0:136          'doublev' (temp double)
0:137      add second child into first child (temp 2-component vector of double)
0:137        'dvec2v' (temp 2-component vector of double)
0:137        inverse sqrt (global 2-component vector of double)
0:137          'dvec2v' (temp 2-component vector of double)
0:138      add second child into first child (temp 3-component vector of double)
0:138        'dvec3v' (temp 3-component vector of double)
0:138        inverse sqrt (global 3-component vector of double)
0:138          'dvec3v' (temp 3-component vector of double)
0:139      add second child into first child (temp 4-component vector of double)
0:139        'dvec4v' (temp 4-component vector of double)
0:139        inverse sqrt (global 4-component vector of double)
0:139          'dvec4v' (temp 4-component vector of double)
0:141      add second child into first child (temp double)
0:141        'doublev' (temp double)
0:141        Absolute value (global double)
0:141          'doublev' (temp double)
0:142      add second child into first child (temp 2-component vector of double)
0:142        'dvec2v' (temp 2-component vector of double)
0:142        Absolute value (global 2-component vector of double)
0:142          'dvec2v' (temp 2-component vector of double)
0:143      add second child into first child (temp 3-component vector of double)
0:143        'dvec3v' (temp 3-component vector of double)
0:143        Absolute value (global 3-component vector of double)
0:143          'dvec3v' (temp 3-component vector of double)
0:144      add second child into first child (temp 4-component vector of double)
0:144        'dvec4v' (temp 4-component vector of double)
0:144        Absolute value (global 4-component vector of double)
0:144          'dvec4v' (temp 4-component vector of double)
0:146      add second child into first child (temp double)
0:146        'doublev' (temp double)
0:146        Sign (global double)
0:146          'doublev' (temp double)
0:147      add second child into first child (temp 2-component vector of double)
0:147        'dvec2v' (temp 2-component vector of double)
0:147        Sign (global 2-component vector of double)
0:147          'dvec2v' (temp 2-component vector of double)
0:148      add second child into first child (temp 3-component vector of double)
0:148        'dvec3v' (temp 3-component vector of double)
0:148        Sign (global 3-component vector of double)
0:148          'dvec3v' (temp 3-component vector of double)
0:149      add second child into first child (temp 4-component vector of double)
0:149        'dvec4v' (temp 4-component vector of double)
0:149        Sign (global 4-component vector of double)
0:149          'dvec4v' (temp 4-component vector of double)
0:151      add second child into first child (temp double)
0:151        'doublev' (temp double)
0:151        Floor (global double)
0:151          'doublev' (temp double)
0:152      add second child into first child (temp 2-component vector of double)
0:152        'dvec2v' (temp 2-component vector of double)
0:152        Floor (global 2-component vector of double)
0:152          'dvec2v' (temp 2-component vector of double)
0:153      add second child into first child (temp 3-component vector of double)
0:153        'dvec3v' (temp 3-component vector of double)
0:153        Floor (global 3-component vector of double)
0:153          'dvec3v' (temp 3-component vector of double)
0:154      add second child into first child (temp 4-component vector of double)
0:154        'dvec4v' (temp 4-component vector of double)
0:154        Floor (global 4-component vector of double)
0:154          'dvec4v' (temp 4-component vector of double)
0:156      add second child into first child (temp double)
0:156        'doublev' (temp double)
0:156        trunc (global double)
0:156          'doublev' (temp double)
0:157      add second child into first child (temp 2-component vector of double)
0:157        'dvec2v' (temp 2-component vector of double)
0:157        trunc (global 2-component vector of double)
0:157          'dvec2v' (temp 2-component vector of double)
0:158      add second child into first child (temp 3-component vector of double)
0:158        'dvec3v' (temp 3-component vector of double)
0:158        trunc (global 3-component vector of double)
0:158          'dvec3v' (temp 3-component vector of double)
0:159      add second child into first child (temp 4-component vector of double)
0:159        'dvec4v' (temp 4-component vector of double)
0:159        trunc (global 4-component vector of double)
0:159          'dvec4v' (temp 4-component vector of double)
0:161      add second child into first child (temp double)
0:161        'doublev' (temp double)
0:161        round (global double)
0:161          'doublev' (temp double)
0:162      add second child into first child (temp 2-component vector of double)
0:162        'dvec2v' (temp 2-component vector of double)
0:162        round (global 2-component vector of double)
0:162          'dvec2v' (temp 2-component vector of double)
0:163      add second child into first child (temp 3-component vector of double)
0:163        'dvec3v' (temp 3-component vector of double)
0:163        round (global 3-component vector of double)
0:163          'dvec3v' (temp 3-component vector of double)
0:164      add second child into first child (temp 4-component vector of double)
0:164        'dvec4v' (temp 4-component vector of double)
0:164        round (global 4-component vector of double)
0:164          'dvec4v' (temp 4-component vector of double)
0:166      add second child into first child (temp double)
0:166        'doublev' (temp double)
0:166        roundEven (global double)
0:166          'doublev' (temp double)
0:167      add second child into first child (temp 2-component vector of double)
0:167        'dvec2v' (temp 2-component vector of double)
0:167        roundEven (global 2-component vector of double)
0:167          'dvec2v' (temp 2-component vector of double)
0:168      add second child into first child (temp 3-component vector of double)
0:168        'dvec3v' (temp 3-component vector of double)
0:168        roundEven (global 3-component vector of double)
0:168          'dvec3v' (temp 3-component vector of double)
0:169      add second child into first child (temp 4-component vector of double)
0:169        'dvec4v' (temp 4-component vector of double)
0:169        roundEven (global 4-component vector of double)
0:169          'dvec4v' (temp 4-component vector of double)
0:171      add second child into first child (temp double)
0:171        'doublev' (temp double)
0:171        Ceiling (global double)
0:171          'doublev' (temp double)
0:172      add second child into first child (temp 2-component vector of double)
0:172        'dvec2v' (temp 2-component vector of double)
0:172        Ceiling (global 2-component vector of double)
0:172          'dvec2v' (temp 2-component vector of double)
0:173      add second child into first child (temp 3-component vector of double)
0:173        'dvec3v' (temp 3-component vector of double)
0:173        Ceiling (global 3-component vector of double)
0:173          'dvec3v' (temp 3-component vector of double)
0:174      add second child into first child (temp 4-component vector of double)
0:174        'dvec4v' (temp 4-component vector of double)
0:174        Ceiling (global 4-component vector of double)
0:174          'dvec4v' (temp 4-component vector of double)
0:176      add second child into first child (temp double)
0:176        'doublev' (temp double)
0:176        Fraction (global double)
0:176          'doublev' (temp double)
0:177      add second child into first child (temp 2-component vector of double)
0:177        'dvec2v' (temp 2-component vector of double)
0:177        Fraction (global 2-component vector of double)
0:177          'dvec2v' (temp 2-component vector of double)
0:178      add second child into first child (temp 3-component vector of double)
0:178        'dvec3v' (temp 3-component vector of double)
0:178        Fraction (global 3-component vector of double)
0:178          'dvec3v' (temp 3-component vector of double)
0:179      add second child into first child (temp 4-component vector of double)
0:179        'dvec4v' (temp 4-component vector of double)
0:179        Fraction (global 4-component vector of double)
0:179          'dvec4v' (temp 4-component vector of double)
0:181      add second child into first child (temp double)
0:181        'doublev' (temp double)
0:181        mod (global double)
0:181          'doublev' (temp double)
0:181          'doublev' (temp double)
0:182      add second child into first child (temp 2-component vector of double)
0:182        'dvec2v' (temp 2-component vector of double)
0:182        mod (global 2-component vector of double)
0:182          'dvec2v' (temp 2-component vector of double)
0:182          'doublev' (temp double)
0:183      add second child into first child (temp 3-component vector of double)
0:183        'dvec3v' (temp 3-component vector of double)
0:183        mod (global 3-component vector of double)
0:183          'dvec3v' (temp 3-component vector of double)
0:183          'doublev' (temp double)
0:184      add second child into first child (temp 4-component vector of double)
0:184        'dvec4v' (temp 4-component vector of double)
0:184        mod (global 4-component vector of double)
0:184          'dvec4v' (temp 4-component vector of double)
0:184          'doublev' (temp double)
0:185      add second child into first child (temp 2-component vector of double)
0:185        'dvec2v' (temp 2-component vector of double)
0:185        mod (global 2-component vector of double)
0:185          'dvec2v' (temp 2-component vector of double)
0:185          'dvec2v' (temp 2-component vector of double)
0:186      add second child into first child (temp 3-component vector of double)
0:186        'dvec3v' (temp 3-component vector of double)
0:186        mod (global 3-component vector of double)
0:186          'dvec3v' (temp 3-component vector of double)
0:186          'dvec3v' (temp 3-component vector of double)
0:187      add second child into first child (temp 4-component vector of double)
0:187        'dvec4v' (temp 4-component vector of double)
0:187        mod (global 4-component vector of double)
0:187          'dvec4v' (temp 4-component vector of double)
0:187          'dvec4v' (temp 4-component vector of double)
0:189      add second child into first child (temp double)
0:189        'doublev' (temp double)
0:189        modf (global double)
0:189          'doublev' (temp double)
0:189          'doublev' (temp double)
0:190      add second child into first child (temp 2-component vector of double)
0:190        'dvec2v' (temp 2-component vector of double)
0:190        modf (global 2-component vector of double)
0:190          'dvec2v' (temp 2-component vector of double)
0:190          'dvec2v' (temp 2-component vector of double)
0:191      add second child into first child (temp 3-component vector of double)
0:191        'dvec3v' (temp 3-component vector of double)
0:191        modf (global 3-component vector of double)
0:191          'dvec3v' (temp 3-component vector of double)
0:191          'dvec3v' (temp 3-component vector of double)
0:192      add second child into first child (temp 4-component vector of double)
0:192        'dvec4v' (temp 4-component vector of double)
0:192        modf (global 4-component vector of double)
0:192          'dvec4v' (temp 4-component vector of double)
0:192          'dvec4v' (temp 4-component vector of double)
0:194      add second child into first child (temp double)
0:194        'doublev' (temp double)
0:194        min (global double)
0:194          'doublev' (temp double)
0:194          'doublev' (temp double)
0:195      add second child into first child (temp 2-component vector of double)
0:195        'dvec2v' (temp 2-component vector of double)
0:195        min (global 2-component vector of double)
0:195          'dvec2v' (temp 2-component vector of double)
0:195          'doublev' (temp double)
0:196      add second child into first child (temp 3-component vector of double)
0:196        'dvec3v' (temp 3-component vector of double)
0:196        min (global 3-component vector of double)
0:196          'dvec3v' (temp 3-component vector of double)
0:196          'doublev' (temp double)
0:197      add second child into first child (temp 4-component vector of double)
0:197        'dvec4v' (temp 4-component vector of double)
0:197        min (global 4-component vector of double)
0:197          'dvec4v' (temp 4-component vector of double)
0:197          'doublev' (temp double)
0:198      add second child into first child (temp 2-component vector of double)
0:198        'dvec2v' (temp 2-component vector of double)
0:198        min (global 2-component vector of double)
0:198          'dvec2v' (temp 2-component vector of double)
0:198          'dvec2v' (temp 2-component vector of double)
0:199      add second child into first child (temp 3-component vector of double)
0:199        'dvec3v' (temp 3-component vector of double)
0:199        min (global 3-component vector of double)
0:199          'dvec3v' (temp 3-component vector of double)
0:199          'dvec3v' (temp 3-component vector of double)
0:200      add second child into first child (temp 4-component vector of double)
0:200        'dvec4v' (temp 4-component vector of double)
0:200        min (global 4-component vector of double)
0:200          'dvec4v' (temp 4-component vector of double)
0:200          'dvec4v' (temp 4-component vector of double)
0:202      add second child into first child (temp double)
0:202        'doublev' (temp double)
0:202        max (global double)
0:202          'doublev' (temp double)
0:202          'doublev' (temp double)
0:203      add second child into first child (temp 2-component vector of double)
0:203        'dvec2v' (temp 2-component vector of double)
0:203        max (global 2-component vector of double)
0:203          'dvec2v' (temp 2-component vector of double)
0:203          'doublev' (temp double)
0:204      add second child into first child (temp 3-component vector of double)
0:204        'dvec3v' (temp 3-component vector of double)
0:204        max (global 3-component vector of double)
0:204          'dvec3v' (temp 3-component vector of double)
0:204          'doublev' (temp double)
0:205      add second child into first child (temp 4-component vector of double)
0:205        'dvec4v' (temp 4-component vector of double)
0:205        max (global 4-component vector of double)
0:205          'dvec4v' (temp 4-component vector of double)
0:205          'doublev' (temp double)
0:206      add second child into first child (temp 2-component vector of double)
0:206        'dvec2v' (temp 2-component vector of double)
0:206        max (global 2-component vector of double)
0:206          'dvec2v' (temp 2-component vector of double)
0:206          'dvec2v' (temp 2-component vector of double)
0:207      add second child into first child (temp 3-component vector of double)
0:207        'dvec3v' (temp 3-component vector of double)
0:207        max (global 3-component vector of double)
0:207          'dvec3v' (temp 3-component vector of double)
0:207          'dvec3v' (temp 3-component vector of double)
0:208      add second child into first child (temp 4-component vector of double)
0:208        'dvec4v' (temp 4-component vector of double)
0:208        max (global 4-component vector of double)
0:208          'dvec4v' (temp 4-component vector of double)
0:208          'dvec4v' (temp 4-component vector of double)
0:210      add second child into first child (temp double)
0:210        'doublev' (temp double)
0:210        clamp (global double)
0:210          'doublev' (temp double)
0:210          'doublev' (temp double)
0:210          'doublev' (temp double)
0:211      add second child into first child (temp 2-component vector of double)
0:211        'dvec2v' (temp 2-component vector of double)
0:211        clamp (global 2-component vector of double)
0:211          'dvec2v' (temp 2-component vector of double)
0:211          'doublev' (temp double)
0:211          'doublev' (temp double)
0:212      add second child into first child (temp 3-component vector of double)
0:212        'dvec3v' (temp 3-component vector of double)
0:212        clamp (global 3-component vector of double)
0:212          'dvec3v' (temp 3-component vector of double)
0:212          'doublev' (temp double)
0:212          'doublev' (temp double)
0:213      add second child into first child (temp 4-component vector of double)
0:213        'dvec4v' (temp 4-component vector of double)
0:213        clamp (global 4-component vector of double)
0:213          'dvec4v' (temp 4-component vector of double)
0:213          'doublev' (temp double)
0:213          'doublev' (temp double)
0:214      add second child into first child (temp 2-component vector of double)
0:214        'dvec2v' (temp 2-component vector of double)
0:214        clamp (global 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:215      add second child into first child (temp 3-component vector of double)
0:215        'dvec3v' (temp 3-component vector of double)
0:215        clamp (global 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:216      add second child into first child (temp 4-component vector of double)
0:216        'dvec4v' (temp 4-component vector of double)
0:216        clamp (global 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:218      add second child into first child (temp double)
0:218        'doublev' (temp double)
0:218        mix (global double)
0:218          'doublev' (temp double)
0:218          'doublev' (temp double)
0:218          'doublev' (temp double)
0:219      add second child into first child (temp 2-component vector of double)
0:219        'dvec2v' (temp 2-component vector of double)
0:219        mix (global 2-component vector of double)
0:219          'dvec2v' (temp 2-component vector of double)
0:219          'dvec2v' (temp 2-component vector of double)
0:219          'doublev' (temp double)
0:220      add second child into first child (temp 3-component vector of double)
0:220        'dvec3v' (temp 3-component vector of double)
0:220        mix (global 3-component vector of double)
0:220          'dvec3v' (temp 3-component vector of double)
0:220          'dvec3v' (temp 3-component vector of double)
0:220          'doublev' (temp double)
0:221      add second child into first child (temp 4-component vector of double)
0:221        'dvec4v' (temp 4-component vector of double)
0:221        mix (global 4-component vector of double)
0:221          'dvec4v' (temp 4-component vector of double)
0:221          'dvec4v' (temp 4-component vector of double)
0:221          'doublev' (temp double)
0:222      add second child into first child (temp 2-component vector of double)
0:222        'dvec2v' (temp 2-component vector of double)
0:222        mix (global 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:223      add second child into first child (temp 3-component vector of double)
0:223        'dvec3v' (temp 3-component vector of double)
0:223        mix (global 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:224      add second child into first child (temp 4-component vector of double)
0:224        'dvec4v' (temp 4-component vector of double)
0:224        mix (global 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:225      add second child into first child (temp double)
0:225        'doublev' (temp double)
0:225        mix (global double)
0:225          'doublev' (temp double)
0:225          'doublev' (temp double)
0:225          'boolv' (temp bool)
0:226      add second child into first child (temp 2-component vector of double)
0:226        'dvec2v' (temp 2-component vector of double)
0:226        mix (global 2-component vector of double)
0:226          'dvec2v' (temp 2-component vector of double)
0:226          'dvec2v' (temp 2-component vector of double)
0:226          'bvec2v' (temp 2-component vector of bool)
0:227      add second child into first child (temp 3-component vector of double)
0:227        'dvec3v' (temp 3-component vector of double)
0:227        mix (global 3-component vector of double)
0:227          'dvec3v' (temp 3-component vector of double)
0:227          'dvec3v' (temp 3-component vector of double)
0:227          'bvec3v' (temp 3-component vector of bool)
0:228      add second child into first child (temp 4-component vector of double)
0:228        'dvec4v' (temp 4-component vector of double)
0:228        mix (global 4-component vector of double)
0:228          'dvec4v' (temp 4-component vector of double)
0:228          'dvec4v' (temp 4-component vector of double)
0:228          'bvec4v' (temp 4-component vector of bool)
0:230      add second child into first child (temp double)
0:230        'doublev' (temp double)
0:230        step (global double)
0:230          'doublev' (temp double)
0:230          'doublev' (temp double)
0:231      add second child into first child (temp 2-component vector of double)
0:231        'dvec2v' (temp 2-component vector of double)
0:231        step (global 2-component vector of double)
0:231          'dvec2v' (temp 2-component vector of double)
0:231          'dvec2v' (temp 2-component vector of double)
0:232      add second child into first child (temp 3-component vector of double)
0:232        'dvec3v' (temp 3-component vector of double)
0:232        step (global 3-component vector of double)
0:232          'dvec3v' (temp 3-component vector of double)
0:232          'dvec3v' (temp 3-component vector of double)
0:233      add second child into first child (temp 4-component vector of double)
0:233        'dvec4v' (temp 4-component vector of double)
0:233        step (global 4-component vector of double)
0:233          'dvec4v' (temp 4-component vector of double)
0:233          'dvec4v' (temp 4-component vector of double)
0:234      add second child into first child (temp 2-component vector of double)
0:234        'dvec2v' (temp 2-component vector of double)
0:234        step (global 2-component vector of double)
0:234          'doublev' (temp double)
0:234          'dvec2v' (temp 2-component vector of double)
0:235      add second child into first child (temp 3-component vector of double)
0:235        'dvec3v' (temp 3-component vector of double)
0:235        step (global 3-component vector of double)
0:235          'doublev' (temp double)
0:235          'dvec3v' (temp 3-component vector of double)
0:236      add second child into first child (temp 4-component vector of double)
0:236        'dvec4v' (temp 4-component vector of double)
0:236        step (global 4-component vector of double)
0:236          'doublev' (temp double)
0:236          'dvec4v' (temp 4-component vector of double)
0:238      add second child into first child (temp double)
0:238        'doublev' (temp double)
0:238        smoothstep (global double)
0:238          'doublev' (temp double)
0:238          'doublev' (temp double)
0:238          'doublev' (temp double)
0:239      add second child into first child (temp 2-component vector of double)
0:239        'dvec2v' (temp 2-component vector of double)
0:239        smoothstep (global 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:240      add second child into first child (temp 3-component vector of double)
0:240        'dvec3v' (temp 3-component vector of double)
0:240        smoothstep (global 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:241      add second child into first child (temp 4-component vector of double)
0:241        'dvec4v' (temp 4-component vector of double)
0:241        smoothstep (global 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:242      add second child into first child (temp 2-component vector of double)
0:242        'dvec2v' (temp 2-component vector of double)
0:242        smoothstep (global 2-component vector of double)
0:242          'doublev' (temp double)
0:242          'doublev' (temp double)
0:242          'dvec2v' (temp 2-component vector of double)
0:243      add second child into first child (temp 3-component vector of double)
0:243        'dvec3v' (temp 3-component vector of double)
0:243        smoothstep (global 3-component vector of double)
0:243          'doublev' (temp double)
0:243          'doublev' (temp double)
0:243          'dvec3v' (temp 3-component vector of double)
0:244      add second child into first child (temp 4-component vector of double)
0:244        'dvec4v' (temp 4-component vector of double)
0:244        smoothstep (global 4-component vector of double)
0:244          'doublev' (temp double)
0:244          'doublev' (temp double)
0:244          'dvec4v' (temp 4-component vector of double)
0:246      move second child to first child (temp bool)
0:246        'boolv' (temp bool)
0:246        isnan (global bool)
0:246          'doublev' (temp double)
0:247      move second child to first child (temp 2-component vector of bool)
0:247        'bvec2v' (temp 2-component vector of bool)
0:247        isnan (global 2-component vector of bool)
0:247          'dvec2v' (temp 2-component vector of double)
0:248      move second child to first child (temp 3-component vector of bool)
0:248        'bvec3v' (temp 3-component vector of bool)
0:248        isnan (global 3-component vector of bool)
0:248          'dvec3v' (temp 3-component vector of double)
0:249      move second child to first child (temp 4-component vector of bool)
0:249        'bvec4v' (temp 4-component vector of bool)
0:249        isnan (global 4-component vector of bool)
0:249          'dvec4v' (temp 4-component vector of double)
0:251      move second child to first child (temp bool)
0:251        'boolv' (temp bool)
0:251        Test condition and select (temp bool)
0:251          Condition
0:251          'boolv' (temp bool)
0:251          true case
0:251          isinf (global bool)
0:251            'doublev' (temp double)
0:251          false case
0:251          Constant:
0:251            false (const bool)
0:252      move second child to first child (temp 2-component vector of bool)
0:252        'bvec2v' (temp 2-component vector of bool)
0:252        Test condition and select (temp 2-component vector of bool)
0:252          Condition
0:252          'boolv' (temp bool)
0:252          true case
0:252          isinf (global 2-component vector of bool)
0:252            'dvec2v' (temp 2-component vector of double)
0:252          false case
0:252          Constant:
0:252            false (const bool)
0:252            false (const bool)
0:253      move second child to first child (temp 3-component vector of bool)
0:253        'bvec3v' (temp 3-component vector of bool)
0:253        Test condition and select (temp 3-component vector of bool)
0:253          Condition
0:253          'boolv' (temp bool)
0:253          true case
0:253          isinf (global 3-component vector of bool)
0:253            'dvec3v' (temp 3-component vector of double)
0:253          false case
0:253          Constant:
0:253            false (const bool)
0:253            false (const bool)
0:253            false (const bool)
0:254      move second child to first child (temp 4-component vector of bool)
0:254        'bvec4v' (temp 4-component vector of bool)
0:254        Test condition and select (temp 4-component vector of bool)
0:254          Condition
0:254          'boolv' (temp bool)
0:254          true case
0:254          isinf (global 4-component vector of bool)
0:254            'dvec4v' (temp 4-component vector of double)
0:254          false case
0:254          Constant:
0:254            false (const bool)
0:254            false (const bool)
0:254            false (const bool)
0:254            false (const bool)
0:256      add second child into first child (temp double)
0:256        'doublev' (temp double)
0:256        length (global double)
0:256          'doublev' (temp double)
0:257      add second child into first child (temp double)
0:257        'doublev' (temp double)
0:257        length (global double)
0:257          'dvec2v' (temp 2-component vector of double)
0:258      add second child into first child (temp double)
0:258        'doublev' (temp double)
0:258        length (global double)
0:258          'dvec3v' (temp 3-component vector of double)
0:259      add second child into first child (temp double)
0:259        'doublev' (temp double)
0:259        length (global double)
0:259          'dvec4v' (temp 4-component vector of double)
0:261      add second child into first child (temp double)
0:261        'doublev' (temp double)
0:261        distance (global double)
0:261          'doublev' (temp double)
0:261          'doublev' (temp double)
0:262      add second child into first child (temp double)
0:262        'doublev' (temp double)
0:262        distance (global double)
0:262          'dvec2v' (temp 2-component vector of double)
0:262          'dvec2v' (temp 2-component vector of double)
0:263      add second child into first child (temp double)
0:263        'doublev' (temp double)
0:263        distance (global double)
0:263          'dvec3v' (temp 3-component vector of double)
0:263          'dvec3v' (temp 3-component vector of double)
0:264      add second child into first child (temp double)
0:264        'doublev' (temp double)
0:264        distance (global double)
0:264          'dvec4v' (temp 4-component vector of double)
0:264          'dvec4v' (temp 4-component vector of double)
0:266      add second child into first child (temp double)
0:266        'doublev' (temp double)
0:266        dot-product (global double)
0:266          'doublev' (temp double)
0:266          'doublev' (temp double)
0:267      add second child into first child (temp double)
0:267        'doublev' (temp double)
0:267        dot-product (global double)
0:267          'dvec2v' (temp 2-component vector of double)
0:267          'dvec2v' (temp 2-component vector of double)
0:268      add second child into first child (temp double)
0:268        'doublev' (temp double)
0:268        dot-product (global double)
0:268          'dvec3v' (temp 3-component vector of double)
0:268          'dvec3v' (temp 3-component vector of double)
0:269      add second child into first child (temp double)
0:269        'doublev' (temp double)
0:269        dot-product (global double)
0:269          'dvec4v' (temp 4-component vector of double)
0:269          'dvec4v' (temp 4-component vector of double)
0:271      add second child into first child (temp 3-component vector of double)
0:271        'dvec3v' (temp 3-component vector of double)
0:271        cross-product (global 3-component vector of double)
0:271          'dvec3v' (temp 3-component vector of double)
0:271          'dvec3v' (temp 3-component vector of double)
0:273      add second child into first child (temp double)
0:273        'doublev' (temp double)
0:273        normalize (global double)
0:273          'doublev' (temp double)
0:274      add second child into first child (temp 2-component vector of double)
0:274        'dvec2v' (temp 2-component vector of double)
0:274        normalize (global 2-component vector of double)
0:274          'dvec2v' (temp 2-component vector of double)
0:275      add second child into first child (temp 3-component vector of double)
0:275        'dvec3v' (temp 3-component vector of double)
0:275        normalize (global 3-component vector of double)
0:275          'dvec3v' (temp 3-component vector of double)
0:276      add second child into first child (temp 4-component vector of double)
0:276        'dvec4v' (temp 4-component vector of double)
0:276        normalize (global 4-component vector of double)
0:276          'dvec4v' (temp 4-component vector of double)
0:278      add second child into first child (temp double)
0:278        'doublev' (temp double)
0:278        face-forward (global double)
0:278          'doublev' (temp double)
0:278          'doublev' (temp double)
0:278          'doublev' (temp double)
0:279      add second child into first child (temp 2-component vector of double)
0:279        'dvec2v' (temp 2-component vector of double)
0:279        face-forward (global 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:280      add second child into first child (temp 3-component vector of double)
0:280        'dvec3v' (temp 3-component vector of double)
0:280        face-forward (global 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:281      add second child into first child (temp 4-component vector of double)
0:281        'dvec4v' (temp 4-component vector of double)
0:281        face-forward (global 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:283      add second child into first child (temp double)
0:283        'doublev' (temp double)
0:283        reflect (global double)
0:283          'doublev' (temp double)
0:283          'doublev' (temp double)
0:284      add second child into first child (temp 2-component vector of double)
0:284        'dvec2v' (temp 2-component vector of double)
0:284        reflect (global 2-component vector of double)
0:284          'dvec2v' (temp 2-component vector of double)
0:284          'dvec2v' (temp 2-component vector of double)
0:285      add second child into first child (temp 3-component vector of double)
0:285        'dvec3v' (temp 3-component vector of double)
0:285        reflect (global 3-component vector of double)
0:285          'dvec3v' (temp 3-component vector of double)
0:285          'dvec3v' (temp 3-component vector of double)
0:286      add second child into first child (temp 4-component vector of double)
0:286        'dvec4v' (temp 4-component vector of double)
0:286        reflect (global 4-component vector of double)
0:286          'dvec4v' (temp 4-component vector of double)
0:286          'dvec4v' (temp 4-component vector of double)
0:288      add second child into first child (temp double)
0:288        'doublev' (temp double)
0:288        refract (global double)
0:288          'doublev' (temp double)
0:288          'doublev' (temp double)
0:288          'doublev' (temp double)
0:289      add second child into first child (temp 2-component vector of double)
0:289        'dvec2v' (temp 2-component vector of double)
0:289        refract (global 2-component vector of double)
0:289          'dvec2v' (temp 2-component vector of double)
0:289          'dvec2v' (temp 2-component vector of double)
0:289          'doublev' (temp double)
0:290      add second child into first child (temp 3-component vector of double)
0:290        'dvec3v' (temp 3-component vector of double)
0:290        refract (global 3-component vector of double)
0:290          'dvec3v' (temp 3-component vector of double)
0:290          'dvec3v' (temp 3-component vector of double)
0:290          'doublev' (temp double)
0:291      add second child into first child (temp 4-component vector of double)
0:291        'dvec4v' (temp 4-component vector of double)
0:291        refract (global 4-component vector of double)
0:291          'dvec4v' (temp 4-component vector of double)
0:291          'dvec4v' (temp 4-component vector of double)
0:291          'doublev' (temp double)
0:293      Sequence
0:293        move second child to first child (temp 2X2 matrix of double)
0:293          'dmat2v' (temp 2X2 matrix of double)
0:293          outer product (global 2X2 matrix of double)
0:293            'dvec2v' (temp 2-component vector of double)
0:293            'dvec2v' (temp 2-component vector of double)
0:294      Sequence
0:294        move second child to first child (temp 3X3 matrix of double)
0:294          'dmat3v' (temp 3X3 matrix of double)
0:294          outer product (global 3X3 matrix of double)
0:294            'dvec3v' (temp 3-component vector of double)
0:294            'dvec3v' (temp 3-component vector of double)
0:295      Sequence
0:295        move second child to first child (temp 4X4 matrix of double)
0:295          'dmat4v' (temp 4X4 matrix of double)
0:295          outer product (global 4X4 matrix of double)
0:295            'dvec4v' (temp 4-component vector of double)
0:295            'dvec4v' (temp 4-component vector of double)
0:296      Sequence
0:296        move second child to first child (temp 2X3 matrix of double)
0:296          'dmat2x3v' (temp 2X3 matrix of double)
0:296          outer product (global 2X3 matrix of double)
0:296            'dvec3v' (temp 3-component vector of double)
0:296            'dvec2v' (temp 2-component vector of double)
0:297      Sequence
0:297        move second child to first child (temp 3X2 matrix of double)
0:297          'dmat3x2v' (temp 3X2 matrix of double)
0:297          outer product (global 3X2 matrix of double)
0:297            'dvec2v' (temp 2-component vector of double)
0:297            'dvec3v' (temp 3-component vector of double)
0:298      Sequence
0:298        move second child to first child (temp 2X4 matrix of double)
0:298          'dmat2x4v' (temp 2X4 matrix of double)
0:298          outer product (global 2X4 matrix of double)
0:298            'dvec4v' (temp 4-component vector of double)
0:298            'dvec2v' (temp 2-component vector of double)
0:299      Sequence
0:299        move second child to first child (temp 4X2 matrix of double)
0:299          'dmat4x2v' (temp 4X2 matrix of double)
0:299          outer product (global 4X2 matrix of double)
0:299            'dvec2v' (temp 2-component vector of double)
0:299            'dvec4v' (temp 4-component vector of double)
0:300      Sequence
0:300        move second child to first child (temp 3X4 matrix of double)
0:300          'dmat3x4v' (temp 3X4 matrix of double)
0:300          outer product (global 3X4 matrix of double)
0:300            'dvec4v' (temp 4-component vector of double)
0:300            'dvec3v' (temp 3-component vector of double)
0:301      Sequence
0:301        move second child to first child (temp 4X3 matrix of double)
0:301          'dmat4x3v' (temp 4X3 matrix of double)
0:301          outer product (global 4X3 matrix of double)
0:301            'dvec3v' (temp 3-component vector of double)
0:301            'dvec4v' (temp 4-component vector of double)
0:303      matrix mult second child into first child (temp 2X2 matrix of double)
0:303        'dmat2v' (temp 2X2 matrix of double)
0:303        component-wise multiply (global 2X2 matrix of double)
0:303          'dmat2v' (temp 2X2 matrix of double)
0:303          'dmat2v' (temp 2X2 matrix of double)
0:304      matrix mult second child into first child (temp 3X3 matrix of double)
0:304        'dmat3v' (temp 3X3 matrix of double)
0:304        component-wise multiply (global 3X3 matrix of double)
0:304          'dmat3v' (temp 3X3 matrix of double)
0:304          'dmat3v' (temp 3X3 matrix of double)
0:305      matrix mult second child into first child (temp 4X4 matrix of double)
0:305        'dmat4v' (temp 4X4 matrix of double)
0:305        component-wise multiply (global 4X4 matrix of double)
0:305          'dmat4v' (temp 4X4 matrix of double)
0:305          'dmat4v' (temp 4X4 matrix of double)
0:306      move second child to first child (temp 2X3 matrix of double)
0:306        'dmat2x3v' (temp 2X3 matrix of double)
0:306        component-wise multiply (global 2X3 matrix of double)
0:306          'dmat2x3v' (temp 2X3 matrix of double)
0:306          'dmat2x3v' (temp 2X3 matrix of double)
0:307      move second child to first child (temp 2X4 matrix of double)
0:307        'dmat2x4v' (temp 2X4 matrix of double)
0:307        component-wise multiply (global 2X4 matrix of double)
0:307          'dmat2x4v' (temp 2X4 matrix of double)
0:307          'dmat2x4v' (temp 2X4 matrix of double)
0:308      move second child to first child (temp 3X2 matrix of double)
0:308        'dmat3x2v' (temp 3X2 matrix of double)
0:308        component-wise multiply (global 3X2 matrix of double)
0:308          'dmat3x2v' (temp 3X2 matrix of double)
0:308          'dmat3x2v' (temp 3X2 matrix of double)
0:309      move second child to first child (temp 3X4 matrix of double)
0:309        'dmat3x4v' (temp 3X4 matrix of double)
0:309        component-wise multiply (global 3X4 matrix of double)
0:309          'dmat3x4v' (temp 3X4 matrix of double)
0:309          'dmat3x4v' (temp 3X4 matrix of double)
0:310      move second child to first child (temp 4X2 matrix of double)
0:310        'dmat4x2v' (temp 4X2 matrix of double)
0:310        component-wise multiply (global 4X2 matrix of double)
0:310          'dmat4x2v' (temp 4X2 matrix of double)
0:310          'dmat4x2v' (temp 4X2 matrix of double)
0:311      move second child to first child (temp 4X3 matrix of double)
0:311        'dmat4x3v' (temp 4X3 matrix of double)
0:311        component-wise multiply (global 4X3 matrix of double)
0:311          'dmat4x3v' (temp 4X3 matrix of double)
0:311          'dmat4x3v' (temp 4X3 matrix of double)
0:313      matrix mult second child into first child (temp 2X2 matrix of double)
0:313        'dmat2v' (temp 2X2 matrix of double)
0:313        transpose (global 2X2 matrix of double)
0:313          'dmat2v' (temp 2X2 matrix of double)
0:314      matrix mult second child into first child (temp 3X3 matrix of double)
0:314        'dmat3v' (temp 3X3 matrix of double)
0:314        transpose (global 3X3 matrix of double)
0:314          'dmat3v' (temp 3X3 matrix of double)
0:315      matrix mult second child into first child (temp 4X4 matrix of double)
0:315        'dmat4v' (temp 4X4 matrix of double)
0:315        transpose (global 4X4 matrix of double)
0:315          'dmat4v' (temp 4X4 matrix of double)
0:316      move second child to first child (temp 2X3 matrix of double)
0:316        'dmat2x3v' (temp 2X3 matrix of double)
0:316        transpose (global 2X3 matrix of double)
0:316          'dmat3x2v' (temp 3X2 matrix of double)
0:317      move second child to first child (temp 3X2 matrix of double)
0:317        'dmat3x2v' (temp 3X2 matrix of double)
0:317        transpose (global 3X2 matrix of double)
0:317          'dmat2x3v' (temp 2X3 matrix of double)
0:318      move second child to first child (temp 2X4 matrix of double)
0:318        'dmat2x4v' (temp 2X4 matrix of double)
0:318        transpose (global 2X4 matrix of double)
0:318          'dmat4x2v' (temp 4X2 matrix of double)
0:319      move second child to first child (temp 4X2 matrix of double)
0:319        'dmat4x2v' (temp 4X2 matrix of double)
0:319        transpose (global 4X2 matrix of double)
0:319          'dmat2x4v' (temp 2X4 matrix of double)
0:320      move second child to first child (temp 3X4 matrix of double)
0:320        'dmat3x4v' (temp 3X4 matrix of double)
0:320        transpose (global 3X4 matrix of double)
0:320          'dmat4x3v' (temp 4X3 matrix of double)
0:321      move second child to first child (temp 4X3 matrix of double)
0:321        'dmat4x3v' (temp 4X3 matrix of double)
0:321        transpose (global 4X3 matrix of double)
0:321          'dmat3x4v' (temp 3X4 matrix of double)
0:323      add second child into first child (temp double)
0:323        'doublev' (temp double)
0:323        determinant (global double)
0:323          'dmat2v' (temp 2X2 matrix of double)
0:324      add second child into first child (temp double)
0:324        'doublev' (temp double)
0:324        determinant (global double)
0:324          'dmat3v' (temp 3X3 matrix of double)
0:325      add second child into first child (temp double)
0:325        'doublev' (temp double)
0:325        determinant (global double)
0:325          'dmat4v' (temp 4X4 matrix of double)
0:327      matrix mult second child into first child (temp 2X2 matrix of double)
0:327        'dmat2v' (temp 2X2 matrix of double)
0:327        inverse (global 2X2 matrix of double)
0:327          'dmat2v' (temp 2X2 matrix of double)
0:328      matrix mult second child into first child (temp 3X3 matrix of double)
0:328        'dmat3v' (temp 3X3 matrix of double)
0:328        inverse (global 3X3 matrix of double)
0:328          'dmat3v' (temp 3X3 matrix of double)
0:329      matrix mult second child into first child (temp 4X4 matrix of double)
0:329        'dmat4v' (temp 4X4 matrix of double)
0:329        inverse (global 4X4 matrix of double)
0:329          'dmat4v' (temp 4X4 matrix of double)
0:?   Linker Objects
0:?     'bn' (in 3-element array of block{in int a})
0:?     'gl_in' (in 3-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:?     'color' (in 3-element array of 4-component vector of float)
0:?     'color2' (in 3-element array of 4-component vector of float)
0:?     'colorS' (in 3-element array of 4-component vector of float)
0:?     'colorBad' (in 4-element array of 4-component vector of float)
0:?     'colorbad2' (in 2-element array of 4-component vector of float)
0:?     'cva' (layout(location=4 ) in 3-element array of 4-component vector of float)
0:?     'cvb' (layout(location=5 ) in 3-element array of 4-component vector of float)
0:?     'cmc' (layout(location=2 ) in 3-element array of 3X3 matrix of float)
0:?     'patchIn' (patch in 3-element array of 4-component vector of float)
0:?     'patchOut' (layout(stream=0 ) patch out 4-component vector of float)
0:?     'scalar' (in float)
0:?     'inbls' (in block{in int a})
0:?     'inbla' (in 17-element array of block{in int a})
0:?     'indexedOut' (layout(location=7 stream=0 ) out 4-component vector of float)
0:?     'samp1D' (uniform sampler1D)
0:?     'samp2Ds' (uniform sampler2DShadow)


Linked geometry stage:

ERROR: Linking geometry stage: At least one shader must specify an output layout primitive

Shader version: 400
Requested GL_ARB_separate_shader_objects
invocations = 4
max_vertices = 127
input primitive = triangles
output primitive = none
ERROR: node is still EOpNull!
0:3  Function Definition: main( (global void)
0:3    Function Parameters: 
0:5    Sequence
0:5      EmitStreamVertex (global void)
0:5        Constant:
0:5          1 (const int)
0:6      EndStreamPrimitive (global void)
0:6        Constant:
0:6          0 (const int)
0:7      EmitVertex (global void)
0:8      EndPrimitive (global void)
0:9      Sequence
0:9        move second child to first child (temp int)
0:9          'id' (temp int)
0:9          'gl_InvocationID' (in int InvocationID)
0:23  Function Definition: foo( (global void)
0:23    Function Parameters: 
0:25    Sequence
0:25      Constant:
0:25        1 (const int)
0:26      gl_Position: direct index for structure (in 4-component vector of float Position)
0:26        direct index (temp block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:26          'gl_in' (in 3-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:26          Constant:
0:26            1 (const int)
0:26        Constant:
0:26          0 (const int)
0:34  Function Definition: foo2( (global void)
0:34    Function Parameters: 
0:36    Sequence
0:36      Constant:
0:36        1 (const int)
0:37      Constant:
0:37        3 (const int)
0:46  Function Definition: foo3( (global void)
0:46    Function Parameters: 
0:48    Sequence
0:48      Constant:
0:48        3 (const int)
0:49      Constant:
0:49        3 (const int)
0:50      Constant:
0:50        3 (const int)
0:51      Constant:
0:51        3 (const int)
0:75  Function Definition: bits( (global void)
0:75    Function Parameters: 
0:?     Sequence
0:78      move second child to first child (temp 2-component vector of uint)
0:78        'u2' (temp 2-component vector of uint)
0:78        addCarry (global 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:78          'u2' (temp 2-component vector of uint)
0:80      move second child to first child (temp uint)
0:80        'u1' (temp uint)
0:80        subBorrow (global uint)
0:80          'u1' (temp uint)
0:80          'u1' (temp uint)
0:80          'u1' (temp uint)
0:82      uMulExtended (global void)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:82        'u4' (temp 4-component vector of uint)
0:84      iMulExtended (global void)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:84        'i4' (temp 4-component vector of int)
0:86      move second child to first child (temp int)
0:86        'i1' (temp int)
0:86        bitfieldExtract (global int)
0:86          'i1' (temp int)
0:86          Constant:
0:86            4 (const int)
0:86          Constant:
0:86            5 (const int)
0:88      move second child to first child (temp 3-component vector of uint)
0:88        'u3' (temp 3-component vector of uint)
0:88        bitfieldExtract (global 3-component vector of uint)
0:88          'u3' (temp 3-component vector of uint)
0:88          Constant:
0:88            4 (const int)
0:88          Constant:
0:88            5 (const int)
0:90      move second child to first child (temp 3-component vector of int)
0:90        'i3' (temp 3-component vector of int)
0:90        bitfieldInsert (global 3-component vector of int)
0:90          'i3' (temp 3-component vector of int)
0:90          'i3' (temp 3-component vector of int)
0:90          Constant:
0:90            4 (const int)
0:90          Constant:
0:90            5 (const int)
0:91      move second child to first child (temp uint)
0:91        'u1' (temp uint)
0:91        bitfieldInsert (global uint)
0:91          'u1' (temp uint)
0:91          'u1' (temp uint)
0:91          Constant:
0:91            4 (const int)
0:91          Constant:
0:91            5 (const int)
0:93      move second child to first child (temp 2-component vector of int)
0:93        'i2' (temp 2-component vector of int)
0:93        bitFieldReverse (global 2-component vector of int)
0:93          'i2' (temp 2-component vector of int)
0:94      move second child to first child (temp 4-component vector of uint)
0:94        'u4' (temp 4-component vector of uint)
0:94        bitFieldReverse (global 4-component vector of uint)
0:94          'u4' (temp 4-component vector of uint)
0:95      move second child to first child (temp int)
0:95        'i1' (temp int)
0:95        bitCount (global int)
0:95          'i1' (temp int)
0:96      move second child to first child (temp 3-component vector of int)
0:96        'i3' (temp 3-component vector of int)
0:96        bitCount (global 3-component vector of int)
0:96          'u3' (temp 3-component vector of uint)
0:97      move second child to first child (temp 2-component vector of int)
0:97        'i2' (temp 2-component vector of int)
0:97        findLSB (global 2-component vector of int)
0:97          'i2' (temp 2-component vector of int)
0:98      move second child to first child (temp 4-component vector of int)
0:98        'i4' (temp 4-component vector of int)
0:98        findLSB (global 4-component vector of int)
0:98          'u4' (temp 4-component vector of uint)
0:99      move second child to first child (temp int)
0:99        'i1' (temp int)
0:99        findMSB (global int)
0:99          'i1' (temp int)
0:100      move second child to first child (temp 2-component vector of int)
0:100        'i2' (temp 2-component vector of int)
0:100        findMSB (global 2-component vector of int)
0:100          'u2' (temp 2-component vector of uint)
0:108  Function Definition: qlod( (global void)
0:108    Function Parameters: 
0:?     Sequence
0:115      'lod' (temp 2-component vector of float)
0:116      'lod' (temp 2-component vector of float)
0:119  Function Definition: doubles( (global void)
0:119    Function Parameters: 
0:?     Sequence
0:131      move second child to first child (temp double)
0:131        'doublev' (temp double)
0:131        Constant:
0:131          1.702939
0:132      move second child to first child (temp 2-component vector of double)
0:132        'dvec2v' (temp 2-component vector of double)
0:132        Constant:
0:132          1.643168
0:132          1.643168
0:133      move second child to first child (temp 3-component vector of double)
0:133        'dvec3v' (temp 3-component vector of double)
0:133        Constant:
0:133          1.414214
0:133          1.414214
0:133          1.414214
0:134      move second child to first child (temp 4-component vector of double)
0:134        'dvec4v' (temp 4-component vector of double)
0:134        Constant:
0:134          1.449138
0:134          1.449138
0:134          1.449138
0:134          1.449138
0:136      add second child into first child (temp double)
0:136        'doublev' (temp double)
0:136        inverse sqrt (global double)
0:136          'doublev' (temp double)
0:137      add second child into first child (temp 2-component vector of double)
0:137        'dvec2v' (temp 2-component vector of double)
0:137        inverse sqrt (global 2-component vector of double)
0:137          'dvec2v' (temp 2-component vector of double)
0:138      add second child into first child (temp 3-component vector of double)
0:138        'dvec3v' (temp 3-component vector of double)
0:138        inverse sqrt (global 3-component vector of double)
0:138          'dvec3v' (temp 3-component vector of double)
0:139      add second child into first child (temp 4-component vector of double)
0:139        'dvec4v' (temp 4-component vector of double)
0:139        inverse sqrt (global 4-component vector of double)
0:139          'dvec4v' (temp 4-component vector of double)
0:141      add second child into first child (temp double)
0:141        'doublev' (temp double)
0:141        Absolute value (global double)
0:141          'doublev' (temp double)
0:142      add second child into first child (temp 2-component vector of double)
0:142        'dvec2v' (temp 2-component vector of double)
0:142        Absolute value (global 2-component vector of double)
0:142          'dvec2v' (temp 2-component vector of double)
0:143      add second child into first child (temp 3-component vector of double)
0:143        'dvec3v' (temp 3-component vector of double)
0:143        Absolute value (global 3-component vector of double)
0:143          'dvec3v' (temp 3-component vector of double)
0:144      add second child into first child (temp 4-component vector of double)
0:144        'dvec4v' (temp 4-component vector of double)
0:144        Absolute value (global 4-component vector of double)
0:144          'dvec4v' (temp 4-component vector of double)
0:146      add second child into first child (temp double)
0:146        'doublev' (temp double)
0:146        Sign (global double)
0:146          'doublev' (temp double)
0:147      add second child into first child (temp 2-component vector of double)
0:147        'dvec2v' (temp 2-component vector of double)
0:147        Sign (global 2-component vector of double)
0:147          'dvec2v' (temp 2-component vector of double)
0:148      add second child into first child (temp 3-component vector of double)
0:148        'dvec3v' (temp 3-component vector of double)
0:148        Sign (global 3-component vector of double)
0:148          'dvec3v' (temp 3-component vector of double)
0:149      add second child into first child (temp 4-component vector of double)
0:149        'dvec4v' (temp 4-component vector of double)
0:149        Sign (global 4-component vector of double)
0:149          'dvec4v' (temp 4-component vector of double)
0:151      add second child into first child (temp double)
0:151        'doublev' (temp double)
0:151        Floor (global double)
0:151          'doublev' (temp double)
0:152      add second child into first child (temp 2-component vector of double)
0:152        'dvec2v' (temp 2-component vector of double)
0:152        Floor (global 2-component vector of double)
0:152          'dvec2v' (temp 2-component vector of double)
0:153      add second child into first child (temp 3-component vector of double)
0:153        'dvec3v' (temp 3-component vector of double)
0:153        Floor (global 3-component vector of double)
0:153          'dvec3v' (temp 3-component vector of double)
0:154      add second child into first child (temp 4-component vector of double)
0:154        'dvec4v' (temp 4-component vector of double)
0:154        Floor (global 4-component vector of double)
0:154          'dvec4v' (temp 4-component vector of double)
0:156      add second child into first child (temp double)
0:156        'doublev' (temp double)
0:156        trunc (global double)
0:156          'doublev' (temp double)
0:157      add second child into first child (temp 2-component vector of double)
0:157        'dvec2v' (temp 2-component vector of double)
0:157        trunc (global 2-component vector of double)
0:157          'dvec2v' (temp 2-component vector of double)
0:158      add second child into first child (temp 3-component vector of double)
0:158        'dvec3v' (temp 3-component vector of double)
0:158        trunc (global 3-component vector of double)
0:158          'dvec3v' (temp 3-component vector of double)
0:159      add second child into first child (temp 4-component vector of double)
0:159        'dvec4v' (temp 4-component vector of double)
0:159        trunc (global 4-component vector of double)
0:159          'dvec4v' (temp 4-component vector of double)
0:161      add second child into first child (temp double)
0:161        'doublev' (temp double)
0:161        round (global double)
0:161          'doublev' (temp double)
0:162      add second child into first child (temp 2-component vector of double)
0:162        'dvec2v' (temp 2-component vector of double)
0:162        round (global 2-component vector of double)
0:162          'dvec2v' (temp 2-component vector of double)
0:163      add second child into first child (temp 3-component vector of double)
0:163        'dvec3v' (temp 3-component vector of double)
0:163        round (global 3-component vector of double)
0:163          'dvec3v' (temp 3-component vector of double)
0:164      add second child into first child (temp 4-component vector of double)
0:164        'dvec4v' (temp 4-component vector of double)
0:164        round (global 4-component vector of double)
0:164          'dvec4v' (temp 4-component vector of double)
0:166      add second child into first child (temp double)
0:166        'doublev' (temp double)
0:166        roundEven (global double)
0:166          'doublev' (temp double)
0:167      add second child into first child (temp 2-component vector of double)
0:167        'dvec2v' (temp 2-component vector of double)
0:167        roundEven (global 2-component vector of double)
0:167          'dvec2v' (temp 2-component vector of double)
0:168      add second child into first child (temp 3-component vector of double)
0:168        'dvec3v' (temp 3-component vector of double)
0:168        roundEven (global 3-component vector of double)
0:168          'dvec3v' (temp 3-component vector of double)
0:169      add second child into first child (temp 4-component vector of double)
0:169        'dvec4v' (temp 4-component vector of double)
0:169        roundEven (global 4-component vector of double)
0:169          'dvec4v' (temp 4-component vector of double)
0:171      add second child into first child (temp double)
0:171        'doublev' (temp double)
0:171        Ceiling (global double)
0:171          'doublev' (temp double)
0:172      add second child into first child (temp 2-component vector of double)
0:172        'dvec2v' (temp 2-component vector of double)
0:172        Ceiling (global 2-component vector of double)
0:172          'dvec2v' (temp 2-component vector of double)
0:173      add second child into first child (temp 3-component vector of double)
0:173        'dvec3v' (temp 3-component vector of double)
0:173        Ceiling (global 3-component vector of double)
0:173          'dvec3v' (temp 3-component vector of double)
0:174      add second child into first child (temp 4-component vector of double)
0:174        'dvec4v' (temp 4-component vector of double)
0:174        Ceiling (global 4-component vector of double)
0:174          'dvec4v' (temp 4-component vector of double)
0:176      add second child into first child (temp double)
0:176        'doublev' (temp double)
0:176        Fraction (global double)
0:176          'doublev' (temp double)
0:177      add second child into first child (temp 2-component vector of double)
0:177        'dvec2v' (temp 2-component vector of double)
0:177        Fraction (global 2-component vector of double)
0:177          'dvec2v' (temp 2-component vector of double)
0:178      add second child into first child (temp 3-component vector of double)
0:178        'dvec3v' (temp 3-component vector of double)
0:178        Fraction (global 3-component vector of double)
0:178          'dvec3v' (temp 3-component vector of double)
0:179      add second child into first child (temp 4-component vector of double)
0:179        'dvec4v' (temp 4-component vector of double)
0:179        Fraction (global 4-component vector of double)
0:179          'dvec4v' (temp 4-component vector of double)
0:181      add second child into first child (temp double)
0:181        'doublev' (temp double)
0:181        mod (global double)
0:181          'doublev' (temp double)
0:181          'doublev' (temp double)
0:182      add second child into first child (temp 2-component vector of double)
0:182        'dvec2v' (temp 2-component vector of double)
0:182        mod (global 2-component vector of double)
0:182          'dvec2v' (temp 2-component vector of double)
0:182          'doublev' (temp double)
0:183      add second child into first child (temp 3-component vector of double)
0:183        'dvec3v' (temp 3-component vector of double)
0:183        mod (global 3-component vector of double)
0:183          'dvec3v' (temp 3-component vector of double)
0:183          'doublev' (temp double)
0:184      add second child into first child (temp 4-component vector of double)
0:184        'dvec4v' (temp 4-component vector of double)
0:184        mod (global 4-component vector of double)
0:184          'dvec4v' (temp 4-component vector of double)
0:184          'doublev' (temp double)
0:185      add second child into first child (temp 2-component vector of double)
0:185        'dvec2v' (temp 2-component vector of double)
0:185        mod (global 2-component vector of double)
0:185          'dvec2v' (temp 2-component vector of double)
0:185          'dvec2v' (temp 2-component vector of double)
0:186      add second child into first child (temp 3-component vector of double)
0:186        'dvec3v' (temp 3-component vector of double)
0:186        mod (global 3-component vector of double)
0:186          'dvec3v' (temp 3-component vector of double)
0:186          'dvec3v' (temp 3-component vector of double)
0:187      add second child into first child (temp 4-component vector of double)
0:187        'dvec4v' (temp 4-component vector of double)
0:187        mod (global 4-component vector of double)
0:187          'dvec4v' (temp 4-component vector of double)
0:187          'dvec4v' (temp 4-component vector of double)
0:189      add second child into first child (temp double)
0:189        'doublev' (temp double)
0:189        modf (global double)
0:189          'doublev' (temp double)
0:189          'doublev' (temp double)
0:190      add second child into first child (temp 2-component vector of double)
0:190        'dvec2v' (temp 2-component vector of double)
0:190        modf (global 2-component vector of double)
0:190          'dvec2v' (temp 2-component vector of double)
0:190          'dvec2v' (temp 2-component vector of double)
0:191      add second child into first child (temp 3-component vector of double)
0:191        'dvec3v' (temp 3-component vector of double)
0:191        modf (global 3-component vector of double)
0:191          'dvec3v' (temp 3-component vector of double)
0:191          'dvec3v' (temp 3-component vector of double)
0:192      add second child into first child (temp 4-component vector of double)
0:192        'dvec4v' (temp 4-component vector of double)
0:192        modf (global 4-component vector of double)
0:192          'dvec4v' (temp 4-component vector of double)
0:192          'dvec4v' (temp 4-component vector of double)
0:194      add second child into first child (temp double)
0:194        'doublev' (temp double)
0:194        min (global double)
0:194          'doublev' (temp double)
0:194          'doublev' (temp double)
0:195      add second child into first child (temp 2-component vector of double)
0:195        'dvec2v' (temp 2-component vector of double)
0:195        min (global 2-component vector of double)
0:195          'dvec2v' (temp 2-component vector of double)
0:195          'doublev' (temp double)
0:196      add second child into first child (temp 3-component vector of double)
0:196        'dvec3v' (temp 3-component vector of double)
0:196        min (global 3-component vector of double)
0:196          'dvec3v' (temp 3-component vector of double)
0:196          'doublev' (temp double)
0:197      add second child into first child (temp 4-component vector of double)
0:197        'dvec4v' (temp 4-component vector of double)
0:197        min (global 4-component vector of double)
0:197          'dvec4v' (temp 4-component vector of double)
0:197          'doublev' (temp double)
0:198      add second child into first child (temp 2-component vector of double)
0:198        'dvec2v' (temp 2-component vector of double)
0:198        min (global 2-component vector of double)
0:198          'dvec2v' (temp 2-component vector of double)
0:198          'dvec2v' (temp 2-component vector of double)
0:199      add second child into first child (temp 3-component vector of double)
0:199        'dvec3v' (temp 3-component vector of double)
0:199        min (global 3-component vector of double)
0:199          'dvec3v' (temp 3-component vector of double)
0:199          'dvec3v' (temp 3-component vector of double)
0:200      add second child into first child (temp 4-component vector of double)
0:200        'dvec4v' (temp 4-component vector of double)
0:200        min (global 4-component vector of double)
0:200          'dvec4v' (temp 4-component vector of double)
0:200          'dvec4v' (temp 4-component vector of double)
0:202      add second child into first child (temp double)
0:202        'doublev' (temp double)
0:202        max (global double)
0:202          'doublev' (temp double)
0:202          'doublev' (temp double)
0:203      add second child into first child (temp 2-component vector of double)
0:203        'dvec2v' (temp 2-component vector of double)
0:203        max (global 2-component vector of double)
0:203          'dvec2v' (temp 2-component vector of double)
0:203          'doublev' (temp double)
0:204      add second child into first child (temp 3-component vector of double)
0:204        'dvec3v' (temp 3-component vector of double)
0:204        max (global 3-component vector of double)
0:204          'dvec3v' (temp 3-component vector of double)
0:204          'doublev' (temp double)
0:205      add second child into first child (temp 4-component vector of double)
0:205        'dvec4v' (temp 4-component vector of double)
0:205        max (global 4-component vector of double)
0:205          'dvec4v' (temp 4-component vector of double)
0:205          'doublev' (temp double)
0:206      add second child into first child (temp 2-component vector of double)
0:206        'dvec2v' (temp 2-component vector of double)
0:206        max (global 2-component vector of double)
0:206          'dvec2v' (temp 2-component vector of double)
0:206          'dvec2v' (temp 2-component vector of double)
0:207      add second child into first child (temp 3-component vector of double)
0:207        'dvec3v' (temp 3-component vector of double)
0:207        max (global 3-component vector of double)
0:207          'dvec3v' (temp 3-component vector of double)
0:207          'dvec3v' (temp 3-component vector of double)
0:208      add second child into first child (temp 4-component vector of double)
0:208        'dvec4v' (temp 4-component vector of double)
0:208        max (global 4-component vector of double)
0:208          'dvec4v' (temp 4-component vector of double)
0:208          'dvec4v' (temp 4-component vector of double)
0:210      add second child into first child (temp double)
0:210        'doublev' (temp double)
0:210        clamp (global double)
0:210          'doublev' (temp double)
0:210          'doublev' (temp double)
0:210          'doublev' (temp double)
0:211      add second child into first child (temp 2-component vector of double)
0:211        'dvec2v' (temp 2-component vector of double)
0:211        clamp (global 2-component vector of double)
0:211          'dvec2v' (temp 2-component vector of double)
0:211          'doublev' (temp double)
0:211          'doublev' (temp double)
0:212      add second child into first child (temp 3-component vector of double)
0:212        'dvec3v' (temp 3-component vector of double)
0:212        clamp (global 3-component vector of double)
0:212          'dvec3v' (temp 3-component vector of double)
0:212          'doublev' (temp double)
0:212          'doublev' (temp double)
0:213      add second child into first child (temp 4-component vector of double)
0:213        'dvec4v' (temp 4-component vector of double)
0:213        clamp (global 4-component vector of double)
0:213          'dvec4v' (temp 4-component vector of double)
0:213          'doublev' (temp double)
0:213          'doublev' (temp double)
0:214      add second child into first child (temp 2-component vector of double)
0:214        'dvec2v' (temp 2-component vector of double)
0:214        clamp (global 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:214          'dvec2v' (temp 2-component vector of double)
0:215      add second child into first child (temp 3-component vector of double)
0:215        'dvec3v' (temp 3-component vector of double)
0:215        clamp (global 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:215          'dvec3v' (temp 3-component vector of double)
0:216      add second child into first child (temp 4-component vector of double)
0:216        'dvec4v' (temp 4-component vector of double)
0:216        clamp (global 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:216          'dvec4v' (temp 4-component vector of double)
0:218      add second child into first child (temp double)
0:218        'doublev' (temp double)
0:218        mix (global double)
0:218          'doublev' (temp double)
0:218          'doublev' (temp double)
0:218          'doublev' (temp double)
0:219      add second child into first child (temp 2-component vector of double)
0:219        'dvec2v' (temp 2-component vector of double)
0:219        mix (global 2-component vector of double)
0:219          'dvec2v' (temp 2-component vector of double)
0:219          'dvec2v' (temp 2-component vector of double)
0:219          'doublev' (temp double)
0:220      add second child into first child (temp 3-component vector of double)
0:220        'dvec3v' (temp 3-component vector of double)
0:220        mix (global 3-component vector of double)
0:220          'dvec3v' (temp 3-component vector of double)
0:220          'dvec3v' (temp 3-component vector of double)
0:220          'doublev' (temp double)
0:221      add second child into first child (temp 4-component vector of double)
0:221        'dvec4v' (temp 4-component vector of double)
0:221        mix (global 4-component vector of double)
0:221          'dvec4v' (temp 4-component vector of double)
0:221          'dvec4v' (temp 4-component vector of double)
0:221          'doublev' (temp double)
0:222      add second child into first child (temp 2-component vector of double)
0:222        'dvec2v' (temp 2-component vector of double)
0:222        mix (global 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:222          'dvec2v' (temp 2-component vector of double)
0:223      add second child into first child (temp 3-component vector of double)
0:223        'dvec3v' (temp 3-component vector of double)
0:223        mix (global 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:223          'dvec3v' (temp 3-component vector of double)
0:224      add second child into first child (temp 4-component vector of double)
0:224        'dvec4v' (temp 4-component vector of double)
0:224        mix (global 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:224          'dvec4v' (temp 4-component vector of double)
0:225      add second child into first child (temp double)
0:225        'doublev' (temp double)
0:225        mix (global double)
0:225          'doublev' (temp double)
0:225          'doublev' (temp double)
0:225          'boolv' (temp bool)
0:226      add second child into first child (temp 2-component vector of double)
0:226        'dvec2v' (temp 2-component vector of double)
0:226        mix (global 2-component vector of double)
0:226          'dvec2v' (temp 2-component vector of double)
0:226          'dvec2v' (temp 2-component vector of double)
0:226          'bvec2v' (temp 2-component vector of bool)
0:227      add second child into first child (temp 3-component vector of double)
0:227        'dvec3v' (temp 3-component vector of double)
0:227        mix (global 3-component vector of double)
0:227          'dvec3v' (temp 3-component vector of double)
0:227          'dvec3v' (temp 3-component vector of double)
0:227          'bvec3v' (temp 3-component vector of bool)
0:228      add second child into first child (temp 4-component vector of double)
0:228        'dvec4v' (temp 4-component vector of double)
0:228        mix (global 4-component vector of double)
0:228          'dvec4v' (temp 4-component vector of double)
0:228          'dvec4v' (temp 4-component vector of double)
0:228          'bvec4v' (temp 4-component vector of bool)
0:230      add second child into first child (temp double)
0:230        'doublev' (temp double)
0:230        step (global double)
0:230          'doublev' (temp double)
0:230          'doublev' (temp double)
0:231      add second child into first child (temp 2-component vector of double)
0:231        'dvec2v' (temp 2-component vector of double)
0:231        step (global 2-component vector of double)
0:231          'dvec2v' (temp 2-component vector of double)
0:231          'dvec2v' (temp 2-component vector of double)
0:232      add second child into first child (temp 3-component vector of double)
0:232        'dvec3v' (temp 3-component vector of double)
0:232        step (global 3-component vector of double)
0:232          'dvec3v' (temp 3-component vector of double)
0:232          'dvec3v' (temp 3-component vector of double)
0:233      add second child into first child (temp 4-component vector of double)
0:233        'dvec4v' (temp 4-component vector of double)
0:233        step (global 4-component vector of double)
0:233          'dvec4v' (temp 4-component vector of double)
0:233          'dvec4v' (temp 4-component vector of double)
0:234      add second child into first child (temp 2-component vector of double)
0:234        'dvec2v' (temp 2-component vector of double)
0:234        step (global 2-component vector of double)
0:234          'doublev' (temp double)
0:234          'dvec2v' (temp 2-component vector of double)
0:235      add second child into first child (temp 3-component vector of double)
0:235        'dvec3v' (temp 3-component vector of double)
0:235        step (global 3-component vector of double)
0:235          'doublev' (temp double)
0:235          'dvec3v' (temp 3-component vector of double)
0:236      add second child into first child (temp 4-component vector of double)
0:236        'dvec4v' (temp 4-component vector of double)
0:236        step (global 4-component vector of double)
0:236          'doublev' (temp double)
0:236          'dvec4v' (temp 4-component vector of double)
0:238      add second child into first child (temp double)
0:238        'doublev' (temp double)
0:238        smoothstep (global double)
0:238          'doublev' (temp double)
0:238          'doublev' (temp double)
0:238          'doublev' (temp double)
0:239      add second child into first child (temp 2-component vector of double)
0:239        'dvec2v' (temp 2-component vector of double)
0:239        smoothstep (global 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:239          'dvec2v' (temp 2-component vector of double)
0:240      add second child into first child (temp 3-component vector of double)
0:240        'dvec3v' (temp 3-component vector of double)
0:240        smoothstep (global 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:240          'dvec3v' (temp 3-component vector of double)
0:241      add second child into first child (temp 4-component vector of double)
0:241        'dvec4v' (temp 4-component vector of double)
0:241        smoothstep (global 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:241          'dvec4v' (temp 4-component vector of double)
0:242      add second child into first child (temp 2-component vector of double)
0:242        'dvec2v' (temp 2-component vector of double)
0:242        smoothstep (global 2-component vector of double)
0:242          'doublev' (temp double)
0:242          'doublev' (temp double)
0:242          'dvec2v' (temp 2-component vector of double)
0:243      add second child into first child (temp 3-component vector of double)
0:243        'dvec3v' (temp 3-component vector of double)
0:243        smoothstep (global 3-component vector of double)
0:243          'doublev' (temp double)
0:243          'doublev' (temp double)
0:243          'dvec3v' (temp 3-component vector of double)
0:244      add second child into first child (temp 4-component vector of double)
0:244        'dvec4v' (temp 4-component vector of double)
0:244        smoothstep (global 4-component vector of double)
0:244          'doublev' (temp double)
0:244          'doublev' (temp double)
0:244          'dvec4v' (temp 4-component vector of double)
0:246      move second child to first child (temp bool)
0:246        'boolv' (temp bool)
0:246        isnan (global bool)
0:246          'doublev' (temp double)
0:247      move second child to first child (temp 2-component vector of bool)
0:247        'bvec2v' (temp 2-component vector of bool)
0:247        isnan (global 2-component vector of bool)
0:247          'dvec2v' (temp 2-component vector of double)
0:248      move second child to first child (temp 3-component vector of bool)
0:248        'bvec3v' (temp 3-component vector of bool)
0:248        isnan (global 3-component vector of bool)
0:248          'dvec3v' (temp 3-component vector of double)
0:249      move second child to first child (temp 4-component vector of bool)
0:249        'bvec4v' (temp 4-component vector of bool)
0:249        isnan (global 4-component vector of bool)
0:249          'dvec4v' (temp 4-component vector of double)
0:251      move second child to first child (temp bool)
0:251        'boolv' (temp bool)
0:251        Test condition and select (temp bool)
0:251          Condition
0:251          'boolv' (temp bool)
0:251          true case
0:251          isinf (global bool)
0:251            'doublev' (temp double)
0:251          false case
0:251          Constant:
0:251            false (const bool)
0:252      move second child to first child (temp 2-component vector of bool)
0:252        'bvec2v' (temp 2-component vector of bool)
0:252        Test condition and select (temp 2-component vector of bool)
0:252          Condition
0:252          'boolv' (temp bool)
0:252          true case
0:252          isinf (global 2-component vector of bool)
0:252            'dvec2v' (temp 2-component vector of double)
0:252          false case
0:252          Constant:
0:252            false (const bool)
0:252            false (const bool)
0:253      move second child to first child (temp 3-component vector of bool)
0:253        'bvec3v' (temp 3-component vector of bool)
0:253        Test condition and select (temp 3-component vector of bool)
0:253          Condition
0:253          'boolv' (temp bool)
0:253          true case
0:253          isinf (global 3-component vector of bool)
0:253            'dvec3v' (temp 3-component vector of double)
0:253          false case
0:253          Constant:
0:253            false (const bool)
0:253            false (const bool)
0:253            false (const bool)
0:254      move second child to first child (temp 4-component vector of bool)
0:254        'bvec4v' (temp 4-component vector of bool)
0:254        Test condition and select (temp 4-component vector of bool)
0:254          Condition
0:254          'boolv' (temp bool)
0:254          true case
0:254          isinf (global 4-component vector of bool)
0:254            'dvec4v' (temp 4-component vector of double)
0:254          false case
0:254          Constant:
0:254            false (const bool)
0:254            false (const bool)
0:254            false (const bool)
0:254            false (const bool)
0:256      add second child into first child (temp double)
0:256        'doublev' (temp double)
0:256        length (global double)
0:256          'doublev' (temp double)
0:257      add second child into first child (temp double)
0:257        'doublev' (temp double)
0:257        length (global double)
0:257          'dvec2v' (temp 2-component vector of double)
0:258      add second child into first child (temp double)
0:258        'doublev' (temp double)
0:258        length (global double)
0:258          'dvec3v' (temp 3-component vector of double)
0:259      add second child into first child (temp double)
0:259        'doublev' (temp double)
0:259        length (global double)
0:259          'dvec4v' (temp 4-component vector of double)
0:261      add second child into first child (temp double)
0:261        'doublev' (temp double)
0:261        distance (global double)
0:261          'doublev' (temp double)
0:261          'doublev' (temp double)
0:262      add second child into first child (temp double)
0:262        'doublev' (temp double)
0:262        distance (global double)
0:262          'dvec2v' (temp 2-component vector of double)
0:262          'dvec2v' (temp 2-component vector of double)
0:263      add second child into first child (temp double)
0:263        'doublev' (temp double)
0:263        distance (global double)
0:263          'dvec3v' (temp 3-component vector of double)
0:263          'dvec3v' (temp 3-component vector of double)
0:264      add second child into first child (temp double)
0:264        'doublev' (temp double)
0:264        distance (global double)
0:264          'dvec4v' (temp 4-component vector of double)
0:264          'dvec4v' (temp 4-component vector of double)
0:266      add second child into first child (temp double)
0:266        'doublev' (temp double)
0:266        dot-product (global double)
0:266          'doublev' (temp double)
0:266          'doublev' (temp double)
0:267      add second child into first child (temp double)
0:267        'doublev' (temp double)
0:267        dot-product (global double)
0:267          'dvec2v' (temp 2-component vector of double)
0:267          'dvec2v' (temp 2-component vector of double)
0:268      add second child into first child (temp double)
0:268        'doublev' (temp double)
0:268        dot-product (global double)
0:268          'dvec3v' (temp 3-component vector of double)
0:268          'dvec3v' (temp 3-component vector of double)
0:269      add second child into first child (temp double)
0:269        'doublev' (temp double)
0:269        dot-product (global double)
0:269          'dvec4v' (temp 4-component vector of double)
0:269          'dvec4v' (temp 4-component vector of double)
0:271      add second child into first child (temp 3-component vector of double)
0:271        'dvec3v' (temp 3-component vector of double)
0:271        cross-product (global 3-component vector of double)
0:271          'dvec3v' (temp 3-component vector of double)
0:271          'dvec3v' (temp 3-component vector of double)
0:273      add second child into first child (temp double)
0:273        'doublev' (temp double)
0:273        normalize (global double)
0:273          'doublev' (temp double)
0:274      add second child into first child (temp 2-component vector of double)
0:274        'dvec2v' (temp 2-component vector of double)
0:274        normalize (global 2-component vector of double)
0:274          'dvec2v' (temp 2-component vector of double)
0:275      add second child into first child (temp 3-component vector of double)
0:275        'dvec3v' (temp 3-component vector of double)
0:275        normalize (global 3-component vector of double)
0:275          'dvec3v' (temp 3-component vector of double)
0:276      add second child into first child (temp 4-component vector of double)
0:276        'dvec4v' (temp 4-component vector of double)
0:276        normalize (global 4-component vector of double)
0:276          'dvec4v' (temp 4-component vector of double)
0:278      add second child into first child (temp double)
0:278        'doublev' (temp double)
0:278        face-forward (global double)
0:278          'doublev' (temp double)
0:278          'doublev' (temp double)
0:278          'doublev' (temp double)
0:279      add second child into first child (temp 2-component vector of double)
0:279        'dvec2v' (temp 2-component vector of double)
0:279        face-forward (global 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:279          'dvec2v' (temp 2-component vector of double)
0:280      add second child into first child (temp 3-component vector of double)
0:280        'dvec3v' (temp 3-component vector of double)
0:280        face-forward (global 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:280          'dvec3v' (temp 3-component vector of double)
0:281      add second child into first child (temp 4-component vector of double)
0:281        'dvec4v' (temp 4-component vector of double)
0:281        face-forward (global 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:281          'dvec4v' (temp 4-component vector of double)
0:283      add second child into first child (temp double)
0:283        'doublev' (temp double)
0:283        reflect (global double)
0:283          'doublev' (temp double)
0:283          'doublev' (temp double)
0:284      add second child into first child (temp 2-component vector of double)
0:284        'dvec2v' (temp 2-component vector of double)
0:284        reflect (global 2-component vector of double)
0:284          'dvec2v' (temp 2-component vector of double)
0:284          'dvec2v' (temp 2-component vector of double)
0:285      add second child into first child (temp 3-component vector of double)
0:285        'dvec3v' (temp 3-component vector of double)
0:285        reflect (global 3-component vector of double)
0:285          'dvec3v' (temp 3-component vector of double)
0:285          'dvec3v' (temp 3-component vector of double)
0:286      add second child into first child (temp 4-component vector of double)
0:286        'dvec4v' (temp 4-component vector of double)
0:286        reflect (global 4-component vector of double)
0:286          'dvec4v' (temp 4-component vector of double)
0:286          'dvec4v' (temp 4-component vector of double)
0:288      add second child into first child (temp double)
0:288        'doublev' (temp double)
0:288        refract (global double)
0:288          'doublev' (temp double)
0:288          'doublev' (temp double)
0:288          'doublev' (temp double)
0:289      add second child into first child (temp 2-component vector of double)
0:289        'dvec2v' (temp 2-component vector of double)
0:289        refract (global 2-component vector of double)
0:289          'dvec2v' (temp 2-component vector of double)
0:289          'dvec2v' (temp 2-component vector of double)
0:289          'doublev' (temp double)
0:290      add second child into first child (temp 3-component vector of double)
0:290        'dvec3v' (temp 3-component vector of double)
0:290        refract (global 3-component vector of double)
0:290          'dvec3v' (temp 3-component vector of double)
0:290          'dvec3v' (temp 3-component vector of double)
0:290          'doublev' (temp double)
0:291      add second child into first child (temp 4-component vector of double)
0:291        'dvec4v' (temp 4-component vector of double)
0:291        refract (global 4-component vector of double)
0:291          'dvec4v' (temp 4-component vector of double)
0:291          'dvec4v' (temp 4-component vector of double)
0:291          'doublev' (temp double)
0:293      Sequence
0:293        move second child to first child (temp 2X2 matrix of double)
0:293          'dmat2v' (temp 2X2 matrix of double)
0:293          outer product (global 2X2 matrix of double)
0:293            'dvec2v' (temp 2-component vector of double)
0:293            'dvec2v' (temp 2-component vector of double)
0:294      Sequence
0:294        move second child to first child (temp 3X3 matrix of double)
0:294          'dmat3v' (temp 3X3 matrix of double)
0:294          outer product (global 3X3 matrix of double)
0:294            'dvec3v' (temp 3-component vector of double)
0:294            'dvec3v' (temp 3-component vector of double)
0:295      Sequence
0:295        move second child to first child (temp 4X4 matrix of double)
0:295          'dmat4v' (temp 4X4 matrix of double)
0:295          outer product (global 4X4 matrix of double)
0:295            'dvec4v' (temp 4-component vector of double)
0:295            'dvec4v' (temp 4-component vector of double)
0:296      Sequence
0:296        move second child to first child (temp 2X3 matrix of double)
0:296          'dmat2x3v' (temp 2X3 matrix of double)
0:296          outer product (global 2X3 matrix of double)
0:296            'dvec3v' (temp 3-component vector of double)
0:296            'dvec2v' (temp 2-component vector of double)
0:297      Sequence
0:297        move second child to first child (temp 3X2 matrix of double)
0:297          'dmat3x2v' (temp 3X2 matrix of double)
0:297          outer product (global 3X2 matrix of double)
0:297            'dvec2v' (temp 2-component vector of double)
0:297            'dvec3v' (temp 3-component vector of double)
0:298      Sequence
0:298        move second child to first child (temp 2X4 matrix of double)
0:298          'dmat2x4v' (temp 2X4 matrix of double)
0:298          outer product (global 2X4 matrix of double)
0:298            'dvec4v' (temp 4-component vector of double)
0:298            'dvec2v' (temp 2-component vector of double)
0:299      Sequence
0:299        move second child to first child (temp 4X2 matrix of double)
0:299          'dmat4x2v' (temp 4X2 matrix of double)
0:299          outer product (global 4X2 matrix of double)
0:299            'dvec2v' (temp 2-component vector of double)
0:299            'dvec4v' (temp 4-component vector of double)
0:300      Sequence
0:300        move second child to first child (temp 3X4 matrix of double)
0:300          'dmat3x4v' (temp 3X4 matrix of double)
0:300          outer product (global 3X4 matrix of double)
0:300            'dvec4v' (temp 4-component vector of double)
0:300            'dvec3v' (temp 3-component vector of double)
0:301      Sequence
0:301        move second child to first child (temp 4X3 matrix of double)
0:301          'dmat4x3v' (temp 4X3 matrix of double)
0:301          outer product (global 4X3 matrix of double)
0:301            'dvec3v' (temp 3-component vector of double)
0:301            'dvec4v' (temp 4-component vector of double)
0:303      matrix mult second child into first child (temp 2X2 matrix of double)
0:303        'dmat2v' (temp 2X2 matrix of double)
0:303        component-wise multiply (global 2X2 matrix of double)
0:303          'dmat2v' (temp 2X2 matrix of double)
0:303          'dmat2v' (temp 2X2 matrix of double)
0:304      matrix mult second child into first child (temp 3X3 matrix of double)
0:304        'dmat3v' (temp 3X3 matrix of double)
0:304        component-wise multiply (global 3X3 matrix of double)
0:304          'dmat3v' (temp 3X3 matrix of double)
0:304          'dmat3v' (temp 3X3 matrix of double)
0:305      matrix mult second child into first child (temp 4X4 matrix of double)
0:305        'dmat4v' (temp 4X4 matrix of double)
0:305        component-wise multiply (global 4X4 matrix of double)
0:305          'dmat4v' (temp 4X4 matrix of double)
0:305          'dmat4v' (temp 4X4 matrix of double)
0:306      move second child to first child (temp 2X3 matrix of double)
0:306        'dmat2x3v' (temp 2X3 matrix of double)
0:306        component-wise multiply (global 2X3 matrix of double)
0:306          'dmat2x3v' (temp 2X3 matrix of double)
0:306          'dmat2x3v' (temp 2X3 matrix of double)
0:307      move second child to first child (temp 2X4 matrix of double)
0:307        'dmat2x4v' (temp 2X4 matrix of double)
0:307        component-wise multiply (global 2X4 matrix of double)
0:307          'dmat2x4v' (temp 2X4 matrix of double)
0:307          'dmat2x4v' (temp 2X4 matrix of double)
0:308      move second child to first child (temp 3X2 matrix of double)
0:308        'dmat3x2v' (temp 3X2 matrix of double)
0:308        component-wise multiply (global 3X2 matrix of double)
0:308          'dmat3x2v' (temp 3X2 matrix of double)
0:308          'dmat3x2v' (temp 3X2 matrix of double)
0:309      move second child to first child (temp 3X4 matrix of double)
0:309        'dmat3x4v' (temp 3X4 matrix of double)
0:309        component-wise multiply (global 3X4 matrix of double)
0:309          'dmat3x4v' (temp 3X4 matrix of double)
0:309          'dmat3x4v' (temp 3X4 matrix of double)
0:310      move second child to first child (temp 4X2 matrix of double)
0:310        'dmat4x2v' (temp 4X2 matrix of double)
0:310        component-wise multiply (global 4X2 matrix of double)
0:310          'dmat4x2v' (temp 4X2 matrix of double)
0:310          'dmat4x2v' (temp 4X2 matrix of double)
0:311      move second child to first child (temp 4X3 matrix of double)
0:311        'dmat4x3v' (temp 4X3 matrix of double)
0:311        component-wise multiply (global 4X3 matrix of double)
0:311          'dmat4x3v' (temp 4X3 matrix of double)
0:311          'dmat4x3v' (temp 4X3 matrix of double)
0:313      matrix mult second child into first child (temp 2X2 matrix of double)
0:313        'dmat2v' (temp 2X2 matrix of double)
0:313        transpose (global 2X2 matrix of double)
0:313          'dmat2v' (temp 2X2 matrix of double)
0:314      matrix mult second child into first child (temp 3X3 matrix of double)
0:314        'dmat3v' (temp 3X3 matrix of double)
0:314        transpose (global 3X3 matrix of double)
0:314          'dmat3v' (temp 3X3 matrix of double)
0:315      matrix mult second child into first child (temp 4X4 matrix of double)
0:315        'dmat4v' (temp 4X4 matrix of double)
0:315        transpose (global 4X4 matrix of double)
0:315          'dmat4v' (temp 4X4 matrix of double)
0:316      move second child to first child (temp 2X3 matrix of double)
0:316        'dmat2x3v' (temp 2X3 matrix of double)
0:316        transpose (global 2X3 matrix of double)
0:316          'dmat3x2v' (temp 3X2 matrix of double)
0:317      move second child to first child (temp 3X2 matrix of double)
0:317        'dmat3x2v' (temp 3X2 matrix of double)
0:317        transpose (global 3X2 matrix of double)
0:317          'dmat2x3v' (temp 2X3 matrix of double)
0:318      move second child to first child (temp 2X4 matrix of double)
0:318        'dmat2x4v' (temp 2X4 matrix of double)
0:318        transpose (global 2X4 matrix of double)
0:318          'dmat4x2v' (temp 4X2 matrix of double)
0:319      move second child to first child (temp 4X2 matrix of double)
0:319        'dmat4x2v' (temp 4X2 matrix of double)
0:319        transpose (global 4X2 matrix of double)
0:319          'dmat2x4v' (temp 2X4 matrix of double)
0:320      move second child to first child (temp 3X4 matrix of double)
0:320        'dmat3x4v' (temp 3X4 matrix of double)
0:320        transpose (global 3X4 matrix of double)
0:320          'dmat4x3v' (temp 4X3 matrix of double)
0:321      move second child to first child (temp 4X3 matrix of double)
0:321        'dmat4x3v' (temp 4X3 matrix of double)
0:321        transpose (global 4X3 matrix of double)
0:321          'dmat3x4v' (temp 3X4 matrix of double)
0:323      add second child into first child (temp double)
0:323        'doublev' (temp double)
0:323        determinant (global double)
0:323          'dmat2v' (temp 2X2 matrix of double)
0:324      add second child into first child (temp double)
0:324        'doublev' (temp double)
0:324        determinant (global double)
0:324          'dmat3v' (temp 3X3 matrix of double)
0:325      add second child into first child (temp double)
0:325        'doublev' (temp double)
0:325        determinant (global double)
0:325          'dmat4v' (temp 4X4 matrix of double)
0:327      matrix mult second child into first child (temp 2X2 matrix of double)
0:327        'dmat2v' (temp 2X2 matrix of double)
0:327        inverse (global 2X2 matrix of double)
0:327          'dmat2v' (temp 2X2 matrix of double)
0:328      matrix mult second child into first child (temp 3X3 matrix of double)
0:328        'dmat3v' (temp 3X3 matrix of double)
0:328        inverse (global 3X3 matrix of double)
0:328          'dmat3v' (temp 3X3 matrix of double)
0:329      matrix mult second child into first child (temp 4X4 matrix of double)
0:329        'dmat4v' (temp 4X4 matrix of double)
0:329        inverse (global 4X4 matrix of double)
0:329          'dmat4v' (temp 4X4 matrix of double)
0:?   Linker Objects
0:?     'bn' (in 3-element array of block{in int a})
0:?     'gl_in' (in 3-element array of block{in 4-component vector of float Position gl_Position, in float PointSize gl_PointSize})
0:?     'color' (in 3-element array of 4-component vector of float)
0:?     'color2' (in 3-element array of 4-component vector of float)
0:?     'colorS' (in 3-element array of 4-component vector of float)
0:?     'colorBad' (in 4-element array of 4-component vector of float)
0:?     'colorbad2' (in 2-element array of 4-component vector of float)
0:?     'cva' (layout(location=4 ) in 3-element array of 4-component vector of float)
0:?     'cvb' (layout(location=5 ) in 3-element array of 4-component vector of float)
0:?     'cmc' (layout(location=2 ) in 3-element array of 3X3 matrix of float)
0:?     'patchIn' (patch in 3-element array of 4-component vector of float)
0:?     'patchOut' (layout(stream=0 ) patch out 4-component vector of float)
0:?     'scalar' (in float)
0:?     'inbls' (in block{in int a})
0:?     'inbla' (in 17-element array of block{in int a})
0:?     'indexedOut' (layout(location=7 stream=0 ) out 4-component vector of float)
0:?     'samp1D' (uniform sampler1D)
0:?     'samp2Ds' (uniform sampler2DShadow)