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

@@ -78,33 +78,33 @@ ERROR: 72 compilation errors. No code generated.
Shader version: 310
local_size = (2, 1, 4096)
ERROR: node is still EOpNull!
0:27 Function Definition: main( (void)
0:27 Function Definition: main( (global void)
0:27 Function Parameters:
0:29 Sequence
0:29 Barrier (void)
0:30 MemoryBarrier (void)
0:31 MemoryBarrierAtomicCounter (void)
0:32 MemoryBarrierBuffer (void)
0:33 MemoryBarrierShared (void)
0:34 MemoryBarrierImage (void)
0:35 GroupMemoryBarrier (void)
0:36 move second child to first child (highp int)
0:29 Barrier (global void)
0:30 MemoryBarrier (global void)
0:31 MemoryBarrierAtomicCounter (global void)
0:32 MemoryBarrierBuffer (global void)
0:33 MemoryBarrierShared (global void)
0:34 MemoryBarrierImage (global void)
0:35 GroupMemoryBarrier (global void)
0:36 move second child to first child (temp highp int)
0:36 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:36 'anon@0' (layout(column_major shared ) buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:36 Constant:
0:36 0 (const uint)
0:36 Convert float to int (highp int)
0:36 indirect index (layout(column_major shared ) highp float)
0:36 Convert float to int (temp highp int)
0:36 indirect index (layout(column_major shared ) temp highp float)
0:36 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:36 'anon@0' (layout(column_major shared ) buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:36 Constant:
0:36 1 (const uint)
0:36 'gl_LocalInvocationIndex' (in highp uint)
0:59 Function Definition: foo( (void)
0:59 Function Definition: foo( (global void)
0:59 Function Parameters:
0:61 Sequence
0:61 move second child to first child (highp float)
0:61 direct index (layout(column_major shared ) highp float)
0:61 move second child to first child (temp highp float)
0:61 direct index (layout(column_major shared ) temp highp float)
0:61 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:61 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:61 Constant:
@@ -113,19 +113,19 @@ ERROR: node is still EOpNull!
0:61 2 (const int)
0:61 Constant:
0:61 4.700000
0:62 array length (highp int)
0:62 array length (temp highp int)
0:62 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:62 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:62 Constant:
0:62 1 (const int)
0:63 Pre-Increment (highp 4-component vector of float)
0:63 Pre-Increment (temp highp 4-component vector of float)
0:63 's' (shared highp 4-component vector of float)
0:84 Function Definition: qux( (void)
0:84 Function Definition: qux( (global void)
0:84 Function Parameters:
0:86 Sequence
0:86 Sequence
0:86 move second child to first child (highp int)
0:86 'i' (highp int)
0:86 move second child to first child (temp highp int)
0:86 'i' (temp highp int)
0:86 Constant:
0:86 4 (const int)
0:87 Constant:
@@ -137,123 +137,123 @@ ERROR: node is still EOpNull!
0:90 Constant:
0:90 0.000000
0:91 Sequence
0:91 move second child to first child (highp 4-component vector of int)
0:91 'pos' (highp 4-component vector of int)
0:91 Function Call: imageLoad(iI21;vi2; (highp 4-component vector of int)
0:91 move second child to first child (temp highp 4-component vector of int)
0:91 'pos' (temp highp 4-component vector of int)
0:91 Function Call: imageLoad(iI21;vi2; (global highp 4-component vector of int)
0:91 'iimg2D' (layout(r32i ) uniform highp iimage2D)
0:91 Construct ivec2 (2-component vector of int)
0:91 'i' (highp int)
0:91 'i' (highp int)
0:92 Function Call: imageStore(iIA21;vi3;vi4; (highp void)
0:91 Construct ivec2 (temp 2-component vector of int)
0:91 'i' (temp highp int)
0:91 'i' (temp highp int)
0:92 Function Call: imageStore(iIA21;vi3;vi4; (global highp void)
0:92 'ii2da' (writeonly uniform highp iimage2DArray)
0:92 Construct ivec3 (3-component vector of int)
0:92 'i' (highp int)
0:92 'i' (highp int)
0:92 'i' (highp int)
0:92 Construct ivec3 (temp 3-component vector of int)
0:92 'i' (temp highp int)
0:92 'i' (temp highp int)
0:92 'i' (temp highp int)
0:92 Constant:
0:92 0 (const int)
0:92 0 (const int)
0:92 0 (const int)
0:92 0 (const int)
0:93 Function Call: imageLoad(I21;vi2; (highp 4-component vector of float)
0:93 Function Call: imageLoad(I21;vi2; (global highp 4-component vector of float)
0:93 'img2Drgba' (layout(rgba32f ) readonly uniform lowp image2D)
0:93 Construct ivec2 (2-component vector of int)
0:93 'i' (highp int)
0:93 'i' (highp int)
0:94 Function Call: imageLoad(iIA21;vi3; (highp 4-component vector of int)
0:93 Construct ivec2 (temp 2-component vector of int)
0:93 'i' (temp highp int)
0:93 'i' (temp highp int)
0:94 Function Call: imageLoad(iIA21;vi3; (global highp 4-component vector of int)
0:94 'ii2da' (writeonly uniform highp iimage2DArray)
0:94 Construct ivec3 (3-component vector of int)
0:94 'i' (highp int)
0:94 'i' (highp int)
0:94 'i' (highp int)
0:100 Function Definition: passr(iI21; (void)
0:94 Construct ivec3 (temp 3-component vector of int)
0:94 'i' (temp highp int)
0:94 'i' (temp highp int)
0:94 'i' (temp highp int)
0:100 Function Definition: passr(iI21; (global void)
0:100 Function Parameters:
0:100 'image' (coherent readonly in highp iimage2D)
0:107 Function Definition: passrc( (void)
0:107 Function Definition: passrc( (global void)
0:107 Function Parameters:
0:109 Sequence
0:109 Function Call: passr(iI21; (void)
0:109 Function Call: passr(iI21; (global void)
0:109 'qualim1' (layout(r32i ) coherent readonly uniform highp iimage2D)
0:110 Function Call: passr(iI21; (void)
0:110 Function Call: passr(iI21; (global void)
0:110 'qualim2' (layout(r32i ) coherent restrict readonly uniform highp iimage2D)
0:111 Function Call: passr(iI21; (void)
0:111 Function Call: passr(iI21; (global void)
0:111 'iimg2D' (layout(r32i ) uniform highp iimage2D)
0:123 Function Definition: func(au1; (highp uint)
0:123 Function Definition: func(au1; (global highp uint)
0:123 Function Parameters:
0:123 'c' (in highp atomic_uint)
0:125 Sequence
0:125 Branch: Return with expression
0:125 Function Call: atomicCounterIncrement(au1; (highp uint)
0:125 Function Call: atomicCounterIncrement(au1; (global highp uint)
0:125 'c' (in highp atomic_uint)
0:128 Function Definition: func2(au1; (highp uint)
0:128 Function Definition: func2(au1; (global highp uint)
0:128 Function Parameters:
0:128 'c' (out highp atomic_uint)
0:130 Sequence
0:130 Branch: Return with expression
0:130 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:131 Branch: Return with expression
0:131 Function Call: atomicCounter(au1; (highp uint)
0:131 Function Call: atomicCounter(au1; (global highp uint)
0:131 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:134 Function Definition: mainAC( (void)
0:134 Function Definition: mainAC( (global void)
0:134 Function Parameters:
0:? Sequence
0:137 Sequence
0:137 move second child to first child (highp uint)
0:137 'val' (highp uint)
0:137 Function Call: atomicCounter(au1; (highp uint)
0:137 move second child to first child (temp highp uint)
0:137 'val' (temp highp uint)
0:137 Function Call: atomicCounter(au1; (global highp uint)
0:137 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:138 Function Call: atomicCounterDecrement(au1; (highp uint)
0:138 Function Call: atomicCounterDecrement(au1; (global highp uint)
0:138 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:146 Function Definition: opac( (void)
0:146 Function Definition: opac( (global void)
0:146 Function Parameters:
0:? Sequence
0:149 indirect index (highp int)
0:149 'a' (3-element array of highp int)
0:149 indirect index (temp highp int)
0:149 'a' (temp 3-element array of highp int)
0:149 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:150 direct index (layout(binding=2 offset=4 ) highp atomic_uint)
0:150 direct index (layout(binding=2 offset=4 ) temp highp atomic_uint)
0:150 'countArr' (layout(binding=2 offset=4 ) uniform 4-element array of highp atomic_uint)
0:150 Constant:
0:150 2 (const int)
0:151 indirect index (layout(binding=2 offset=4 ) highp atomic_uint)
0:151 indirect index (layout(binding=2 offset=4 ) temp highp atomic_uint)
0:151 'countArr' (layout(binding=2 offset=4 ) uniform 4-element array of highp atomic_uint)
0:151 'i' (uniform highp int)
0:157 Function Definition: atoms( (void)
0:157 Function Definition: atoms( (global void)
0:157 Function Parameters:
0:159 Sequence
0:159 Sequence
0:159 move second child to first child (highp int)
0:159 'origi' (highp int)
0:159 Function Call: atomicAdd(i1;i1; (highp int)
0:159 move second child to first child (temp highp int)
0:159 'origi' (temp highp int)
0:159 Function Call: atomicAdd(i1;i1; (global highp int)
0:159 'atomi' (shared highp int)
0:159 Constant:
0:159 3 (const int)
0:160 Sequence
0:160 move second child to first child (highp uint)
0:160 'origu' (highp uint)
0:160 Function Call: atomicAnd(u1;u1; (highp uint)
0:160 move second child to first child (temp highp uint)
0:160 'origu' (temp highp uint)
0:160 Function Call: atomicAnd(u1;u1; (global highp uint)
0:160 'atomu' (shared highp uint)
0:160 Constant:
0:160 7 (const uint)
0:161 move second child to first child (highp int)
0:161 'origi' (highp int)
0:161 Function Call: atomicExchange(i1;i1; (highp int)
0:161 move second child to first child (temp highp int)
0:161 'origi' (temp highp int)
0:161 Function Call: atomicExchange(i1;i1; (global highp int)
0:161 'atomi' (shared highp int)
0:161 Constant:
0:161 4 (const int)
0:162 move second child to first child (highp uint)
0:162 'origu' (highp uint)
0:162 Function Call: atomicCompSwap(u1;u1;u1; (highp uint)
0:162 move second child to first child (temp highp uint)
0:162 'origu' (temp highp uint)
0:162 Function Call: atomicCompSwap(u1;u1;u1; (global highp uint)
0:162 'atomu' (shared highp uint)
0:162 Constant:
0:162 10 (const uint)
0:162 Constant:
0:162 8 (const uint)
0:191 Function Definition: foowo( (void)
0:191 Function Definition: foowo( (global void)
0:191 Function Parameters:
0:? Sequence
0:194 move second child to first child (highp float)
0:194 'g' (highp float)
0:194 direct index (layout(column_major shared ) highp float)
0:194 move second child to first child (temp highp float)
0:194 'g' (temp highp float)
0:194 direct index (layout(column_major shared ) temp highp float)
0:194 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:194 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:194 Constant:
@@ -261,67 +261,67 @@ ERROR: node is still EOpNull!
0:194 Constant:
0:194 2 (const int)
0:195 Sequence
0:195 move second child to first child (highp float)
0:195 'f' (highp float)
0:195 direct index (layout(column_major shared ) highp float)
0:195 move second child to first child (temp highp float)
0:195 'f' (temp highp float)
0:195 direct index (layout(column_major shared ) temp highp float)
0:195 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:195 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:195 Constant:
0:195 1 (const int)
0:195 Constant:
0:195 2 (const int)
0:196 Pre-Increment (highp float)
0:196 direct index (layout(column_major shared ) highp float)
0:196 Pre-Increment (temp highp float)
0:196 direct index (layout(column_major shared ) temp highp float)
0:196 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:196 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:196 Constant:
0:196 1 (const int)
0:196 Constant:
0:196 2 (const int)
0:197 Post-Decrement (highp float)
0:197 direct index (layout(column_major shared ) highp float)
0:197 Post-Decrement (temp highp float)
0:197 direct index (layout(column_major shared ) temp highp float)
0:197 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:197 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:197 Constant:
0:197 1 (const int)
0:197 Constant:
0:197 2 (const int)
0:198 add (highp float)
0:198 'f' (highp float)
0:198 direct index (layout(column_major shared ) highp float)
0:198 add (temp highp float)
0:198 'f' (temp highp float)
0:198 direct index (layout(column_major shared ) temp highp float)
0:198 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:198 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:198 Constant:
0:198 1 (const int)
0:198 Constant:
0:198 2 (const int)
0:199 subtract (highp float)
0:199 direct index (layout(column_major shared ) highp float)
0:199 subtract (temp highp float)
0:199 direct index (layout(column_major shared ) temp highp float)
0:199 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:199 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:199 Constant:
0:199 1 (const int)
0:199 Constant:
0:199 2 (const int)
0:199 'f' (highp float)
0:201 Test condition and select (highp float)
0:199 'f' (temp highp float)
0:201 Test condition and select (temp highp float)
0:201 Condition
0:201 'b' (bool)
0:201 'b' (temp bool)
0:201 true case
0:201 'f' (highp float)
0:201 'f' (temp highp float)
0:201 false case
0:201 direct index (layout(column_major shared ) highp float)
0:201 direct index (layout(column_major shared ) temp highp float)
0:201 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:201 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:201 Constant:
0:201 1 (const int)
0:201 Constant:
0:201 2 (const int)
0:202 Test condition and select (layout(column_major shared ) highp float)
0:202 Test condition and select (layout(column_major shared ) temp highp float)
0:202 Condition
0:202 'b' (bool)
0:202 'b' (temp bool)
0:202 true case
0:202 direct index (layout(column_major shared ) highp float)
0:202 direct index (layout(column_major shared ) temp highp float)
0:202 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:202 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:202 Constant:
@@ -329,12 +329,12 @@ ERROR: node is still EOpNull!
0:202 Constant:
0:202 2 (const int)
0:202 false case
0:202 'f' (highp float)
0:203 Test condition and select (void)
0:202 'f' (temp highp float)
0:203 Test condition and select (temp void)
0:203 Condition
0:203 Compare Equal (bool)
0:203 'f' (highp float)
0:203 direct index (layout(column_major shared ) highp float)
0:203 Compare Equal (temp bool)
0:203 'f' (temp highp float)
0:203 direct index (layout(column_major shared ) temp highp float)
0:203 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:203 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:203 Constant:
@@ -342,13 +342,13 @@ ERROR: node is still EOpNull!
0:203 Constant:
0:203 2 (const int)
0:203 true case
0:204 Pre-Increment (highp float)
0:204 'f' (highp float)
0:205 Test condition and select (void)
0:204 Pre-Increment (temp highp float)
0:204 'f' (temp highp float)
0:205 Test condition and select (temp void)
0:205 Condition
0:205 Compare Greater Than or Equal (bool)
0:205 'f' (highp float)
0:205 direct index (layout(column_major shared ) highp float)
0:205 Compare Greater Than or Equal (temp bool)
0:205 'f' (temp highp float)
0:205 direct index (layout(column_major shared ) temp highp float)
0:205 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:205 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:205 Constant:
@@ -356,13 +356,13 @@ ERROR: node is still EOpNull!
0:205 Constant:
0:205 2 (const int)
0:205 true case
0:206 Pre-Increment (highp float)
0:206 'f' (highp float)
0:207 move second child to first child (highp float)
0:207 'f' (highp float)
0:207 direct index (highp float)
0:207 Construct vec3 (highp 3-component vector of float)
0:207 direct index (layout(column_major shared ) highp float)
0:206 Pre-Increment (temp highp float)
0:206 'f' (temp highp float)
0:207 move second child to first child (temp highp float)
0:207 'f' (temp highp float)
0:207 direct index (temp highp float)
0:207 Construct vec3 (temp highp 3-component vector of float)
0:207 direct index (layout(column_major shared ) temp highp float)
0:207 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:207 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:207 Constant:
@@ -371,13 +371,13 @@ ERROR: node is still EOpNull!
0:207 2 (const int)
0:207 Constant:
0:207 0 (const int)
0:208 Bitwise not (highp int)
0:208 Bitwise not (temp highp int)
0:208 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:208 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:208 Constant:
0:208 0 (const int)
0:209 move second child to first child (highp float)
0:209 direct index (layout(column_major shared ) highp float)
0:209 move second child to first child (temp highp float)
0:209 direct index (layout(column_major shared ) temp highp float)
0:209 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:209 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:209 Constant:
@@ -386,25 +386,25 @@ ERROR: node is still EOpNull!
0:209 2 (const int)
0:209 Constant:
0:209 3.400000
0:218 Function Definition: foomultio( (void)
0:218 Function Definition: foomultio( (global void)
0:218 Function Parameters:
0:? Sequence
0:221 move second child to first child (highp float)
0:221 'g' (highp float)
0:221 direct index (layout(column_major shared ) highp float)
0:221 move second child to first child (temp highp float)
0:221 'g' (temp highp float)
0:221 direct index (layout(column_major shared ) temp highp float)
0:221 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:221 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:221 Constant:
0:221 1 (const int)
0:221 Constant:
0:221 2 (const int)
0:222 Bitwise not (highp int)
0:222 Bitwise not (temp highp int)
0:222 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:222 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:222 Constant:
0:222 0 (const int)
0:223 move second child to first child (highp float)
0:223 direct index (layout(column_major shared ) highp float)
0:223 move second child to first child (temp highp float)
0:223 direct index (layout(column_major shared ) temp highp float)
0:223 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:223 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:223 Constant:
@@ -413,7 +413,7 @@ ERROR: node is still EOpNull!
0:223 2 (const int)
0:223 Constant:
0:223 3.400000
0:224 move second child to first child (highp int)
0:224 move second child to first child (temp highp int)
0:224 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:224 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:224 Constant:
@@ -435,9 +435,9 @@ ERROR: node is still EOpNull!
0:? 's' (shared highp 4-component vector of float)
0:? 'sl' (layout(location=2 ) shared highp 4-component vector of float)
0:? 'fs' (shared highp float)
0:? 'arrX' (2-element array of highp int)
0:? 'arrY' (1-element array of highp int)
0:? 'arrZ' (4096-element array of highp int)
0:? 'arrX' (global 2-element array of highp int)
0:? 'arrY' (global 1-element array of highp int)
0:? 'arrZ' (global 4096-element array of highp int)
0:? 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:? 'v' (buffer highp 4-component vector of float)
0:? 'us2dbad' (uniform mediump usampler2D)
@@ -448,8 +448,8 @@ ERROR: node is still EOpNull!
0:? 'iimg2Drgba' (layout(rgba32i ) readonly uniform highp iimage2D)
0:? 'img2Drgba' (layout(rgba32f ) readonly uniform lowp image2D)
0:? 'uimg2D' (layout(r32ui ) uniform highp uimage2D)
0:? 'vol' (volatile highp float)
0:? 'vol2' (readonly highp int)
0:? 'vol' (volatile temp highp float)
0:? 'vol2' (readonly temp highp int)
0:? 'qualim1' (layout(r32i ) coherent readonly uniform highp iimage2D)
0:? 'qualim2' (layout(r32i ) coherent restrict readonly uniform highp iimage2D)
0:? 'i1bad' (layout(rg8i ) readonly uniform highp uimage2D)
@@ -464,8 +464,8 @@ ERROR: node is still EOpNull!
0:? 'i' (uniform highp int)
0:? 'atomi' (shared highp int)
0:? 'atomu' (shared highp uint)
0:? 'pfoo' (highp int)
0:? 'dm' (2X4 matrix of double)
0:? 'pfoo' (temp highp int)
0:? 'dm' (global 2X4 matrix of double)
0:? 'sca' (uniform mediump samplerCubeArray)
0:? 'i2dr' (uniform mediump iimage2DRect)
0:? 'i2dms' (uniform lowp image2DMS)
@@ -487,33 +487,33 @@ Linked compute stage:
Shader version: 310
local_size = (2, 1, 4096)
ERROR: node is still EOpNull!
0:27 Function Definition: main( (void)
0:27 Function Definition: main( (global void)
0:27 Function Parameters:
0:29 Sequence
0:29 Barrier (void)
0:30 MemoryBarrier (void)
0:31 MemoryBarrierAtomicCounter (void)
0:32 MemoryBarrierBuffer (void)
0:33 MemoryBarrierShared (void)
0:34 MemoryBarrierImage (void)
0:35 GroupMemoryBarrier (void)
0:36 move second child to first child (highp int)
0:29 Barrier (global void)
0:30 MemoryBarrier (global void)
0:31 MemoryBarrierAtomicCounter (global void)
0:32 MemoryBarrierBuffer (global void)
0:33 MemoryBarrierShared (global void)
0:34 MemoryBarrierImage (global void)
0:35 GroupMemoryBarrier (global void)
0:36 move second child to first child (temp highp int)
0:36 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:36 'anon@0' (layout(column_major shared ) buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:36 Constant:
0:36 0 (const uint)
0:36 Convert float to int (highp int)
0:36 indirect index (layout(column_major shared ) highp float)
0:36 Convert float to int (temp highp int)
0:36 indirect index (layout(column_major shared ) temp highp float)
0:36 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:36 'anon@0' (layout(column_major shared ) buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:36 Constant:
0:36 1 (const uint)
0:36 'gl_LocalInvocationIndex' (in highp uint)
0:59 Function Definition: foo( (void)
0:59 Function Definition: foo( (global void)
0:59 Function Parameters:
0:61 Sequence
0:61 move second child to first child (highp float)
0:61 direct index (layout(column_major shared ) highp float)
0:61 move second child to first child (temp highp float)
0:61 direct index (layout(column_major shared ) temp highp float)
0:61 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:61 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:61 Constant:
@@ -522,19 +522,19 @@ ERROR: node is still EOpNull!
0:61 2 (const int)
0:61 Constant:
0:61 4.700000
0:62 array length (highp int)
0:62 array length (temp highp int)
0:62 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:62 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:62 Constant:
0:62 1 (const int)
0:63 Pre-Increment (highp 4-component vector of float)
0:63 Pre-Increment (temp highp 4-component vector of float)
0:63 's' (shared highp 4-component vector of float)
0:84 Function Definition: qux( (void)
0:84 Function Definition: qux( (global void)
0:84 Function Parameters:
0:86 Sequence
0:86 Sequence
0:86 move second child to first child (highp int)
0:86 'i' (highp int)
0:86 move second child to first child (temp highp int)
0:86 'i' (temp highp int)
0:86 Constant:
0:86 4 (const int)
0:87 Constant:
@@ -546,123 +546,123 @@ ERROR: node is still EOpNull!
0:90 Constant:
0:90 0.000000
0:91 Sequence
0:91 move second child to first child (highp 4-component vector of int)
0:91 'pos' (highp 4-component vector of int)
0:91 Function Call: imageLoad(iI21;vi2; (highp 4-component vector of int)
0:91 move second child to first child (temp highp 4-component vector of int)
0:91 'pos' (temp highp 4-component vector of int)
0:91 Function Call: imageLoad(iI21;vi2; (global highp 4-component vector of int)
0:91 'iimg2D' (layout(r32i ) uniform highp iimage2D)
0:91 Construct ivec2 (2-component vector of int)
0:91 'i' (highp int)
0:91 'i' (highp int)
0:92 Function Call: imageStore(iIA21;vi3;vi4; (highp void)
0:91 Construct ivec2 (temp 2-component vector of int)
0:91 'i' (temp highp int)
0:91 'i' (temp highp int)
0:92 Function Call: imageStore(iIA21;vi3;vi4; (global highp void)
0:92 'ii2da' (writeonly uniform highp iimage2DArray)
0:92 Construct ivec3 (3-component vector of int)
0:92 'i' (highp int)
0:92 'i' (highp int)
0:92 'i' (highp int)
0:92 Construct ivec3 (temp 3-component vector of int)
0:92 'i' (temp highp int)
0:92 'i' (temp highp int)
0:92 'i' (temp highp int)
0:92 Constant:
0:92 0 (const int)
0:92 0 (const int)
0:92 0 (const int)
0:92 0 (const int)
0:93 Function Call: imageLoad(I21;vi2; (highp 4-component vector of float)
0:93 Function Call: imageLoad(I21;vi2; (global highp 4-component vector of float)
0:93 'img2Drgba' (layout(rgba32f ) readonly uniform lowp image2D)
0:93 Construct ivec2 (2-component vector of int)
0:93 'i' (highp int)
0:93 'i' (highp int)
0:94 Function Call: imageLoad(iIA21;vi3; (highp 4-component vector of int)
0:93 Construct ivec2 (temp 2-component vector of int)
0:93 'i' (temp highp int)
0:93 'i' (temp highp int)
0:94 Function Call: imageLoad(iIA21;vi3; (global highp 4-component vector of int)
0:94 'ii2da' (writeonly uniform highp iimage2DArray)
0:94 Construct ivec3 (3-component vector of int)
0:94 'i' (highp int)
0:94 'i' (highp int)
0:94 'i' (highp int)
0:100 Function Definition: passr(iI21; (void)
0:94 Construct ivec3 (temp 3-component vector of int)
0:94 'i' (temp highp int)
0:94 'i' (temp highp int)
0:94 'i' (temp highp int)
0:100 Function Definition: passr(iI21; (global void)
0:100 Function Parameters:
0:100 'image' (coherent readonly in highp iimage2D)
0:107 Function Definition: passrc( (void)
0:107 Function Definition: passrc( (global void)
0:107 Function Parameters:
0:109 Sequence
0:109 Function Call: passr(iI21; (void)
0:109 Function Call: passr(iI21; (global void)
0:109 'qualim1' (layout(r32i ) coherent readonly uniform highp iimage2D)
0:110 Function Call: passr(iI21; (void)
0:110 Function Call: passr(iI21; (global void)
0:110 'qualim2' (layout(r32i ) coherent restrict readonly uniform highp iimage2D)
0:111 Function Call: passr(iI21; (void)
0:111 Function Call: passr(iI21; (global void)
0:111 'iimg2D' (layout(r32i ) uniform highp iimage2D)
0:123 Function Definition: func(au1; (highp uint)
0:123 Function Definition: func(au1; (global highp uint)
0:123 Function Parameters:
0:123 'c' (in highp atomic_uint)
0:125 Sequence
0:125 Branch: Return with expression
0:125 Function Call: atomicCounterIncrement(au1; (highp uint)
0:125 Function Call: atomicCounterIncrement(au1; (global highp uint)
0:125 'c' (in highp atomic_uint)
0:128 Function Definition: func2(au1; (highp uint)
0:128 Function Definition: func2(au1; (global highp uint)
0:128 Function Parameters:
0:128 'c' (out highp atomic_uint)
0:130 Sequence
0:130 Branch: Return with expression
0:130 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:131 Branch: Return with expression
0:131 Function Call: atomicCounter(au1; (highp uint)
0:131 Function Call: atomicCounter(au1; (global highp uint)
0:131 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:134 Function Definition: mainAC( (void)
0:134 Function Definition: mainAC( (global void)
0:134 Function Parameters:
0:? Sequence
0:137 Sequence
0:137 move second child to first child (highp uint)
0:137 'val' (highp uint)
0:137 Function Call: atomicCounter(au1; (highp uint)
0:137 move second child to first child (temp highp uint)
0:137 'val' (temp highp uint)
0:137 Function Call: atomicCounter(au1; (global highp uint)
0:137 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:138 Function Call: atomicCounterDecrement(au1; (highp uint)
0:138 Function Call: atomicCounterDecrement(au1; (global highp uint)
0:138 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:146 Function Definition: opac( (void)
0:146 Function Definition: opac( (global void)
0:146 Function Parameters:
0:? Sequence
0:149 indirect index (highp int)
0:149 'a' (3-element array of highp int)
0:149 indirect index (temp highp int)
0:149 'a' (temp 3-element array of highp int)
0:149 'counter' (layout(binding=0 offset=0 ) uniform highp atomic_uint)
0:150 direct index (layout(binding=2 offset=4 ) highp atomic_uint)
0:150 direct index (layout(binding=2 offset=4 ) temp highp atomic_uint)
0:150 'countArr' (layout(binding=2 offset=4 ) uniform 4-element array of highp atomic_uint)
0:150 Constant:
0:150 2 (const int)
0:151 indirect index (layout(binding=2 offset=4 ) highp atomic_uint)
0:151 indirect index (layout(binding=2 offset=4 ) temp highp atomic_uint)
0:151 'countArr' (layout(binding=2 offset=4 ) uniform 4-element array of highp atomic_uint)
0:151 'i' (uniform highp int)
0:157 Function Definition: atoms( (void)
0:157 Function Definition: atoms( (global void)
0:157 Function Parameters:
0:159 Sequence
0:159 Sequence
0:159 move second child to first child (highp int)
0:159 'origi' (highp int)
0:159 Function Call: atomicAdd(i1;i1; (highp int)
0:159 move second child to first child (temp highp int)
0:159 'origi' (temp highp int)
0:159 Function Call: atomicAdd(i1;i1; (global highp int)
0:159 'atomi' (shared highp int)
0:159 Constant:
0:159 3 (const int)
0:160 Sequence
0:160 move second child to first child (highp uint)
0:160 'origu' (highp uint)
0:160 Function Call: atomicAnd(u1;u1; (highp uint)
0:160 move second child to first child (temp highp uint)
0:160 'origu' (temp highp uint)
0:160 Function Call: atomicAnd(u1;u1; (global highp uint)
0:160 'atomu' (shared highp uint)
0:160 Constant:
0:160 7 (const uint)
0:161 move second child to first child (highp int)
0:161 'origi' (highp int)
0:161 Function Call: atomicExchange(i1;i1; (highp int)
0:161 move second child to first child (temp highp int)
0:161 'origi' (temp highp int)
0:161 Function Call: atomicExchange(i1;i1; (global highp int)
0:161 'atomi' (shared highp int)
0:161 Constant:
0:161 4 (const int)
0:162 move second child to first child (highp uint)
0:162 'origu' (highp uint)
0:162 Function Call: atomicCompSwap(u1;u1;u1; (highp uint)
0:162 move second child to first child (temp highp uint)
0:162 'origu' (temp highp uint)
0:162 Function Call: atomicCompSwap(u1;u1;u1; (global highp uint)
0:162 'atomu' (shared highp uint)
0:162 Constant:
0:162 10 (const uint)
0:162 Constant:
0:162 8 (const uint)
0:191 Function Definition: foowo( (void)
0:191 Function Definition: foowo( (global void)
0:191 Function Parameters:
0:? Sequence
0:194 move second child to first child (highp float)
0:194 'g' (highp float)
0:194 direct index (layout(column_major shared ) highp float)
0:194 move second child to first child (temp highp float)
0:194 'g' (temp highp float)
0:194 direct index (layout(column_major shared ) temp highp float)
0:194 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:194 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:194 Constant:
@@ -670,67 +670,67 @@ ERROR: node is still EOpNull!
0:194 Constant:
0:194 2 (const int)
0:195 Sequence
0:195 move second child to first child (highp float)
0:195 'f' (highp float)
0:195 direct index (layout(column_major shared ) highp float)
0:195 move second child to first child (temp highp float)
0:195 'f' (temp highp float)
0:195 direct index (layout(column_major shared ) temp highp float)
0:195 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:195 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:195 Constant:
0:195 1 (const int)
0:195 Constant:
0:195 2 (const int)
0:196 Pre-Increment (highp float)
0:196 direct index (layout(column_major shared ) highp float)
0:196 Pre-Increment (temp highp float)
0:196 direct index (layout(column_major shared ) temp highp float)
0:196 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:196 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:196 Constant:
0:196 1 (const int)
0:196 Constant:
0:196 2 (const int)
0:197 Post-Decrement (highp float)
0:197 direct index (layout(column_major shared ) highp float)
0:197 Post-Decrement (temp highp float)
0:197 direct index (layout(column_major shared ) temp highp float)
0:197 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:197 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:197 Constant:
0:197 1 (const int)
0:197 Constant:
0:197 2 (const int)
0:198 add (highp float)
0:198 'f' (highp float)
0:198 direct index (layout(column_major shared ) highp float)
0:198 add (temp highp float)
0:198 'f' (temp highp float)
0:198 direct index (layout(column_major shared ) temp highp float)
0:198 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:198 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:198 Constant:
0:198 1 (const int)
0:198 Constant:
0:198 2 (const int)
0:199 subtract (highp float)
0:199 direct index (layout(column_major shared ) highp float)
0:199 subtract (temp highp float)
0:199 direct index (layout(column_major shared ) temp highp float)
0:199 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:199 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:199 Constant:
0:199 1 (const int)
0:199 Constant:
0:199 2 (const int)
0:199 'f' (highp float)
0:201 Test condition and select (highp float)
0:199 'f' (temp highp float)
0:201 Test condition and select (temp highp float)
0:201 Condition
0:201 'b' (bool)
0:201 'b' (temp bool)
0:201 true case
0:201 'f' (highp float)
0:201 'f' (temp highp float)
0:201 false case
0:201 direct index (layout(column_major shared ) highp float)
0:201 direct index (layout(column_major shared ) temp highp float)
0:201 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:201 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:201 Constant:
0:201 1 (const int)
0:201 Constant:
0:201 2 (const int)
0:202 Test condition and select (layout(column_major shared ) highp float)
0:202 Test condition and select (layout(column_major shared ) temp highp float)
0:202 Condition
0:202 'b' (bool)
0:202 'b' (temp bool)
0:202 true case
0:202 direct index (layout(column_major shared ) highp float)
0:202 direct index (layout(column_major shared ) temp highp float)
0:202 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:202 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:202 Constant:
@@ -738,12 +738,12 @@ ERROR: node is still EOpNull!
0:202 Constant:
0:202 2 (const int)
0:202 false case
0:202 'f' (highp float)
0:203 Test condition and select (void)
0:202 'f' (temp highp float)
0:203 Test condition and select (temp void)
0:203 Condition
0:203 Compare Equal (bool)
0:203 'f' (highp float)
0:203 direct index (layout(column_major shared ) highp float)
0:203 Compare Equal (temp bool)
0:203 'f' (temp highp float)
0:203 direct index (layout(column_major shared ) temp highp float)
0:203 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:203 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:203 Constant:
@@ -751,13 +751,13 @@ ERROR: node is still EOpNull!
0:203 Constant:
0:203 2 (const int)
0:203 true case
0:204 Pre-Increment (highp float)
0:204 'f' (highp float)
0:205 Test condition and select (void)
0:204 Pre-Increment (temp highp float)
0:204 'f' (temp highp float)
0:205 Test condition and select (temp void)
0:205 Condition
0:205 Compare Greater Than or Equal (bool)
0:205 'f' (highp float)
0:205 direct index (layout(column_major shared ) highp float)
0:205 Compare Greater Than or Equal (temp bool)
0:205 'f' (temp highp float)
0:205 direct index (layout(column_major shared ) temp highp float)
0:205 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:205 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:205 Constant:
@@ -765,13 +765,13 @@ ERROR: node is still EOpNull!
0:205 Constant:
0:205 2 (const int)
0:205 true case
0:206 Pre-Increment (highp float)
0:206 'f' (highp float)
0:207 move second child to first child (highp float)
0:207 'f' (highp float)
0:207 direct index (highp float)
0:207 Construct vec3 (highp 3-component vector of float)
0:207 direct index (layout(column_major shared ) highp float)
0:206 Pre-Increment (temp highp float)
0:206 'f' (temp highp float)
0:207 move second child to first child (temp highp float)
0:207 'f' (temp highp float)
0:207 direct index (temp highp float)
0:207 Construct vec3 (temp highp 3-component vector of float)
0:207 direct index (layout(column_major shared ) temp highp float)
0:207 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:207 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:207 Constant:
@@ -780,13 +780,13 @@ ERROR: node is still EOpNull!
0:207 2 (const int)
0:207 Constant:
0:207 0 (const int)
0:208 Bitwise not (highp int)
0:208 Bitwise not (temp highp int)
0:208 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:208 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:208 Constant:
0:208 0 (const int)
0:209 move second child to first child (highp float)
0:209 direct index (layout(column_major shared ) highp float)
0:209 move second child to first child (temp highp float)
0:209 direct index (layout(column_major shared ) temp highp float)
0:209 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:209 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:209 Constant:
@@ -795,25 +795,25 @@ ERROR: node is still EOpNull!
0:209 2 (const int)
0:209 Constant:
0:209 3.400000
0:218 Function Definition: foomultio( (void)
0:218 Function Definition: foomultio( (global void)
0:218 Function Parameters:
0:? Sequence
0:221 move second child to first child (highp float)
0:221 'g' (highp float)
0:221 direct index (layout(column_major shared ) highp float)
0:221 move second child to first child (temp highp float)
0:221 'g' (temp highp float)
0:221 direct index (layout(column_major shared ) temp highp float)
0:221 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:221 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:221 Constant:
0:221 1 (const int)
0:221 Constant:
0:221 2 (const int)
0:222 Bitwise not (highp int)
0:222 Bitwise not (temp highp int)
0:222 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:222 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:222 Constant:
0:222 0 (const int)
0:223 move second child to first child (highp float)
0:223 direct index (layout(column_major shared ) highp float)
0:223 move second child to first child (temp highp float)
0:223 direct index (layout(column_major shared ) temp highp float)
0:223 values: direct index for structure (layout(column_major shared ) buffer implicitly-sized array of highp float)
0:223 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:223 Constant:
@@ -822,7 +822,7 @@ ERROR: node is still EOpNull!
0:223 2 (const int)
0:223 Constant:
0:223 3.400000
0:224 move second child to first child (highp int)
0:224 move second child to first child (temp highp int)
0:224 value: direct index for structure (layout(column_major shared ) buffer highp int)
0:224 'wo' (layout(column_major shared ) writeonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:224 Constant:
@@ -844,9 +844,9 @@ ERROR: node is still EOpNull!
0:? 's' (shared highp 4-component vector of float)
0:? 'sl' (layout(location=2 ) shared highp 4-component vector of float)
0:? 'fs' (shared highp float)
0:? 'arrX' (2-element array of highp int)
0:? 'arrY' (1-element array of highp int)
0:? 'arrZ' (4096-element array of highp int)
0:? 'arrX' (global 2-element array of highp int)
0:? 'arrY' (global 1-element array of highp int)
0:? 'arrZ' (global 4096-element array of highp int)
0:? 'ro' (layout(column_major shared ) readonly buffer block{layout(column_major shared ) buffer highp int value, layout(column_major shared ) buffer implicitly-sized array of highp float values})
0:? 'v' (buffer highp 4-component vector of float)
0:? 'us2dbad' (uniform mediump usampler2D)
@@ -857,8 +857,8 @@ ERROR: node is still EOpNull!
0:? 'iimg2Drgba' (layout(rgba32i ) readonly uniform highp iimage2D)
0:? 'img2Drgba' (layout(rgba32f ) readonly uniform lowp image2D)
0:? 'uimg2D' (layout(r32ui ) uniform highp uimage2D)
0:? 'vol' (volatile highp float)
0:? 'vol2' (readonly highp int)
0:? 'vol' (volatile temp highp float)
0:? 'vol2' (readonly temp highp int)
0:? 'qualim1' (layout(r32i ) coherent readonly uniform highp iimage2D)
0:? 'qualim2' (layout(r32i ) coherent restrict readonly uniform highp iimage2D)
0:? 'i1bad' (layout(rg8i ) readonly uniform highp uimage2D)
@@ -873,8 +873,8 @@ ERROR: node is still EOpNull!
0:? 'i' (uniform highp int)
0:? 'atomi' (shared highp int)
0:? 'atomu' (shared highp uint)
0:? 'pfoo' (highp int)
0:? 'dm' (2X4 matrix of double)
0:? 'pfoo' (temp highp int)
0:? 'dm' (global 2X4 matrix of double)
0:? 'sca' (uniform mediump samplerCubeArray)
0:? 'i2dr' (uniform mediump iimage2DRect)
0:? 'i2dms' (uniform lowp image2DMS)