summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/300operations.frag.out
blob: ff7663e93ef37b88b1e23047bf9550562cfd9bcd (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
300operations.frag
ERROR: 0:11: 'float' : type requires declaration of default precision qualifier 
ERROR: 0:30: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f}' and a right operand of type 'layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f}' (or there is no acceptable conversion)
ERROR: 0:31: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'global structure{global mediump int i}' and a right operand of type 'global structure{global mediump int i}' (or there is no acceptable conversion)
ERROR: 0:32: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:33: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'temp mediump uint' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:34: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'temp mediump uint' and a right operand of type 'temp mediump int' (or there is no acceptable conversion)
ERROR: 0:35: 'assign' :  cannot convert from 'temp mediump 4-component vector of int' to 'temp mediump 3-component vector of int'
ERROR: 0:36: '/' :  wrong operand types: no operation '/' exists that takes a left-hand operand of type 'temp mediump 4-component vector of int' and a right operand of type 'temp mediump 4-component vector of uint' (or there is no acceptable conversion)
ERROR: 0:37: '-' :  wrong operand types: no operation '-' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump 3-component vector of float' (or there is no acceptable conversion)
ERROR: 0:38: '+' :  wrong operand types: no operation '+' exists that takes a left-hand operand of type 'temp mediump 3-component vector of int' and a right operand of type 'temp mediump 3-component vector of uint' (or there is no acceptable conversion)
ERROR: 0:39: '*' :  wrong operand types: no operation '*' exists that takes a left-hand operand of type 'global 5-element array of mediump float' and a right operand of type 'global 5-element array of mediump float' (or there is no acceptable conversion)
ERROR: 0:40: '/' :  wrong operand types: no operation '/' exists that takes a left-hand operand of type 'temp bool' and a right operand of type 'temp bool' (or there is no acceptable conversion)
ERROR: 0:42: '%' :  wrong operand types: no operation '%' exists that takes a left-hand operand of type 'temp mediump float' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:43: '%' :  wrong operand types: no operation '%' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:44: '%' :  wrong operand types: no operation '%' exists that takes a left-hand operand of type 'temp mediump float' and a right operand of type 'temp mediump uint' (or there is no acceptable conversion)
ERROR: 0:45: '++' :  l-value required "instanceName" (can't modify a uniform)
ERROR: 0:45: '++' :  wrong operand type no operation '++' exists that takes an operand of type layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f} (or there is no acceptable conversion)
ERROR: 0:46: '++' :  wrong operand type no operation '++' exists that takes an operand of type global structure{global mediump int i} (or there is no acceptable conversion)
ERROR: 0:47: '--' :  wrong operand type no operation '--' exists that takes an operand of type global 5-element array of mediump float (or there is no acceptable conversion)
ERROR: 0:48: '++' :  wrong operand type no operation '++' exists that takes an operand of type temp 3-component vector of bool (or there is no acceptable conversion)
ERROR: 0:50: '<' :  wrong operand types: no operation '<' exists that takes a left-hand operand of type 'temp mediump 3-component vector of int' and a right operand of type 'temp mediump 3-component vector of uint' (or there is no acceptable conversion)
ERROR: 0:51: '>' :  wrong operand types: no operation '>' exists that takes a left-hand operand of type 'temp mediump 2X2 matrix of float' and a right operand of type 'temp mediump 2X2 matrix of float' (or there is no acceptable conversion)
ERROR: 0:52: '!=' :  wrong operand types: no operation '!=' exists that takes a left-hand operand of type 'temp mediump 2X2 matrix of float' and a right operand of type 'temp mediump 4X4 matrix of float' (or there is no acceptable conversion)
ERROR: 0:53: '>=' :  wrong operand types: no operation '>=' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump uint' (or there is no acceptable conversion)
ERROR: 0:54: '<=' :  wrong operand types: no operation '<=' exists that takes a left-hand operand of type 'global 5-element array of mediump float' and a right operand of type 'global 5-element array of mediump float' (or there is no acceptable conversion)
ERROR: 0:55: '>' :  wrong operand types: no operation '>' exists that takes a left-hand operand of type 'temp bool' and a right operand of type 'temp bool' (or there is no acceptable conversion)
ERROR: 0:57: '&&' :  wrong operand types: no operation '&&' exists that takes a left-hand operand of type 'temp bool' and a right operand of type 'temp 3-component vector of bool' (or there is no acceptable conversion)
ERROR: 0:58: '^^' :  wrong operand types: no operation '^^' exists that takes a left-hand operand of type 'temp 3-component vector of bool' and a right operand of type 'temp 3-component vector of bool' (or there is no acceptable conversion)
ERROR: 0:59: '||' :  wrong operand types: no operation '||' exists that takes a left-hand operand of type 'temp 3-component vector of bool' and a right operand of type 'temp bool' (or there is no acceptable conversion)
ERROR: 0:60: '&&' :  wrong operand types: no operation '&&' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump int' (or there is no acceptable conversion)
ERROR: 0:61: '||' :  wrong operand types: no operation '||' exists that takes a left-hand operand of type 'temp mediump uint' and a right operand of type 'temp mediump uint' (or there is no acceptable conversion)
ERROR: 0:62: '^^' :  wrong operand types: no operation '^^' exists that takes a left-hand operand of type 'temp mediump 2X2 matrix of float' and a right operand of type 'temp mediump 2X2 matrix of float' (or there is no acceptable conversion)
ERROR: 0:64: '!' :  wrong operand type no operation '!' exists that takes an operand of type temp mediump uint (or there is no acceptable conversion)
ERROR: 0:65: '!' :  wrong operand type no operation '!' exists that takes an operand of type temp mediump int (or there is no acceptable conversion)
ERROR: 0:66: '!' :  wrong operand type no operation '!' exists that takes an operand of type temp mediump 2X2 matrix of float (or there is no acceptable conversion)
ERROR: 0:67: '!' :  wrong operand type no operation '!' exists that takes an operand of type temp mediump 3-component vector of float (or there is no acceptable conversion)
ERROR: 0:68: '!' :  wrong operand type no operation '!' exists that takes an operand of type global 5-element array of mediump float (or there is no acceptable conversion)
ERROR: 0:70: '~' :  wrong operand type no operation '~' exists that takes an operand of type temp mediump float (or there is no acceptable conversion)
ERROR: 0:71: '~' :  wrong operand type no operation '~' exists that takes an operand of type temp mediump 4X4 matrix of float (or there is no acceptable conversion)
ERROR: 0:72: '~' :  wrong operand type no operation '~' exists that takes an operand of type temp mediump 3-component vector of float (or there is no acceptable conversion)
ERROR: 0:73: '~' :  wrong operand type no operation '~' exists that takes an operand of type global 5-element array of mediump float (or there is no acceptable conversion)
ERROR: 0:74: '~' :  wrong operand type no operation '~' exists that takes an operand of type layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f} (or there is no acceptable conversion)
ERROR: 0:76: '<<' :  wrong operand types: no operation '<<' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump 3-component vector of int' (or there is no acceptable conversion)
ERROR: 0:77: '<<' :  wrong operand types: no operation '<<' exists that takes a left-hand operand of type 'temp mediump uint' and a right operand of type 'temp mediump 3-component vector of uint' (or there is no acceptable conversion)
ERROR: 0:78: '>>' :  wrong operand types: no operation '>>' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:79: '>>' :  wrong operand types: no operation '>>' exists that takes a left-hand operand of type 'temp mediump float' and a right operand of type 'temp mediump int' (or there is no acceptable conversion)
ERROR: 0:80: '>>' :  wrong operand types: no operation '>>' exists that takes a left-hand operand of type 'temp mediump 4X4 matrix of float' and a right operand of type 'temp mediump int' (or there is no acceptable conversion)
ERROR: 0:81: '>>' :  wrong operand types: no operation '>>' exists that takes a left-hand operand of type 'global 5-element array of mediump float' and a right operand of type 'temp mediump uint' (or there is no acceptable conversion)
ERROR: 0:82: '>>' :  wrong operand types: no operation '>>' exists that takes a left-hand operand of type 'temp mediump 3-component vector of int' and a right operand of type 'temp mediump 4-component vector of int' (or there is no acceptable conversion)
ERROR: 0:84: '&' :  wrong operand types: no operation '&' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump uint' (or there is no acceptable conversion)
ERROR: 0:85: 'assign' :  cannot convert from 'temp mediump 3-component vector of uint' to 'temp mediump uint'
ERROR: 0:86: '|' :  wrong operand types: no operation '|' exists that takes a left-hand operand of type 'temp mediump int' and a right operand of type 'temp mediump 3-component vector of uint' (or there is no acceptable conversion)
ERROR: 0:87: '&' :  wrong operand types: no operation '&' exists that takes a left-hand operand of type 'temp mediump uint' and a right operand of type 'temp mediump float' (or there is no acceptable conversion)
ERROR: 0:88: '|' :  wrong operand types: no operation '|' exists that takes a left-hand operand of type 'temp mediump 2X2 matrix of float' and a right operand of type 'temp mediump 2X2 matrix of float' (or there is no acceptable conversion)
ERROR: 0:89: '^' :  wrong operand types: no operation '^' exists that takes a left-hand operand of type 'global structure{global mediump int i}' and a right operand of type 'global structure{global mediump int i}' (or there is no acceptable conversion)
ERROR: 0:90: 'assign' :  l-value required 
ERROR: 56 compilation errors.  No code generated.


Shader version: 300
ERROR: node is still EOpNull!
0:13  Function Definition: main( (global void)
0:13    Function Parameters: 
0:?     Sequence
0:30      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:31      's' (global structure{global mediump int i})
0:32      'i' (temp mediump int)
0:33      'u' (temp mediump uint)
0:34      'u' (temp mediump uint)
0:35      'iv3' (temp mediump 3-component vector of int)
0:36      'iv4' (temp mediump 4-component vector of int)
0:37      'i' (temp mediump int)
0:38      'iv3' (temp mediump 3-component vector of int)
0:39      'a' (global 5-element array of mediump float)
0:40      'b' (temp bool)
0:42      'f' (temp mediump float)
0:43      'i' (temp mediump int)
0:44      'f' (temp mediump float)
0:45      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:46      's' (global structure{global mediump int i})
0:47      'a' (global 5-element array of mediump float)
0:48      'b3' (temp 3-component vector of bool)
0:50      Constant:
0:50        false (const bool)
0:51      Constant:
0:51        false (const bool)
0:52      Constant:
0:52        false (const bool)
0:53      Constant:
0:53        false (const bool)
0:54      Constant:
0:54        false (const bool)
0:55      Constant:
0:55        false (const bool)
0:57      Constant:
0:57        false (const bool)
0:58      Constant:
0:58        false (const bool)
0:59      Constant:
0:59        false (const bool)
0:60      Constant:
0:60        false (const bool)
0:61      Constant:
0:61        false (const bool)
0:62      Constant:
0:62        false (const bool)
0:64      'u' (temp mediump uint)
0:65      'i' (temp mediump int)
0:66      'm2' (temp mediump 2X2 matrix of float)
0:67      'v3' (temp mediump 3-component vector of float)
0:68      'a' (global 5-element array of mediump float)
0:70      'f' (temp mediump float)
0:71      'm4' (temp mediump 4X4 matrix of float)
0:72      'v3' (temp mediump 3-component vector of float)
0:73      'a' (global 5-element array of mediump float)
0:74      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:76      'i' (temp mediump int)
0:77      'u' (temp mediump uint)
0:78      'i' (temp mediump int)
0:79      'f' (temp mediump float)
0:80      'm4' (temp mediump 4X4 matrix of float)
0:81      'a' (global 5-element array of mediump float)
0:82      'iv3' (temp mediump 3-component vector of int)
0:84      'i' (temp mediump int)
0:85      'u' (temp mediump uint)
0:86      'i' (temp mediump int)
0:87      'u' (temp mediump uint)
0:88      'm2' (temp mediump 2X2 matrix of float)
0:89      's' (global structure{global mediump int i})
0:90      move second child to first child (temp mediump float)
0:90        move second child to first child (temp mediump float)
0:90          'f' (temp mediump float)
0:90          'f' (temp mediump float)
0:90        'f' (temp mediump float)
0:93      vector-scale (temp mediump 4-component vector of float)
0:93        'f' (temp mediump float)
0:93        'v4' (temp mediump 4-component vector of float)
0:94      add (temp mediump uint)
0:94        'u' (temp mediump uint)
0:94        'u' (temp mediump uint)
0:95      divide (temp mediump 4-component vector of uint)
0:95        'uv4' (temp mediump 4-component vector of uint)
0:95        'u' (temp mediump uint)
0:96      subtract second child into first child (temp mediump 3-component vector of int)
0:96        'iv3' (temp mediump 3-component vector of int)
0:96        'iv3' (temp mediump 3-component vector of int)
0:98      mod second child into first child (temp mediump int)
0:98        'i' (temp mediump int)
0:98        Constant:
0:98          3 (const int)
0:99      mod (temp mediump 3-component vector of uint)
0:99        'uv3' (temp mediump 3-component vector of uint)
0:99        Constant:
0:99          4 (const uint)
0:100      Pre-Decrement (temp mediump 2X2 matrix of float)
0:100        'm2' (temp mediump 2X2 matrix of float)
0:101      Post-Increment (temp mediump 4-component vector of int)
0:101        'iv4' (temp mediump 4-component vector of int)
0:103      Compare Not Equal (temp bool)
0:103        'm4' (temp mediump 4X4 matrix of float)
0:103        'm4' (temp mediump 4X4 matrix of float)
0:104      Compare Equal (temp bool)
0:104        'm2' (temp mediump 2X2 matrix of float)
0:104        'm2' (temp mediump 2X2 matrix of float)
0:105      Compare Less Than or Equal (temp bool)
0:105        'i' (temp mediump int)
0:105        'i' (temp mediump int)
0:106      Compare Equal (temp bool)
0:106        'a' (global 5-element array of mediump float)
0:106        'a' (global 5-element array of mediump float)
0:107      Compare Not Equal (temp bool)
0:107        's' (global structure{global mediump int i})
0:107        's' (global structure{global mediump int i})
0:109      logical-and (temp bool)
0:109        'b' (temp bool)
0:109        'b' (temp bool)
0:110      logical-or (temp bool)
0:110        'b' (temp bool)
0:110        'b' (temp bool)
0:111      logical-xor (temp bool)
0:111        'b' (temp bool)
0:111        'b' (temp bool)
0:113      Comma (temp mediump 3-component vector of uint)
0:113        Negate conditional (temp bool)
0:113          'b' (temp bool)
0:113        'uv3' (temp mediump 3-component vector of uint)
0:115      Bitwise not (temp mediump int)
0:115        'i' (temp mediump int)
0:116      Bitwise not (temp mediump uint)
0:116        'u' (temp mediump uint)
0:117      Bitwise not (temp mediump 3-component vector of uint)
0:117        'uv3' (temp mediump 3-component vector of uint)
0:118      Bitwise not (temp mediump 3-component vector of int)
0:118        'iv3' (temp mediump 3-component vector of int)
0:120      left shift second child into first child (temp mediump 3-component vector of uint)
0:120        'uv3' (temp mediump 3-component vector of uint)
0:120        'i' (temp mediump int)
0:121      right-shift (temp mediump int)
0:121        'i' (temp mediump int)
0:121        'i' (temp mediump int)
0:122      left-shift (temp mediump uint)
0:122        'u' (temp mediump uint)
0:122        'u' (temp mediump uint)
0:123      right-shift (temp mediump 3-component vector of int)
0:123        'iv3' (temp mediump 3-component vector of int)
0:123        'iv3' (temp mediump 3-component vector of int)
0:125      bitwise and (temp mediump int)
0:125        'i' (temp mediump int)
0:125        'i' (temp mediump int)
0:126      inclusive-or (temp mediump uint)
0:126        'u' (temp mediump uint)
0:126        'u' (temp mediump uint)
0:127      exclusive-or (temp mediump 3-component vector of int)
0:127        'iv3' (temp mediump 3-component vector of int)
0:127        'iv3' (temp mediump 3-component vector of int)
0:128      bitwise and (temp mediump 3-component vector of uint)
0:128        'u' (temp mediump uint)
0:128        'uv3' (temp mediump 3-component vector of uint)
0:129      inclusive-or (temp mediump 3-component vector of uint)
0:129        'uv3' (temp mediump 3-component vector of uint)
0:129        'u' (temp mediump uint)
0:130      and second child into first child (temp mediump 3-component vector of uint)
0:130        'uv3' (temp mediump 3-component vector of uint)
0:130        'u' (temp mediump uint)
0:132      direct index (temp mediump int)
0:132        'arr' (temp 2-element array of mediump int)
0:132        Constant:
0:132          1 (const int)
0:134      direct index (temp mediump int)
0:134        'arr2' (temp 3-element array of mediump int)
0:134        Constant:
0:134          2 (const int)
0:?   Linker Objects
0:?     'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:?     's' (global structure{global mediump int i})
0:?     'a' (global 5-element array of mediump float)


Linked fragment stage:


Shader version: 300
ERROR: node is still EOpNull!
0:13  Function Definition: main( (global void)
0:13    Function Parameters: 
0:?     Sequence
0:30      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:31      's' (global structure{global mediump int i})
0:32      'i' (temp mediump int)
0:33      'u' (temp mediump uint)
0:34      'u' (temp mediump uint)
0:35      'iv3' (temp mediump 3-component vector of int)
0:36      'iv4' (temp mediump 4-component vector of int)
0:37      'i' (temp mediump int)
0:38      'iv3' (temp mediump 3-component vector of int)
0:39      'a' (global 5-element array of mediump float)
0:40      'b' (temp bool)
0:42      'f' (temp mediump float)
0:43      'i' (temp mediump int)
0:44      'f' (temp mediump float)
0:45      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:46      's' (global structure{global mediump int i})
0:47      'a' (global 5-element array of mediump float)
0:48      'b3' (temp 3-component vector of bool)
0:50      Constant:
0:50        false (const bool)
0:51      Constant:
0:51        false (const bool)
0:52      Constant:
0:52        false (const bool)
0:53      Constant:
0:53        false (const bool)
0:54      Constant:
0:54        false (const bool)
0:55      Constant:
0:55        false (const bool)
0:57      Constant:
0:57        false (const bool)
0:58      Constant:
0:58        false (const bool)
0:59      Constant:
0:59        false (const bool)
0:60      Constant:
0:60        false (const bool)
0:61      Constant:
0:61        false (const bool)
0:62      Constant:
0:62        false (const bool)
0:64      'u' (temp mediump uint)
0:65      'i' (temp mediump int)
0:66      'm2' (temp mediump 2X2 matrix of float)
0:67      'v3' (temp mediump 3-component vector of float)
0:68      'a' (global 5-element array of mediump float)
0:70      'f' (temp mediump float)
0:71      'm4' (temp mediump 4X4 matrix of float)
0:72      'v3' (temp mediump 3-component vector of float)
0:73      'a' (global 5-element array of mediump float)
0:74      'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:76      'i' (temp mediump int)
0:77      'u' (temp mediump uint)
0:78      'i' (temp mediump int)
0:79      'f' (temp mediump float)
0:80      'm4' (temp mediump 4X4 matrix of float)
0:81      'a' (global 5-element array of mediump float)
0:82      'iv3' (temp mediump 3-component vector of int)
0:84      'i' (temp mediump int)
0:85      'u' (temp mediump uint)
0:86      'i' (temp mediump int)
0:87      'u' (temp mediump uint)
0:88      'm2' (temp mediump 2X2 matrix of float)
0:89      's' (global structure{global mediump int i})
0:90      move second child to first child (temp mediump float)
0:90        move second child to first child (temp mediump float)
0:90          'f' (temp mediump float)
0:90          'f' (temp mediump float)
0:90        'f' (temp mediump float)
0:93      vector-scale (temp mediump 4-component vector of float)
0:93        'f' (temp mediump float)
0:93        'v4' (temp mediump 4-component vector of float)
0:94      add (temp mediump uint)
0:94        'u' (temp mediump uint)
0:94        'u' (temp mediump uint)
0:95      divide (temp mediump 4-component vector of uint)
0:95        'uv4' (temp mediump 4-component vector of uint)
0:95        'u' (temp mediump uint)
0:96      subtract second child into first child (temp mediump 3-component vector of int)
0:96        'iv3' (temp mediump 3-component vector of int)
0:96        'iv3' (temp mediump 3-component vector of int)
0:98      mod second child into first child (temp mediump int)
0:98        'i' (temp mediump int)
0:98        Constant:
0:98          3 (const int)
0:99      mod (temp mediump 3-component vector of uint)
0:99        'uv3' (temp mediump 3-component vector of uint)
0:99        Constant:
0:99          4 (const uint)
0:100      Pre-Decrement (temp mediump 2X2 matrix of float)
0:100        'm2' (temp mediump 2X2 matrix of float)
0:101      Post-Increment (temp mediump 4-component vector of int)
0:101        'iv4' (temp mediump 4-component vector of int)
0:103      Compare Not Equal (temp bool)
0:103        'm4' (temp mediump 4X4 matrix of float)
0:103        'm4' (temp mediump 4X4 matrix of float)
0:104      Compare Equal (temp bool)
0:104        'm2' (temp mediump 2X2 matrix of float)
0:104        'm2' (temp mediump 2X2 matrix of float)
0:105      Compare Less Than or Equal (temp bool)
0:105        'i' (temp mediump int)
0:105        'i' (temp mediump int)
0:106      Compare Equal (temp bool)
0:106        'a' (global 5-element array of mediump float)
0:106        'a' (global 5-element array of mediump float)
0:107      Compare Not Equal (temp bool)
0:107        's' (global structure{global mediump int i})
0:107        's' (global structure{global mediump int i})
0:109      logical-and (temp bool)
0:109        'b' (temp bool)
0:109        'b' (temp bool)
0:110      logical-or (temp bool)
0:110        'b' (temp bool)
0:110        'b' (temp bool)
0:111      logical-xor (temp bool)
0:111        'b' (temp bool)
0:111        'b' (temp bool)
0:113      Comma (temp mediump 3-component vector of uint)
0:113        Negate conditional (temp bool)
0:113          'b' (temp bool)
0:113        'uv3' (temp mediump 3-component vector of uint)
0:115      Bitwise not (temp mediump int)
0:115        'i' (temp mediump int)
0:116      Bitwise not (temp mediump uint)
0:116        'u' (temp mediump uint)
0:117      Bitwise not (temp mediump 3-component vector of uint)
0:117        'uv3' (temp mediump 3-component vector of uint)
0:118      Bitwise not (temp mediump 3-component vector of int)
0:118        'iv3' (temp mediump 3-component vector of int)
0:120      left shift second child into first child (temp mediump 3-component vector of uint)
0:120        'uv3' (temp mediump 3-component vector of uint)
0:120        'i' (temp mediump int)
0:121      right-shift (temp mediump int)
0:121        'i' (temp mediump int)
0:121        'i' (temp mediump int)
0:122      left-shift (temp mediump uint)
0:122        'u' (temp mediump uint)
0:122        'u' (temp mediump uint)
0:123      right-shift (temp mediump 3-component vector of int)
0:123        'iv3' (temp mediump 3-component vector of int)
0:123        'iv3' (temp mediump 3-component vector of int)
0:125      bitwise and (temp mediump int)
0:125        'i' (temp mediump int)
0:125        'i' (temp mediump int)
0:126      inclusive-or (temp mediump uint)
0:126        'u' (temp mediump uint)
0:126        'u' (temp mediump uint)
0:127      exclusive-or (temp mediump 3-component vector of int)
0:127        'iv3' (temp mediump 3-component vector of int)
0:127        'iv3' (temp mediump 3-component vector of int)
0:128      bitwise and (temp mediump 3-component vector of uint)
0:128        'u' (temp mediump uint)
0:128        'uv3' (temp mediump 3-component vector of uint)
0:129      inclusive-or (temp mediump 3-component vector of uint)
0:129        'uv3' (temp mediump 3-component vector of uint)
0:129        'u' (temp mediump uint)
0:130      and second child into first child (temp mediump 3-component vector of uint)
0:130        'uv3' (temp mediump 3-component vector of uint)
0:130        'u' (temp mediump uint)
0:132      direct index (temp mediump int)
0:132        'arr' (temp 2-element array of mediump int)
0:132        Constant:
0:132          1 (const int)
0:134      direct index (temp mediump int)
0:134        'arr2' (temp 3-element array of mediump int)
0:134        Constant:
0:134          2 (const int)
0:?   Linker Objects
0:?     'instanceName' (layout(column_major shared ) uniform block{layout(column_major shared ) uniform mediump float f})
0:?     's' (global structure{global mediump int i})
0:?     'a' (global 5-element array of mediump float)