Add redeclarations of built-in blocks.
Note: lots of test results changed due to listing the members of a block when printing types. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23682 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
94fdd1117b
commit
ab41fe5df6
44 changed files with 528 additions and 324 deletions
|
|
@ -25,23 +25,23 @@ ERROR: node is still EOpNull!
|
|||
0:43 add (highp 4X4 matrix of float)
|
||||
0:43 add (highp 4X4 matrix of float)
|
||||
0:43 M1: direct index for structure (layout(row_major std140 ) highp 4X4 matrix of float)
|
||||
0:43 'tblock' (layout(row_major std140 ) uniform block)
|
||||
0:43 'tblock' (layout(row_major std140 ) uniform block{M1,M2,N1,badf,badg})
|
||||
0:43 Constant:
|
||||
0:43 0 (const int)
|
||||
0:43 M2: direct index for structure (layout(column_major std140 ) highp 4X4 matrix of float)
|
||||
0:43 'tblock' (layout(row_major std140 ) uniform block)
|
||||
0:43 'tblock' (layout(row_major std140 ) uniform block{M1,M2,N1,badf,badg})
|
||||
0:43 Constant:
|
||||
0:43 1 (const int)
|
||||
0:43 M4: direct index for structure (layout(row_major shared ) highp 4X4 matrix of float)
|
||||
0:43 '__anon__1' (layout(column_major shared ) uniform block)
|
||||
0:43 '__anon__1' (layout(column_major shared ) uniform block{M3,M4,N2,b})
|
||||
0:43 Constant:
|
||||
0:43 1 (const uint)
|
||||
0:43 M3: direct index for structure (layout(column_major shared ) highp 4X4 matrix of float)
|
||||
0:43 '__anon__1' (layout(column_major shared ) uniform block)
|
||||
0:43 '__anon__1' (layout(column_major shared ) uniform block{M3,M4,N2,b})
|
||||
0:43 Constant:
|
||||
0:43 0 (const uint)
|
||||
0:43 t2m: direct index for structure (layout(row_major shared ) highp 4X4 matrix of float)
|
||||
0:43 '__anon__0' (layout(row_major shared ) uniform block)
|
||||
0:43 '__anon__0' (layout(row_major shared ) uniform block{b,t2m})
|
||||
0:43 Constant:
|
||||
0:43 1 (const uint)
|
||||
0:44 move second child to first child (highp 3-component vector of float)
|
||||
|
|
@ -49,20 +49,20 @@ ERROR: node is still EOpNull!
|
|||
0:44 vector-times-matrix (highp 3-component vector of float)
|
||||
0:44 'c' (layout(location=7 ) in highp 3-component vector of float)
|
||||
0:44 N1: direct index for structure (layout(row_major std140 ) highp 3X3 matrix of float)
|
||||
0:44 'tblock' (layout(row_major std140 ) uniform block)
|
||||
0:44 'tblock' (layout(row_major std140 ) uniform block{M1,M2,N1,badf,badg})
|
||||
0:44 Constant:
|
||||
0:44 2 (const int)
|
||||
0:? Linker Objects
|
||||
0:? 'c' (layout(location=7 ) in highp 3-component vector of float)
|
||||
0:? 'p' (layout(location=3 ) in highp 4-component vector of float)
|
||||
0:? 'q' (layout(location=9 ) in 4-element array of highp 4-component vector of float)
|
||||
0:? 'r' (layout(location=10 ) in 4-element array of structure)
|
||||
0:? 'r' (layout(location=10 ) in 4-element array of structure{v})
|
||||
0:? 'pos' (smooth out highp 4-component vector of float)
|
||||
0:? 'color' (smooth out highp 3-component vector of float)
|
||||
0:? 'badm4' (layout(column_major shared ) uniform highp 4X4 matrix of float)
|
||||
0:? 'tblock' (layout(row_major std140 ) uniform block)
|
||||
0:? '__anon__0' (layout(row_major shared ) uniform block)
|
||||
0:? '__anon__2' (out block)
|
||||
0:? 'tblock' (layout(row_major std140 ) uniform block{M1,M2,N1,badf,badg})
|
||||
0:? '__anon__0' (layout(row_major shared ) uniform block{b,t2m})
|
||||
0:? '__anon__2' (out block{f})
|
||||
0:? 'badoutA' (layout(location=10 ) smooth out highp 4-component vector of float)
|
||||
0:? 'compute_only' (shared highp 4-component vector of float)
|
||||
0:? 'gl_VertexID' (gl_VertexId highp int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue