glslang AST output: include global vs. temp (local) in the printed output. This only effects test results, but a future check-in is going to fix some globals.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30973 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2015-04-29 10:16:56 +00:00
parent bcef333a78
commit 8b37b04ecc
130 changed files with 15103 additions and 15104 deletions

View File

@@ -22,7 +22,7 @@ ERROR: 0:122: '#endif' : unexpected tokens following directive
ERROR: 0:135: '""' : string literals not supported
ERROR: 0:136: '""' : string literals not supported
ERROR: 0:136: 'length' : no matching overloaded function found
ERROR: 0:136: '=' : cannot convert from 'const float' to 'int'
ERROR: 0:136: '=' : cannot convert from 'const float' to 'global int'
ERROR: 0:138: ''' : character literals not supported
ERROR: 0:138: ''' : character literals not supported
ERROR: 0:141: '#define' : names beginning with "GL_" can't be (un)defined: GL_
@@ -78,7 +78,7 @@ ERROR: 12:9000: 'preprocessor evaluation' : expected ')'
ERROR: 12:9002: '#if' : unexpected tokens following directive
ERROR: 12:9014: 'macro expansion' : expected '(' following FOOOM
ERROR: 12:9014: 'FOOOM' : undeclared identifier
ERROR: 12:9014: '=' : cannot convert from 'float' to 'int'
ERROR: 12:9014: '=' : cannot convert from 'temp float' to 'global int'
ERROR: 12:9015: 'macro expansion' : expected '(' following FOOOM
ERROR: 12:9016: 'preprocessor evaluation' : can't evaluate expression
ERROR: 12:9016: 'preprocessor evaluation' : bad expression
@@ -89,82 +89,82 @@ ERROR: 79 compilation errors. No code generated.
Shader version: 400
ERROR: node is still EOpNull!
0:5 Sequence
0:5 move second child to first child (float)
0:5 'sum' (float)
0:5 move second child to first child (temp float)
0:5 'sum' (global float)
0:5 Constant:
0:5 0.000000
0:7 Function Definition: main( (void)
0:7 Function Definition: main( (global void)
0:7 Function Parameters:
0:12 Sequence
0:12 add second child into first child (float)
0:12 'sum' (float)
0:12 add second child into first child (temp float)
0:12 'sum' (global float)
0:12 Constant:
0:12 1.000000
0:22 add second child into first child (float)
0:22 'sum' (float)
0:22 add second child into first child (temp float)
0:22 'sum' (global float)
0:22 Constant:
0:22 300.000000
0:37 add second child into first child (float)
0:37 'sum' (float)
0:37 add second child into first child (temp float)
0:37 'sum' (global float)
0:37 Constant:
0:37 600000.000000
0:48 add second child into first child (float)
0:48 'sum' (float)
0:48 add second child into first child (temp float)
0:48 'sum' (global float)
0:48 Constant:
0:48 7000000.000000
0:53 add second child into first child (float)
0:53 'sum' (float)
0:53 add second child into first child (temp float)
0:53 'sum' (global float)
0:53 Constant:
0:53 80000000.000000
0:58 add second child into first child (float)
0:58 'sum' (float)
0:58 add second child into first child (temp float)
0:58 'sum' (global float)
0:58 Constant:
0:58 900000000.000000
0:65 add second child into first child (float)
0:65 'sum' (float)
0:65 add second child into first child (temp float)
0:65 'sum' (global float)
0:65 Constant:
0:65 0.050000
0:69 move second child to first child (4-component vector of float)
0:69 move second child to first child (temp 4-component vector of float)
0:69 gl_Position: direct index for structure (gl_Position 4-component vector of float)
0:69 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out implicitly-sized array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out implicitly-sized array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
0:69 Constant:
0:69 0 (const uint)
0:69 Construct vec4 (4-component vector of float)
0:69 'sum' (float)
0:69 Construct vec4 (temp 4-component vector of float)
0:69 'sum' (global float)
0:124 Sequence
0:124 move second child to first child (int)
0:124 'linenumber' (int)
0:124 move second child to first child (temp int)
0:124 'linenumber' (global int)
0:124 Constant:
0:124 124 (const int)
0:125 Sequence
0:125 move second child to first child (int)
0:125 'filenumber' (int)
0:125 move second child to first child (temp int)
0:125 'filenumber' (global int)
0:125 Constant:
0:125 0 (const int)
0:126 Sequence
0:126 move second child to first child (int)
0:126 'version' (int)
0:126 move second child to first child (temp int)
0:126 'version' (global int)
0:126 Constant:
0:126 400 (const int)
0:130 Sequence
0:130 move second child to first child (float)
0:130 'twoPi' (float)
0:130 move second child to first child (temp float)
0:130 'twoPi' (global float)
0:130 Constant:
0:130 6.280000
0:199 Sequence
0:199 move second child to first child (int)
0:199 'n' (int)
0:199 move second child to first child (temp int)
0:199 'n' (global int)
0:199 Constant:
0:199 15 (const int)
0:202 Sequence
0:202 move second child to first child (double)
0:202 'f' (double)
0:202 move second child to first child (temp double)
0:202 'f' (global double)
0:202 Constant:
0:202 0.000800
12:20031 Function Definition: foo234( (void)
12:20031 Function Definition: foo234( (global void)
12:20031 Function Parameters:
12:20033 Sequence
12:20033 move second child to first child (4-component vector of float)
12:20033 move second child to first child (temp 4-component vector of float)
12:20033 gl_Position: direct index for structure (gl_Position 4-component vector of float)
12:20033 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out implicitly-sized array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out implicitly-sized array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
12:20033 Constant:
@@ -175,22 +175,22 @@ ERROR: node is still EOpNull!
12:20033 6.000000
12:20033 6.000000
12:9011 Sequence
12:9011 move second child to first child (int)
12:9011 'R1' (int)
12:9011 'RECURSE' (int)
12:9011 move second child to first child (temp int)
12:9011 'R1' (global int)
12:9011 'RECURSE' (global int)
0:? Linker Objects
0:? 'sum' (float)
0:? 'sum' (global float)
0:? 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out implicitly-sized array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out implicitly-sized array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
0:? 'linenumber' (int)
0:? 'filenumber' (int)
0:? 'version' (int)
0:? 'twoPi' (float)
0:? 'a' (int)
0:? 'n' (int)
0:? 'f' (double)
0:? 'RECURSE' (int)
0:? 'R1' (int)
0:? 'aoeua' (int)
0:? 'linenumber' (global int)
0:? 'filenumber' (global int)
0:? 'version' (global int)
0:? 'twoPi' (global float)
0:? 'a' (global int)
0:? 'n' (global int)
0:? 'f' (global double)
0:? 'RECURSE' (global int)
0:? 'R1' (global int)
0:? 'aoeua' (global int)
0:? 'gl_VertexID' (gl_VertexId int)
0:? 'gl_InstanceID' (gl_InstanceId int)
@@ -201,82 +201,82 @@ Linked vertex stage:
Shader version: 400
ERROR: node is still EOpNull!
0:5 Sequence
0:5 move second child to first child (float)
0:5 'sum' (float)
0:5 move second child to first child (temp float)
0:5 'sum' (global float)
0:5 Constant:
0:5 0.000000
0:7 Function Definition: main( (void)
0:7 Function Definition: main( (global void)
0:7 Function Parameters:
0:12 Sequence
0:12 add second child into first child (float)
0:12 'sum' (float)
0:12 add second child into first child (temp float)
0:12 'sum' (global float)
0:12 Constant:
0:12 1.000000
0:22 add second child into first child (float)
0:22 'sum' (float)
0:22 add second child into first child (temp float)
0:22 'sum' (global float)
0:22 Constant:
0:22 300.000000
0:37 add second child into first child (float)
0:37 'sum' (float)
0:37 add second child into first child (temp float)
0:37 'sum' (global float)
0:37 Constant:
0:37 600000.000000
0:48 add second child into first child (float)
0:48 'sum' (float)
0:48 add second child into first child (temp float)
0:48 'sum' (global float)
0:48 Constant:
0:48 7000000.000000
0:53 add second child into first child (float)
0:53 'sum' (float)
0:53 add second child into first child (temp float)
0:53 'sum' (global float)
0:53 Constant:
0:53 80000000.000000
0:58 add second child into first child (float)
0:58 'sum' (float)
0:58 add second child into first child (temp float)
0:58 'sum' (global float)
0:58 Constant:
0:58 900000000.000000
0:65 add second child into first child (float)
0:65 'sum' (float)
0:65 add second child into first child (temp float)
0:65 'sum' (global float)
0:65 Constant:
0:65 0.050000
0:69 move second child to first child (4-component vector of float)
0:69 move second child to first child (temp 4-component vector of float)
0:69 gl_Position: direct index for structure (gl_Position 4-component vector of float)
0:69 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out 1-element array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out 1-element array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
0:69 Constant:
0:69 0 (const uint)
0:69 Construct vec4 (4-component vector of float)
0:69 'sum' (float)
0:69 Construct vec4 (temp 4-component vector of float)
0:69 'sum' (global float)
0:124 Sequence
0:124 move second child to first child (int)
0:124 'linenumber' (int)
0:124 move second child to first child (temp int)
0:124 'linenumber' (global int)
0:124 Constant:
0:124 124 (const int)
0:125 Sequence
0:125 move second child to first child (int)
0:125 'filenumber' (int)
0:125 move second child to first child (temp int)
0:125 'filenumber' (global int)
0:125 Constant:
0:125 0 (const int)
0:126 Sequence
0:126 move second child to first child (int)
0:126 'version' (int)
0:126 move second child to first child (temp int)
0:126 'version' (global int)
0:126 Constant:
0:126 400 (const int)
0:130 Sequence
0:130 move second child to first child (float)
0:130 'twoPi' (float)
0:130 move second child to first child (temp float)
0:130 'twoPi' (global float)
0:130 Constant:
0:130 6.280000
0:199 Sequence
0:199 move second child to first child (int)
0:199 'n' (int)
0:199 move second child to first child (temp int)
0:199 'n' (global int)
0:199 Constant:
0:199 15 (const int)
0:202 Sequence
0:202 move second child to first child (double)
0:202 'f' (double)
0:202 move second child to first child (temp double)
0:202 'f' (global double)
0:202 Constant:
0:202 0.000800
12:20031 Function Definition: foo234( (void)
12:20031 Function Definition: foo234( (global void)
12:20031 Function Parameters:
12:20033 Sequence
12:20033 move second child to first child (4-component vector of float)
12:20033 move second child to first child (temp 4-component vector of float)
12:20033 gl_Position: direct index for structure (gl_Position 4-component vector of float)
12:20033 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out 1-element array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out 1-element array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
12:20033 Constant:
@@ -287,22 +287,22 @@ ERROR: node is still EOpNull!
12:20033 6.000000
12:20033 6.000000
12:9011 Sequence
12:9011 move second child to first child (int)
12:9011 'R1' (int)
12:9011 'RECURSE' (int)
12:9011 move second child to first child (temp int)
12:9011 'R1' (global int)
12:9011 'RECURSE' (global int)
0:? Linker Objects
0:? 'sum' (float)
0:? 'sum' (global float)
0:? 'anon@0' (out block{gl_Position 4-component vector of float gl_Position, gl_PointSize float gl_PointSize, out 1-element array of float gl_ClipDistance, gl_ClipVertex 4-component vector of float gl_ClipVertex, out 4-component vector of float gl_FrontColor, out 4-component vector of float gl_BackColor, out 4-component vector of float gl_FrontSecondaryColor, out 4-component vector of float gl_BackSecondaryColor, out 1-element array of 4-component vector of float gl_TexCoord, out float gl_FogFragCoord})
0:? 'linenumber' (int)
0:? 'filenumber' (int)
0:? 'version' (int)
0:? 'twoPi' (float)
0:? 'a' (int)
0:? 'n' (int)
0:? 'f' (double)
0:? 'RECURSE' (int)
0:? 'R1' (int)
0:? 'aoeua' (int)
0:? 'linenumber' (global int)
0:? 'filenumber' (global int)
0:? 'version' (global int)
0:? 'twoPi' (global float)
0:? 'a' (global int)
0:? 'n' (global int)
0:? 'f' (global double)
0:? 'RECURSE' (global int)
0:? 'R1' (global int)
0:? 'aoeua' (global int)
0:? 'gl_VertexID' (gl_VertexId int)
0:? 'gl_InstanceID' (gl_InstanceId int)