summaryrefslogtreecommitdiff
path: root/testdata/performance/Material.out
blob: d35f582a98d14c724917f3f9fd15ab8191ab3882 (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
main is not found
------------ trace
identityLight :: 'Float
'Entity :: Type
Entity :: 'Vec 4 'Float -> 'Vec 4 'Float -> 'Vec 3 'Float -> 'Vec 4 'Float -> 'Entity
'EntityCase :: (a :: 'Entity -> Type) -> ((b :: 'Vec 4 'Float) -> (c :: 'Vec 4 'Float) -> (d :: 'Vec 3 'Float) -> (e :: 'Vec 4 'Float) -> a (Entity b c d e)) -> (f :: 'Entity) -> a f
match'Entity :: (a :: Type -> Type) -> a 'Entity -> (b :: Type) -> a b -> a b
eAmbientLight :: 'Entity -> 'VecS 'Float 4
eDirectedLight :: 'Entity -> 'VecS 'Float 4
eLightDir :: 'Entity -> 'VecS 'Float 3
eShaderRGBA :: 'Entity -> 'VecS 'Float 4
'WaveType :: Type
WT_Sin :: 'WaveType
WT_Triangle :: 'WaveType
WT_Square :: 'WaveType
WT_Sawtooth :: 'WaveType
WT_InverseSawtooth :: 'WaveType
WT_Noise :: 'WaveType
'WaveTypeCase :: (a :: 'WaveType -> Type) -> a WT_Sin -> a WT_Triangle -> a WT_Square -> a WT_Sawtooth -> a WT_InverseSawtooth -> a WT_Noise -> (b :: 'WaveType) -> a b
match'WaveType :: (a :: Type -> Type) -> a 'WaveType -> (b :: Type) -> a b -> a b
'Wave :: Type
Wave :: 'WaveType -> 'Float -> 'Float -> 'Float -> 'Float -> 'Wave
'WaveCase :: (a :: 'Wave -> Type) -> ((b :: 'WaveType) -> (c :: 'Float) -> (d :: 'Float) -> (e :: 'Float) -> (f :: 'Float) -> a (Wave b c d e f)) -> (g :: 'Wave) -> a g
match'Wave :: (a :: Type -> Type) -> a 'Wave -> (b :: Type) -> a b -> a b
'Deform :: Type
D_AutoSprite :: 'Deform
D_AutoSprite2 :: 'Deform
D_Bulge :: 'Float -> 'Float -> 'Float -> 'Deform
D_Move :: 'Vec 3 'Float -> 'Wave -> 'Deform
D_Normal :: 'Float -> 'Float -> 'Deform
D_ProjectionShadow :: 'Deform
D_Text0 :: 'Deform
D_Text1 :: 'Deform
D_Text2 :: 'Deform
D_Text3 :: 'Deform
D_Text4 :: 'Deform
D_Text5 :: 'Deform
D_Text6 :: 'Deform
D_Text7 :: 'Deform
D_Wave :: 'Float -> 'Wave -> 'Deform
'DeformCase :: (a :: 'Deform -> Type) -> a D_AutoSprite -> a D_AutoSprite2 -> ((b :: 'Float) -> (c :: 'Float) -> (d :: 'Float) -> a (D_Bulge b c d)) -> ((e :: 'Vec 3 'Float) -> (f :: 'Wave) -> a (D_Move e f)) -> ((g :: 'Float) -> (h :: 'Float) -> a (D_Normal g h)) -> a D_ProjectionShadow -> a D_Text0 -> a D_Text1 -> a D_Text2 -> a D_Text3 -> a D_Text4 -> a D_Text5 -> a D_Text6 -> a D_Text7 -> ((i :: 'Float) -> (j :: 'Wave) -> a (D_Wave i j)) -> (k :: 'Deform) -> a k
match'Deform :: (a :: Type -> Type) -> a 'Deform -> (b :: Type) -> a b -> a b
'CullType :: Type
CT_FrontSided :: 'CullType
CT_BackSided :: 'CullType
CT_TwoSided :: 'CullType
'CullTypeCase :: (a :: 'CullType -> Type) -> a CT_FrontSided -> a CT_BackSided -> a CT_TwoSided -> (b :: 'CullType) -> a b
match'CullType :: (a :: Type -> Type) -> a 'CullType -> (b :: Type) -> a b -> a b
'Blending' :: Type
B_DstAlpha :: 'Blending'
B_DstColor :: 'Blending'
B_One :: 'Blending'
B_OneMinusDstAlpha :: 'Blending'
B_OneMinusDstColor :: 'Blending'
B_OneMinusSrcAlpha :: 'Blending'
B_OneMinusSrcColor :: 'Blending'
B_SrcAlpha :: 'Blending'
B_SrcAlphaSaturate :: 'Blending'
B_SrcColor :: 'Blending'
B_Zero :: 'Blending'
'Blending'Case :: (a :: 'Blending' -> Type) -> a B_DstAlpha -> a B_DstColor -> a B_One -> a B_OneMinusDstAlpha -> a B_OneMinusDstColor -> a B_OneMinusSrcAlpha -> a B_OneMinusSrcColor -> a B_SrcAlpha -> a B_SrcAlphaSaturate -> a B_SrcColor -> a B_Zero -> (b :: 'Blending') -> a b
match'Blending' :: (a :: Type -> Type) -> a 'Blending' -> (b :: Type) -> a b -> a b
'RGBGen :: Type
RGB_Wave :: 'Wave -> 'RGBGen
RGB_Const :: 'Float -> 'Float -> 'Float -> 'RGBGen
RGB_Identity :: 'RGBGen
RGB_IdentityLighting :: 'RGBGen
RGB_Entity :: 'RGBGen
RGB_OneMinusEntity :: 'RGBGen
RGB_ExactVertex :: 'RGBGen
RGB_Vertex :: 'RGBGen
RGB_LightingDiffuse :: 'RGBGen
RGB_OneMinusVertex :: 'RGBGen
RGB_Undefined :: 'RGBGen
'RGBGenCase :: (a :: 'RGBGen -> Type) -> ((b :: 'Wave) -> a (RGB_Wave b)) -> ((c :: 'Float) -> (d :: 'Float) -> (e :: 'Float) -> a (RGB_Const c d e)) -> a RGB_Identity -> a RGB_IdentityLighting -> a RGB_Entity -> a RGB_OneMinusEntity -> a RGB_ExactVertex -> a RGB_Vertex -> a RGB_LightingDiffuse -> a RGB_OneMinusVertex -> a RGB_Undefined -> (f :: 'RGBGen) -> a f
match'RGBGen :: (a :: Type -> Type) -> a 'RGBGen -> (b :: Type) -> a b -> a b
'AlphaGen :: Type
A_Wave :: 'Wave -> 'AlphaGen
A_Const :: 'Float -> 'AlphaGen
A_Portal :: 'AlphaGen
A_Identity :: 'AlphaGen
A_Entity :: 'AlphaGen
A_OneMinusEntity :: 'AlphaGen
A_Vertex :: 'AlphaGen
A_LightingSpecular :: 'AlphaGen
A_OneMinusVertex :: 'AlphaGen
'AlphaGenCase :: (a :: 'AlphaGen -> Type) -> ((b :: 'Wave) -> a (A_Wave b)) -> ((c :: 'Float) -> a (A_Const c)) -> a A_Portal -> a A_Identity -> a A_Entity -> a A_OneMinusEntity -> a A_Vertex -> a A_LightingSpecular -> a A_OneMinusVertex -> (d :: 'AlphaGen) -> a d
match'AlphaGen :: (a :: Type -> Type) -> a 'AlphaGen -> (b :: Type) -> a b -> a b
'TCGen :: Type
TG_Base :: 'TCGen
TG_Lightmap :: 'TCGen
TG_Environment :: 'TCGen
TG_Vector :: 'Vec 3 'Float -> 'Vec 3 'Float -> 'TCGen
TG_Undefined :: 'TCGen
'TCGenCase :: (a :: 'TCGen -> Type) -> a TG_Base -> a TG_Lightmap -> a TG_Environment -> ((b :: 'Vec 3 'Float) -> (c :: 'Vec 3 'Float) -> a (TG_Vector b c)) -> a TG_Undefined -> (d :: 'TCGen) -> a d
match'TCGen :: (a :: Type -> Type) -> a 'TCGen -> (b :: Type) -> a b -> a b
'TCMod :: Type
TM_EntityTranslate :: 'TCMod
TM_Rotate :: 'Float -> 'TCMod
TM_Scroll :: 'Float -> 'Float -> 'TCMod
TM_Scale :: 'Float -> 'Float -> 'TCMod
TM_Stretch :: 'Wave -> 'TCMod
TM_Transform :: 'Float -> 'Float -> 'Float -> 'Float -> 'Float -> 'Float -> 'TCMod
TM_Turb :: 'Float -> 'Float -> 'Float -> 'Float -> 'TCMod
'TCModCase :: (a :: 'TCMod -> Type) -> a TM_EntityTranslate -> ((b :: 'Float) -> a (TM_Rotate b)) -> ((c :: 'Float) -> (d :: 'Float) -> a (TM_Scroll c d)) -> ((e :: 'Float) -> (f :: 'Float) -> a (TM_Scale e f)) -> ((g :: 'Wave) -> a (TM_Stretch g)) -> ((h :: 'Float) -> (i :: 'Float) -> (j :: 'Float) -> (k :: 'Float) -> (l :: 'Float) -> (m :: 'Float) -> a (TM_Transform h i j k l m)) -> ((n :: 'Float) -> (o :: 'Float) -> (p :: 'Float) -> (q :: 'Float) -> a (TM_Turb n o p q)) -> (r :: 'TCMod) -> a r
match'TCMod :: (a :: Type -> Type) -> a 'TCMod -> (b :: Type) -> a b -> a b
'StageTexture :: Type
ST_Map :: 'String -> 'StageTexture
ST_ClampMap :: 'String -> 'StageTexture
ST_AnimMap :: 'Float -> 'List 'String -> 'StageTexture
ST_Lightmap :: 'StageTexture
ST_WhiteImage :: 'StageTexture
'StageTextureCase :: (a :: 'StageTexture -> Type) -> ((b :: 'String) -> a (ST_Map b)) -> ((c :: 'String) -> a (ST_ClampMap c)) -> ((d :: 'Float) -> (e :: 'List 'String) -> a (ST_AnimMap d e)) -> a ST_Lightmap -> a ST_WhiteImage -> (f :: 'StageTexture) -> a f
match'StageTexture :: (a :: Type -> Type) -> a 'StageTexture -> (b :: Type) -> a b -> a b
'AlphaFunction :: Type
A_Gt0 :: 'AlphaFunction
A_Lt128 :: 'AlphaFunction
A_Ge128 :: 'AlphaFunction
'AlphaFunctionCase :: (a :: 'AlphaFunction -> Type) -> a A_Gt0 -> a A_Lt128 -> a A_Ge128 -> (b :: 'AlphaFunction) -> a b
match'AlphaFunction :: (a :: Type -> Type) -> a 'AlphaFunction -> (b :: Type) -> a b -> a b
'DepthFunction :: Type
D_Equal :: 'DepthFunction
D_Lequal :: 'DepthFunction
'DepthFunctionCase :: (a :: 'DepthFunction -> Type) -> a D_Equal -> a D_Lequal -> (b :: 'DepthFunction) -> a b
match'DepthFunction :: (a :: Type -> Type) -> a 'DepthFunction -> (b :: Type) -> a b -> a b
'StageAttrs :: Type
StageAttrs :: 'Maybe ('Blending', 'Blending') -> 'RGBGen -> 'AlphaGen -> 'TCGen -> 'List 'TCMod -> 'StageTexture -> 'Bool -> 'DepthFunction -> 'Maybe 'AlphaFunction -> 'Bool -> 'String -> 'StageAttrs
'StageAttrsCase :: (a :: 'StageAttrs -> Type) -> ((b :: 'Maybe ('Blending', 'Blending')) -> (c :: 'RGBGen) -> (d :: 'AlphaGen) -> (e :: 'TCGen) -> (f :: 'List 'TCMod) -> (g :: 'StageTexture) -> (h :: 'Bool) -> (i :: 'DepthFunction) -> (j :: 'Maybe 'AlphaFunction) -> (k :: 'Bool) -> (l :: 'String) -> a (StageAttrs b c d e f g h i j k l)) -> (m :: 'StageAttrs) -> a m
match'StageAttrs :: (a :: Type -> Type) -> a 'StageAttrs -> (b :: Type) -> a b -> a b
saBlend :: 'StageAttrs -> 'Maybe ('Blending', 'Blending')
saRGBGen :: 'StageAttrs -> 'RGBGen
saAlphaGen :: 'StageAttrs -> 'AlphaGen
saTCGen :: 'StageAttrs -> 'TCGen
saTCMod :: 'StageAttrs -> 'List 'TCMod
saTexture :: 'StageAttrs -> 'StageTexture
saDepthWrite :: 'StageAttrs -> 'Bool
saDepthFunc :: 'StageAttrs -> 'DepthFunction
saAlphaFunc :: 'StageAttrs -> 'Maybe 'AlphaFunction
saDepthMaskExplicit :: 'StageAttrs -> 'Bool
saTextureUniform :: 'StageAttrs -> 'String
defaultStageAttrs :: 'StageAttrs
'CommonAttrs :: Type
CommonAttrs :: () -> () -> 'Bool -> 'Float -> 'Bool -> 'Bool -> 'CullType -> 'List 'Deform -> 'Bool -> 'Bool -> 'List 'StageAttrs -> 'Bool -> 'CommonAttrs
'CommonAttrsCase :: (a :: 'CommonAttrs -> Type) -> ((b :: ()) -> (c :: ()) -> (d :: 'Bool) -> (e :: 'Float) -> (f :: 'Bool) -> (g :: 'Bool) -> (h :: 'CullType) -> (i :: 'List 'Deform) -> (j :: 'Bool) -> (k :: 'Bool) -> (l :: 'List 'StageAttrs) -> (m :: 'Bool) -> a (CommonAttrs b c d e f g h i j k l m)) -> (n :: 'CommonAttrs) -> a n
match'CommonAttrs :: (a :: Type -> Type) -> a 'CommonAttrs -> (b :: Type) -> a b -> a b
caSkyParms :: 'CommonAttrs -> ()
caFogParms :: 'CommonAttrs -> ()
caPortal :: 'CommonAttrs -> 'Bool
caSort :: 'CommonAttrs -> 'Float
caEntityMergable :: 'CommonAttrs -> 'Bool
caFogOnly :: 'CommonAttrs -> 'Bool
caCull :: 'CommonAttrs -> 'CullType
caDeformVertexes :: 'CommonAttrs -> 'List 'Deform
caNoMipMaps :: 'CommonAttrs -> 'Bool
caPolygonOffset :: 'CommonAttrs -> 'Bool
caStages :: 'CommonAttrs -> 'List 'StageAttrs
caIsSky :: 'CommonAttrs -> 'Bool
defaultCommonAttrs :: 'CommonAttrs
------------ tooltips
testdata/performance/Material.lc 7:18-7:23  Type
testdata/performance/Material.lc 8:1-8:14  Float
testdata/performance/Material.lc 8:17-8:18  _b
testdata/performance/Material.lc 10:6-10:12  Type
testdata/performance/Material.lc 10:6-11:13  Type
testdata/performance/Material.lc 10:6-15:39  Type
testdata/performance/Material.lc 11:7-11:13  Entity | Type | Vec 4 Float -> Vec 4 Float -> Vec 3 Float -> Vec 4 Float -> Entity
testdata/performance/Material.lc 12:7-12:20  Entity -> VecS Float 4
testdata/performance/Material.lc 12:28-12:31  Nat -> Type -> Type
testdata/performance/Material.lc 12:28-12:33  Type -> Type
testdata/performance/Material.lc 12:28-12:39  Type
testdata/performance/Material.lc 12:32-12:33  _b
testdata/performance/Material.lc 12:34-12:39  Type
testdata/performance/Material.lc 13:7-13:21  Entity -> VecS Float 4
testdata/performance/Material.lc 13:28-13:31  Nat -> Type -> Type
testdata/performance/Material.lc 13:28-13:33  Type -> Type
testdata/performance/Material.lc 13:28-13:39  Type
testdata/performance/Material.lc 13:32-13:33  _b
testdata/performance/Material.lc 13:34-13:39  Type
testdata/performance/Material.lc 14:7-14:16  Entity -> VecS Float 3
testdata/performance/Material.lc 14:28-14:31  Nat -> Type -> Type
testdata/performance/Material.lc 14:28-14:33  Type -> Type
testdata/performance/Material.lc 14:28-14:39  Type
testdata/performance/Material.lc 14:32-14:33  _b
testdata/performance/Material.lc 14:34-14:39  Type
testdata/performance/Material.lc 15:7-15:18  Entity -> VecS Float 4
testdata/performance/Material.lc 15:28-15:31  Nat -> Type -> Type
testdata/performance/Material.lc 15:28-15:33  Type -> Type
testdata/performance/Material.lc 15:28-15:39  Type
testdata/performance/Material.lc 15:32-15:33  _b
testdata/performance/Material.lc 15:34-15:39  Type
testdata/performance/Material.lc 18:6-18:14  Type
testdata/performance/Material.lc 18:6-24:15  Type
testdata/performance/Material.lc 19:7-19:13  WaveType
testdata/performance/Material.lc 20:7-20:18  WaveType
testdata/performance/Material.lc 21:7-21:16  WaveType
testdata/performance/Material.lc 22:7-22:18  WaveType
testdata/performance/Material.lc 23:7-23:25  WaveType
testdata/performance/Material.lc 24:7-24:15  WaveType
testdata/performance/Material.lc 27:6-27:10  Type
testdata/performance/Material.lc 27:6-27:17  Type
testdata/performance/Material.lc 27:6-27:50  Type
testdata/performance/Material.lc 27:13-27:17  Type | Wave | WaveType -> Float -> Float -> Float -> Float -> Wave
testdata/performance/Material.lc 27:18-27:26  Type
testdata/performance/Material.lc 27:27-27:32  Type
testdata/performance/Material.lc 27:33-27:38  Type
testdata/performance/Material.lc 27:39-27:44  Type
testdata/performance/Material.lc 27:45-27:50  Type
testdata/performance/Material.lc 29:6-29:12  Type
testdata/performance/Material.lc 29:6-32:32  Type
testdata/performance/Material.lc 29:6-33:32  Type
testdata/performance/Material.lc 29:6-34:27  Type
testdata/performance/Material.lc 29:6-44:13  Type
testdata/performance/Material.lc 29:6-44:24  Type
testdata/performance/Material.lc 30:7-30:19  Deform
testdata/performance/Material.lc 31:7-31:20  Deform
testdata/performance/Material.lc 32:7-32:14  Deform | Float -> Float -> Float -> Deform | Type
testdata/performance/Material.lc 32:15-32:20  Type
testdata/performance/Material.lc 32:21-32:26  Type
testdata/performance/Material.lc 32:27-32:32  Type
testdata/performance/Material.lc 33:7-33:13  Deform | Type | Vec 3 Float -> Wave -> Deform
testdata/performance/Material.lc 33:15-33:18  Nat -> Type -> Type
testdata/performance/Material.lc 33:15-33:20  Type -> Type
testdata/performance/Material.lc 33:15-33:26  Type
testdata/performance/Material.lc 33:19-33:20  _b
testdata/performance/Material.lc 33:21-33:26  Type
testdata/performance/Material.lc 33:28-33:32  Type
testdata/performance/Material.lc 34:7-34:15  Deform | Float -> Float -> Deform | Type
testdata/performance/Material.lc 34:16-34:21  Type
testdata/performance/Material.lc 34:22-34:27  Type
testdata/performance/Material.lc 35:7-35:25  Deform
testdata/performance/Material.lc 36:7-36:14  Deform
testdata/performance/Material.lc 37:7-37:14  Deform
testdata/performance/Material.lc 38:7-38:14  Deform
testdata/performance/Material.lc 39:7-39:14  Deform
testdata/performance/Material.lc 40:7-40:14  Deform
testdata/performance/Material.lc 41:7-41:14  Deform
testdata/performance/Material.lc 42:7-42:14  Deform
testdata/performance/Material.lc 43:7-43:14  Deform
testdata/performance/Material.lc 44:7-44:13  Deform | Float -> Wave -> Deform | Type
testdata/performance/Material.lc 44:14-44:19  Type
testdata/performance/Material.lc 44:20-44:24  Type
testdata/performance/Material.lc 47:6-47:14  Type
testdata/performance/Material.lc 47:6-50:18  Type
testdata/performance/Material.lc 48:7-48:20  CullType
testdata/performance/Material.lc 49:7-49:19  CullType
testdata/performance/Material.lc 50:7-50:18  CullType
testdata/performance/Material.lc 53:6-53:15  Type
testdata/performance/Material.lc 53:6-64:13  Type
testdata/performance/Material.lc 54:7-54:17  Blending'
testdata/performance/Material.lc 55:7-55:17  Blending'
testdata/performance/Material.lc 56:7-56:12  Blending'
testdata/performance/Material.lc 57:7-57:25  Blending'
testdata/performance/Material.lc 58:7-58:25  Blending'
testdata/performance/Material.lc 59:7-59:25  Blending'
testdata/performance/Material.lc 60:7-60:25  Blending'
testdata/performance/Material.lc 61:7-61:17  Blending'
testdata/performance/Material.lc 62:7-62:25  Blending'
testdata/performance/Material.lc 63:7-63:17  Blending'
testdata/performance/Material.lc 64:7-64:13  Blending'
testdata/performance/Material.lc 67:6-67:12  Type
testdata/performance/Material.lc 67:6-69:34  Type
testdata/performance/Material.lc 67:6-78:20  Type
testdata/performance/Material.lc 68:7-68:15  RGBGen | Type | Wave -> RGBGen
testdata/performance/Material.lc 68:16-68:20  Type
testdata/performance/Material.lc 69:7-69:16  Float -> Float -> Float -> RGBGen | RGBGen | Type
testdata/performance/Material.lc 69:17-69:22  Type
testdata/performance/Material.lc 69:23-69:28  Type
testdata/performance/Material.lc 69:29-69:34  Type
testdata/performance/Material.lc 70:7-70:19  RGBGen
testdata/performance/Material.lc 71:7-71:27  RGBGen
testdata/performance/Material.lc 72:7-72:17  RGBGen
testdata/performance/Material.lc 73:7-73:25  RGBGen
testdata/performance/Material.lc 74:7-74:22  RGBGen
testdata/performance/Material.lc 75:7-75:17  RGBGen
testdata/performance/Material.lc 76:7-76:26  RGBGen
testdata/performance/Material.lc 77:7-77:25  RGBGen
testdata/performance/Material.lc 78:7-78:20  RGBGen
testdata/performance/Material.lc 81:6-81:14  Type
testdata/performance/Material.lc 81:6-90:23  Type
testdata/performance/Material.lc 82:7-82:13  AlphaGen | Type | Wave -> AlphaGen
testdata/performance/Material.lc 82:14-82:18  Type
testdata/performance/Material.lc 83:7-83:14  AlphaGen | Float -> AlphaGen | Type
testdata/performance/Material.lc 83:15-83:20  Type
testdata/performance/Material.lc 84:7-84:15  AlphaGen
testdata/performance/Material.lc 85:7-85:17  AlphaGen
testdata/performance/Material.lc 86:7-86:15  AlphaGen
testdata/performance/Material.lc 87:7-87:23  AlphaGen
testdata/performance/Material.lc 88:7-88:15  AlphaGen
testdata/performance/Material.lc 89:7-89:25  AlphaGen
testdata/performance/Material.lc 90:7-90:23  AlphaGen
testdata/performance/Material.lc 93:6-93:11  Type
testdata/performance/Material.lc 93:6-97:44  Type
testdata/performance/Material.lc 93:6-98:19  Type
testdata/performance/Material.lc 94:7-94:14  TCGen
testdata/performance/Material.lc 95:7-95:18  TCGen
testdata/performance/Material.lc 96:7-96:21  TCGen
testdata/performance/Material.lc 97:7-97:16  TCGen | Type | Vec 3 Float -> Vec 3 Float -> TCGen
testdata/performance/Material.lc 97:18-97:21  Nat -> Type -> Type
testdata/performance/Material.lc 97:18-97:23  Type -> Type
testdata/performance/Material.lc 97:18-97:29  Type
testdata/performance/Material.lc 97:22-97:23  _b
testdata/performance/Material.lc 97:24-97:29  Type
testdata/performance/Material.lc 97:32-97:35  Nat -> Type -> Type
testdata/performance/Material.lc 97:32-97:37  Type -> Type
testdata/performance/Material.lc 97:32-97:43  Type
testdata/performance/Material.lc 97:36-97:37  _b
testdata/performance/Material.lc 97:38-97:43  Type
testdata/performance/Material.lc 98:7-98:19  TCGen
testdata/performance/Material.lc 101:6-101:11  Type
testdata/performance/Material.lc 101:6-104:28  Type
testdata/performance/Material.lc 101:6-105:27  Type
testdata/performance/Material.lc 101:6-107:55  Type
testdata/performance/Material.lc 101:6-108:14  Type
testdata/performance/Material.lc 101:6-108:38  Type
testdata/performance/Material.lc 102:7-102:25  TCMod
testdata/performance/Material.lc 103:7-103:16  Float -> TCMod | TCMod | Type
testdata/performance/Material.lc 103:17-103:22  Type
testdata/performance/Material.lc 104:7-104:16  Float -> Float -> TCMod | TCMod | Type
testdata/performance/Material.lc 104:17-104:22  Type
testdata/performance/Material.lc 104:23-104:28  Type
testdata/performance/Material.lc 105:7-105:15  Float -> Float -> TCMod | TCMod | Type
testdata/performance/Material.lc 105:16-105:21  Type
testdata/performance/Material.lc 105:22-105:27  Type
testdata/performance/Material.lc 106:7-106:17  TCMod | Type | Wave -> TCMod
testdata/performance/Material.lc 106:18-106:22  Type
testdata/performance/Material.lc 107:7-107:19  Float -> Float -> Float -> Float -> Float -> Float -> TCMod | TCMod | Type
testdata/performance/Material.lc 107:20-107:25  Type
testdata/performance/Material.lc 107:26-107:31  Type
testdata/performance/Material.lc 107:32-107:37  Type
testdata/performance/Material.lc 107:38-107:43  Type
testdata/performance/Material.lc 107:44-107:49  Type
testdata/performance/Material.lc 107:50-107:55  Type
testdata/performance/Material.lc 108:7-108:14  Float -> Float -> Float -> Float -> TCMod | TCMod | Type
testdata/performance/Material.lc 108:15-108:20  Type
testdata/performance/Material.lc 108:21-108:26  Type
testdata/performance/Material.lc 108:27-108:32  Type
testdata/performance/Material.lc 108:33-108:38  Type
testdata/performance/Material.lc 111:6-111:18  Type
testdata/performance/Material.lc 111:6-114:35  Type
testdata/performance/Material.lc 111:6-116:20  Type
testdata/performance/Material.lc 112:7-112:13  StageTexture | String -> StageTexture | Type
testdata/performance/Material.lc 112:21-112:27  Type
testdata/performance/Material.lc 113:7-113:18  StageTexture | String -> StageTexture | Type
testdata/performance/Material.lc 113:21-113:27  Type
testdata/performance/Material.lc 114:7-114:17  Float -> List String -> StageTexture | StageTexture | Type
testdata/performance/Material.lc 114:21-114:26  Type
testdata/performance/Material.lc 114:27-114:35  Type
testdata/performance/Material.lc 114:28-114:34  Type
testdata/performance/Material.lc 115:7-115:18  StageTexture
testdata/performance/Material.lc 116:7-116:20  StageTexture
testdata/performance/Material.lc 119:6-119:19  Type
testdata/performance/Material.lc 119:6-122:14  Type
testdata/performance/Material.lc 120:7-120:12  AlphaFunction
testdata/performance/Material.lc 121:7-121:14  AlphaFunction
testdata/performance/Material.lc 122:7-122:14  AlphaFunction
testdata/performance/Material.lc 125:6-125:19  Type
testdata/performance/Material.lc 125:6-127:15  Type
testdata/performance/Material.lc 126:7-126:14  DepthFunction
testdata/performance/Material.lc 127:7-127:15  DepthFunction
testdata/performance/Material.lc 130:6-130:16  Type
testdata/performance/Material.lc 130:6-131:17  Type
testdata/performance/Material.lc 130:6-144:34  Type
testdata/performance/Material.lc 131:7-131:17  Maybe (Blending', Blending') -> RGBGen -> AlphaGen -> TCGen -> List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs | StageAttrs | Type
testdata/performance/Material.lc 132:7-132:14  StageAttrs -> Maybe (Blending', Blending')
testdata/performance/Material.lc 132:25-132:30  Type -> Type
testdata/performance/Material.lc 132:25-132:53  Type
testdata/performance/Material.lc 132:31-132:53  Type
testdata/performance/Material.lc 132:32-132:41  Type
testdata/performance/Material.lc 132:32-132:52  List Type
testdata/performance/Material.lc 132:43-132:52  List Type | Type
testdata/performance/Material.lc 133:7-133:15  StageAttrs -> RGBGen
testdata/performance/Material.lc 133:24-133:30  Type
testdata/performance/Material.lc 134:7-134:17  StageAttrs -> AlphaGen
testdata/performance/Material.lc 134:24-134:32  Type
testdata/performance/Material.lc 135:7-135:14  StageAttrs -> TCGen
testdata/performance/Material.lc 135:24-135:29  Type
testdata/performance/Material.lc 136:7-136:14  StageAttrs -> List TCMod
testdata/performance/Material.lc 136:24-136:31  Type
testdata/performance/Material.lc 136:25-136:30  Type
testdata/performance/Material.lc 137:7-137:16  StageAttrs -> StageTexture
testdata/performance/Material.lc 137:24-137:36  Type
testdata/performance/Material.lc 138:7-138:19  StageAttrs -> Bool
testdata/performance/Material.lc 138:24-138:28  Type
testdata/performance/Material.lc 139:7-139:18  StageAttrs -> DepthFunction
testdata/performance/Material.lc 139:24-139:37  Type
testdata/performance/Material.lc 140:7-140:18  StageAttrs -> Maybe AlphaFunction
testdata/performance/Material.lc 140:25-140:30  Type -> Type
testdata/performance/Material.lc 140:25-140:44  Type
testdata/performance/Material.lc 140:31-140:44  Type
testdata/performance/Material.lc 143:7-143:26  StageAttrs -> Bool
testdata/performance/Material.lc 143:32-143:36  Type
testdata/performance/Material.lc 144:7-144:23  StageAttrs -> String
testdata/performance/Material.lc 144:28-144:34  Type
testdata/performance/Material.lc 148:22-148:32  Type
testdata/performance/Material.lc 149:1-149:18  StageAttrs
testdata/performance/Material.lc 149:21-149:31  Maybe (Blending', Blending') -> RGBGen -> AlphaGen -> TCGen -> List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-150:30  RGBGen -> AlphaGen -> TCGen -> List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-151:36  AlphaGen -> TCGen -> List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-152:33  TCGen -> List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-153:35  List TCMod -> StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-154:25  StageTexture -> Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-155:36  Bool -> DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-156:27  DepthFunction -> Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-157:31  Maybe AlphaFunction -> Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-158:30  Bool -> String -> StageAttrs
testdata/performance/Material.lc 149:21-159:36  String -> StageAttrs
testdata/performance/Material.lc 149:21-161:6  StageAttrs
testdata/performance/Material.lc 150:23-150:30  forall a . Maybe a
testdata/performance/Material.lc 151:23-151:36  RGBGen
testdata/performance/Material.lc 152:23-152:33  AlphaGen
testdata/performance/Material.lc 153:23-153:35  TCGen
testdata/performance/Material.lc 154:23-154:25  forall a . List a
testdata/performance/Material.lc 155:23-155:36  StageTexture
testdata/performance/Material.lc 156:23-156:27  Bool
testdata/performance/Material.lc 157:23-157:31  DepthFunction
testdata/performance/Material.lc 158:23-158:30  forall a . Maybe a
testdata/performance/Material.lc 159:31-159:36  Bool
testdata/performance/Material.lc 160:27-160:29  String
testdata/performance/Material.lc 163:6-163:17  Type
testdata/performance/Material.lc 163:6-164:18  Type
testdata/performance/Material.lc 163:6-178:32  Type
testdata/performance/Material.lc 164:7-164:18  () -> () -> Bool -> Float -> Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs | CommonAttrs | Type
testdata/performance/Material.lc 165:7-165:17  CommonAttrs -> ()
testdata/performance/Material.lc 165:28-165:30  Type
testdata/performance/Material.lc 166:7-166:17  CommonAttrs -> ()
testdata/performance/Material.lc 166:28-166:30  Type
testdata/performance/Material.lc 167:7-167:15  CommonAttrs -> Bool
testdata/performance/Material.lc 167:28-167:32  Type
testdata/performance/Material.lc 168:7-168:13  CommonAttrs -> Float
testdata/performance/Material.lc 168:28-168:33  Type
testdata/performance/Material.lc 169:7-169:23  CommonAttrs -> Bool
testdata/performance/Material.lc 169:28-169:32  Type
testdata/performance/Material.lc 170:7-170:16  CommonAttrs -> Bool
testdata/performance/Material.lc 170:28-170:32  Type
testdata/performance/Material.lc 171:7-171:13  CommonAttrs -> CullType
testdata/performance/Material.lc 171:28-171:36  Type
testdata/performance/Material.lc 172:7-172:23  CommonAttrs -> List Deform
testdata/performance/Material.lc 172:28-172:36  Type
testdata/performance/Material.lc 172:29-172:35  Type
testdata/performance/Material.lc 173:7-173:18  CommonAttrs -> Bool
testdata/performance/Material.lc 173:28-173:32  Type
testdata/performance/Material.lc 174:7-174:22  CommonAttrs -> Bool
testdata/performance/Material.lc 174:28-174:32  Type
testdata/performance/Material.lc 175:7-175:15  CommonAttrs -> List StageAttrs
testdata/performance/Material.lc 175:28-175:40  Type
testdata/performance/Material.lc 175:29-175:39  Type
testdata/performance/Material.lc 178:7-178:14  CommonAttrs -> Bool
testdata/performance/Material.lc 178:28-178:32  Type
testdata/performance/Material.lc 182:23-182:34  Type
testdata/performance/Material.lc 183:1-183:19  CommonAttrs
testdata/performance/Material.lc 183:22-183:33  () -> () -> Bool -> Float -> Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-184:29  () -> Bool -> Float -> Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-185:29  Bool -> Float -> Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-186:32  Float -> Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-187:28  Bool -> Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-188:32  Bool -> CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-189:32  CullType -> List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-190:40  List Deform -> Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-191:29  Bool -> Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-192:32  Bool -> List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-193:32  List StageAttrs -> Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-194:29  Bool -> CommonAttrs
testdata/performance/Material.lc 183:22-196:6  CommonAttrs
testdata/performance/Material.lc 184:27-184:29  ()
testdata/performance/Material.lc 185:27-185:29  ()
testdata/performance/Material.lc 186:27-186:32  Bool
testdata/performance/Material.lc 187:27-187:28  _b
testdata/performance/Material.lc 188:27-188:32  Bool
testdata/performance/Material.lc 189:27-189:32  Bool
testdata/performance/Material.lc 190:27-190:40  CullType
testdata/performance/Material.lc 191:27-191:29  forall a . List a
testdata/performance/Material.lc 192:27-192:32  Bool
testdata/performance/Material.lc 193:27-193:32  Bool
testdata/performance/Material.lc 194:27-194:29  forall a . List a
testdata/performance/Material.lc 195:27-195:32  Bool