glslang: Correct global precision qualifiers to make the qualifier global instead of temp (local).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30975 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -266,29 +266,29 @@ ERROR: node is still EOpNull!
|
||||
0:84 'in4' (smooth in 4-component vector of float)
|
||||
0:89 move second child to first child (temp 2-component vector of float)
|
||||
0:89 'v2' (temp 2-component vector of float)
|
||||
0:89 Function Call: frexp(vf2;vi2; (temp 2-component vector of float)
|
||||
0:89 Function Call: frexp(vf2;vi2; (global 2-component vector of float)
|
||||
0:89 'v2' (temp 2-component vector of float)
|
||||
0:89 'i2' (temp 2-component vector of int)
|
||||
0:90 move second child to first child (temp 3-component vector of float)
|
||||
0:90 'v3' (temp 3-component vector of float)
|
||||
0:90 Function Call: ldexp(vf3;vi3; (temp 3-component vector of float)
|
||||
0:90 Function Call: ldexp(vf3;vi3; (global 3-component vector of float)
|
||||
0:90 'v3' (temp 3-component vector of float)
|
||||
0:90 'i3' (temp 3-component vector of int)
|
||||
0:92 move second child to first child (temp uint)
|
||||
0:92 'u1' (temp uint)
|
||||
0:92 Function Call: packUnorm4x8(vf4; (temp uint)
|
||||
0:92 Function Call: packUnorm4x8(vf4; (global uint)
|
||||
0:92 'v4' (temp 4-component vector of float)
|
||||
0:93 move second child to first child (temp uint)
|
||||
0:93 'u1' (temp uint)
|
||||
0:93 Function Call: packSnorm4x8(vf4; (temp uint)
|
||||
0:93 Function Call: packSnorm4x8(vf4; (global uint)
|
||||
0:93 'v4' (temp 4-component vector of float)
|
||||
0:94 move second child to first child (temp 4-component vector of float)
|
||||
0:94 'v4' (temp 4-component vector of float)
|
||||
0:94 Function Call: unpackUnorm4x8(u1; (temp 4-component vector of float)
|
||||
0:94 Function Call: unpackUnorm4x8(u1; (global 4-component vector of float)
|
||||
0:94 'u1' (temp uint)
|
||||
0:95 move second child to first child (temp 4-component vector of float)
|
||||
0:95 'v4' (temp 4-component vector of float)
|
||||
0:95 Function Call: unpackSnorm4x8(u1; (temp 4-component vector of float)
|
||||
0:95 Function Call: unpackSnorm4x8(u1; (global 4-component vector of float)
|
||||
0:95 'u1' (temp uint)
|
||||
0:99 move second child to first child (temp double)
|
||||
0:99 'd' (temp double)
|
||||
@@ -569,29 +569,29 @@ ERROR: node is still EOpNull!
|
||||
0:84 'in4' (smooth in 4-component vector of float)
|
||||
0:89 move second child to first child (temp 2-component vector of float)
|
||||
0:89 'v2' (temp 2-component vector of float)
|
||||
0:89 Function Call: frexp(vf2;vi2; (temp 2-component vector of float)
|
||||
0:89 Function Call: frexp(vf2;vi2; (global 2-component vector of float)
|
||||
0:89 'v2' (temp 2-component vector of float)
|
||||
0:89 'i2' (temp 2-component vector of int)
|
||||
0:90 move second child to first child (temp 3-component vector of float)
|
||||
0:90 'v3' (temp 3-component vector of float)
|
||||
0:90 Function Call: ldexp(vf3;vi3; (temp 3-component vector of float)
|
||||
0:90 Function Call: ldexp(vf3;vi3; (global 3-component vector of float)
|
||||
0:90 'v3' (temp 3-component vector of float)
|
||||
0:90 'i3' (temp 3-component vector of int)
|
||||
0:92 move second child to first child (temp uint)
|
||||
0:92 'u1' (temp uint)
|
||||
0:92 Function Call: packUnorm4x8(vf4; (temp uint)
|
||||
0:92 Function Call: packUnorm4x8(vf4; (global uint)
|
||||
0:92 'v4' (temp 4-component vector of float)
|
||||
0:93 move second child to first child (temp uint)
|
||||
0:93 'u1' (temp uint)
|
||||
0:93 Function Call: packSnorm4x8(vf4; (temp uint)
|
||||
0:93 Function Call: packSnorm4x8(vf4; (global uint)
|
||||
0:93 'v4' (temp 4-component vector of float)
|
||||
0:94 move second child to first child (temp 4-component vector of float)
|
||||
0:94 'v4' (temp 4-component vector of float)
|
||||
0:94 Function Call: unpackUnorm4x8(u1; (temp 4-component vector of float)
|
||||
0:94 Function Call: unpackUnorm4x8(u1; (global 4-component vector of float)
|
||||
0:94 'u1' (temp uint)
|
||||
0:95 move second child to first child (temp 4-component vector of float)
|
||||
0:95 'v4' (temp 4-component vector of float)
|
||||
0:95 Function Call: unpackSnorm4x8(u1; (temp 4-component vector of float)
|
||||
0:95 Function Call: unpackSnorm4x8(u1; (global 4-component vector of float)
|
||||
0:95 'u1' (temp uint)
|
||||
0:99 move second child to first child (temp double)
|
||||
0:99 'd' (temp double)
|
||||
|
||||
Reference in New Issue
Block a user