aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/newTexture.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-09-28 04:02:08 +0000
committerJohn Kessenich <cepheus@frii.com>2013-09-28 04:02:08 +0000
commitf2ee3dd46a24f2203653cfd74136d0b07ace928c (patch)
tree4e12aa88a240946b1c87ee6a1948c8ecc88330b8 /Test/baseResults/newTexture.frag.out
parentb3345c422d0bb166f9df6886e831ef416c382828 (diff)
downloadglslang-f2ee3dd46a24f2203653cfd74136d0b07ace928c.tar.gz
Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers.
This included - encapsulating aggregate constants - removal of constant-aggregate comparison algorithms, instead using a flattened and direct std::vector comparison - adding structure type comparison for independently declared structures that still might match types git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23274 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/newTexture.frag.out')
-rw-r--r--Test/baseResults/newTexture.frag.out27
1 files changed, 18 insertions, 9 deletions
diff --git a/Test/baseResults/newTexture.frag.out b/Test/baseResults/newTexture.frag.out
index 8bb8a418..40613b1d 100644
--- a/Test/baseResults/newTexture.frag.out
+++ b/Test/baseResults/newTexture.frag.out
@@ -18,11 +18,13 @@
0:38 Function Call: textureLod(sA21;vf3;f1; (4-component vector of float)
0:38 's2DArray' (uniform sampler2DArray)
0:38 'c3D' (smooth in 3-component vector of float)
-0:38 1.200000
+0:38 Constant:
+0:38 1.200000
0:39 add second child into first child (float)
0:39 direct index (float)
0:39 'v' (4-component vector of float)
-0:39 1 (const int)
+0:39 Constant:
+0:39 1 (const int)
0:39 Function Call: textureOffset(sS21;vf3;vi2;f1; (float)
0:39 's2DShadow' (uniform sampler2DShadow)
0:39 'c3D' (smooth in 3-component vector of float)
@@ -39,12 +41,14 @@
0:41 Function Call: texelFetchOffset(s21;vi2;i1;vi2; (4-component vector of float)
0:41 's2D' (uniform sampler2D)
0:41 'ic2D' (flat in 2-component vector of int)
-0:41 4 (const int)
+0:41 Constant:
+0:41 4 (const int)
0:41 'ic2D' (flat in 2-component vector of int)
0:42 add second child into first child (float)
0:42 direct index (float)
0:42 'v' (4-component vector of float)
-0:42 1 (const int)
+0:42 Constant:
+0:42 1 (const int)
0:42 Function Call: textureLodOffset(sS21;vf3;f1;vi2; (float)
0:42 's2DShadow' (uniform sampler2DShadow)
0:42 'c3D' (smooth in 3-component vector of float)
@@ -67,7 +71,8 @@
0:45 add second child into first child (float)
0:45 direct index (float)
0:45 'v' (4-component vector of float)
-0:45 0 (const int)
+0:45 Constant:
+0:45 0 (const int)
0:45 Function Call: textureGradOffset(sAS21;vf4;vf2;vf2;vi2; (float)
0:45 's2DArrayShadow' (uniform sampler2DArrayShadow)
0:45 'c4D' (smooth in 4-component vector of float)
@@ -135,7 +140,8 @@
0:57 Function Call: texture(is31;vf3;f1; (4-component vector of int)
0:57 'is3D' (uniform isampler3D)
0:57 'c3D' (smooth in 3-component vector of float)
-0:57 4.200000
+0:57 Constant:
+0:57 4.200000
0:58 add second child into first child (4-component vector of float)
0:58 'v' (4-component vector of float)
0:58 Convert int to float (4-component vector of float)
@@ -165,7 +171,8 @@
0:64 'iv2' (2-component vector of int)
0:64 Function Call: textureSize(sSC1;i1; (2-component vector of int)
0:64 'sCubeShadow' (uniform samplerCubeShadow)
-0:64 2 (const int)
+0:64 Constant:
+0:64 2 (const int)
0:67 move second child to first child (4-component vector of float)
0:67 'FragData' (out 4-component vector of float)
0:67 add (4-component vector of float)
@@ -173,8 +180,10 @@
0:67 Construct vec4 (4-component vector of float)
0:67 Convert int to float (2-component vector of float)
0:67 'iv2' (2-component vector of int)
-0:67 0.000000
-0:67 0.000000
+0:67 Constant:
+0:67 0.000000
+0:67 Constant:
+0:67 0.000000
0:? Linker Objects
0:? 's2D' (uniform sampler2D)
0:? 's3D' (uniform sampler3D)