blob: edf9cd34d807e53a055dfa598233bc754a8fdcfe [file] [log] [blame]
John Kessenich5134b9c2013-11-20 21:12:43 +00001100scope.vert
John Kessenich44e8cae2013-10-02 01:30:14 +00002ERROR: 0:5: 'a' : redefinition
John Kessenichb88c60b2013-12-04 19:43:05 +00003ERROR: 0:17: 'b' : function name is redeclaration of existing name
John Kessenich3a4687d2013-12-11 22:38:19 +00004ERROR: 0:20: 'c' : redefinition
5ERROR: 0:22: 'f' : redefinition
6ERROR: 0:24: 'redefinition of built-in function' : not supported with this profile: es
7ERROR: 0:25: 'redefinition of built-in function' : not supported with this profile: es
8ERROR: 0:38: 'local function declaration' : not supported with this profile: es
9ERROR: 0:43: 'sin' : can't use function syntax on variable
10ERROR: 0:57: 'z' : undeclared identifier
11ERROR: 0:57: 'z' : redefinition
12ERROR: 0:73: 'degrees' : can't use function syntax on variable
13ERROR: 0:76: 'vertex-shader struct output' : not supported for this version or the enabled extensions
14ERROR: 12 compilation errors. No code generated.
John Kessenich44e8cae2013-10-02 01:30:14 +000015
John Kessenich5134b9c2013-11-20 21:12:43 +000016
John Kessenich44e8cae2013-10-02 01:30:14 +000017ERROR: node is still EOpNull!
180:3 Function Definition: f(i1;i1;i1; (highp int)
190:3 Function Parameters:
200:3 'a' (in highp int)
210:3 'b' (in highp int)
220:3 'c' (in highp int)
230:? Sequence
240:8 Sequence
250:8 Sequence
260:8 move second child to first child (highp float)
270:8 'a' (highp float)
280:8 add (highp float)
290:8 Convert int to float (highp float)
300:8 'a' (in highp int)
310:8 Constant:
320:8 1.000000
330:11 Branch: Return with expression
340:11 'a' (in highp int)
John Kessenich3a4687d2013-12-11 22:38:19 +0000350:25 Function Definition: cos(f1; (highp float)
360:25 Function Parameters:
370:25 'x' (in highp float)
380:27 Sequence
390:27 Branch: Return with expression
400:27 Constant:
410:27 1.000000
420:29 Function Definition: radians(b1; (bool)
430:29 Function Parameters:
440:29 'x' (in bool)
450:31 Sequence
460:31 Branch: Return with expression
470:31 Constant:
480:31 true (const bool)
490:36 Function Definition: main( (void)
500:36 Function Parameters:
John Kessenich44e8cae2013-10-02 01:30:14 +0000510:? Sequence
John Kessenich3a4687d2013-12-11 22:38:19 +0000520:39 Function Call: g( (highp int)
530:42 'sin' (highp float)
540:43 Constant:
550:43 0.000000
560:44 Function Call: f(i1;i1;i1; (highp int)
John Kessenicha4351c52013-11-11 04:21:31 +0000570:44 Constant:
John Kessenich3a4687d2013-12-11 22:38:19 +0000580:44 1 (const int)
590:44 Constant:
600:44 2 (const int)
610:44 Constant:
620:44 3 (const int)
630:47 move second child to first child (highp float)
640:47 'f' (highp float)
650:47 Constant:
660:47 3.000000
670:49 move second child to first child (highp 4-component vector of float)
680:49 'gl_Position' (invariant gl_Position highp 4-component vector of float)
690:49 Construct vec4 (highp 4-component vector of float)
700:49 'f' (highp float)
John Kessenicha4351c52013-11-11 04:21:31 +0000710:51 Sequence
John Kessenich3a4687d2013-12-11 22:38:19 +0000720:51 Sequence
730:51 move second child to first child (highp int)
740:51 'f' (highp int)
750:51 Constant:
760:51 0 (const int)
770:51 Loop with condition tested first
780:51 Loop Condition
790:51 Compare Less Than (bool)
800:51 'f' (highp int)
810:51 Constant:
820:51 10 (const int)
830:51 Loop Body
840:52 Pre-Increment (highp int)
850:52 'f' (highp int)
860:51 Loop Terminal Expression
870:51 Pre-Increment (highp int)
880:51 'f' (highp int)
890:54 Sequence
900:54 move second child to first child (highp int)
910:54 'x' (highp int)
920:54 Constant:
930:54 1 (const int)
940:56 Sequence
950:56 Sequence
960:56 move second child to first child (highp float)
970:56 'x' (highp float)
980:56 Constant:
990:56 2.000000
1000:56 move second child to first child (highp float)
1010:56 'y' (highp float)
1020:56 'x' (highp float)
1030:60 Sequence
1040:60 Sequence
1050:60 move second child to first child (highp int)
1060:60 'x' (highp int)
1070:60 'x' (highp int)
1080:68 Sequence
1090:68 Sequence
John Kessenich7cbfdf42014-01-06 21:27:56 +00001100:68 move second child to first child (structure{highp int x})
1110:68 'S' (structure{highp int x})
John Kessenich3a4687d2013-12-11 22:38:19 +00001120:68 Constant:
1130:68 0 (const int)
1140:69 x: direct index for structure (highp int)
John Kessenich7cbfdf42014-01-06 21:27:56 +00001150:69 'S' (structure{highp int x})
John Kessenich3a4687d2013-12-11 22:38:19 +00001160:69 Constant:
1170:69 0 (const int)
1180:73 Constant:
1190:73 0.000000
John Kessenich44e8cae2013-10-02 01:30:14 +00001200:? Linker Objects
1210:? 'b' (bool)
John Kessenicha4351c52013-11-11 04:21:31 +00001220:? 'tan' (highp float)
John Kessenich7cbfdf42014-01-06 21:27:56 +00001230:? 's' (smooth out structure{highp float f})
John Kessenich44e8cae2013-10-02 01:30:14 +0000124
John Kessenich5134b9c2013-11-20 21:12:43 +0000125
126Linked vertex stage:
127
128
129