Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
Commits
6e33b787
Commit
6e33b787
authored
7 years ago
by
John Kessenich
Browse files
Options
Downloads
Patches
Plain Diff
Tests: Add test for GLSL +-#INF.
parent
79a40740
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Test/baseResults/numeral.frag.out
+36
-0
36 additions, 0 deletions
Test/baseResults/numeral.frag.out
Test/numeral.frag
+3
-0
3 additions, 0 deletions
Test/numeral.frag
with
39 additions
and
0 deletions
Test/baseResults/numeral.frag.out
+
36
−
0
View file @
6e33b787
...
...
@@ -404,6 +404,21 @@ ERROR: node is still EOpNull!
0:103 'g6' ( global int)
0:103 Constant:
0:103 -2 (const int)
0:104 Sequence
0:104 move second child to first child ( temp float)
0:104 'inf1' ( global float)
0:104 Constant:
0:104 -1.#INF
0:105 Sequence
0:105 move second child to first child ( temp float)
0:105 'inf2' ( global float)
0:105 Constant:
0:105 +1.#INF
0:106 Sequence
0:106 move second child to first child ( temp float)
0:106 'inf3' ( global float)
0:106 Constant:
0:106 +1.#INF
0:? Linker Objects
0:? 'c2' (layout( location=2) out 4-component vector of float)
0:? 'c3' (layout( location=3) out 4-component vector of float)
...
...
@@ -417,6 +432,9 @@ ERROR: node is still EOpNull!
0:? 'g4' ( global int)
0:? 'g5' ( global int)
0:? 'g6' ( global int)
0:? 'inf1' ( global float)
0:? 'inf2' ( global float)
0:? 'inf3' ( global float)
Linked fragment stage:
...
...
@@ -812,6 +830,21 @@ ERROR: node is still EOpNull!
0:103 'g6' ( global int)
0:103 Constant:
0:103 -2 (const int)
0:104 Sequence
0:104 move second child to first child ( temp float)
0:104 'inf1' ( global float)
0:104 Constant:
0:104 -1.#INF
0:105 Sequence
0:105 move second child to first child ( temp float)
0:105 'inf2' ( global float)
0:105 Constant:
0:105 +1.#INF
0:106 Sequence
0:106 move second child to first child ( temp float)
0:106 'inf3' ( global float)
0:106 Constant:
0:106 +1.#INF
0:? Linker Objects
0:? 'c2' (layout( location=2) out 4-component vector of float)
0:? 'c3' (layout( location=3) out 4-component vector of float)
...
...
@@ -825,4 +858,7 @@ ERROR: node is still EOpNull!
0:? 'g4' ( global int)
0:? 'g5' ( global int)
0:? 'g6' ( global int)
0:? 'inf1' ( global float)
0:? 'inf2' ( global float)
0:? 'inf3' ( global float)
This diff is collapsed.
Click to expand it.
Test/numeral.frag
+
3
−
0
View file @
6e33b787
...
...
@@ -101,3 +101,6 @@ uint g3 = 4294967294u;
int
g4
=
4294967296
;
// ERROR, too big
int
g5
=
4294967295
;
int
g6
=
4294967294
;
float
inf1
=
-
1
.
#
INF
;
float
inf2
=
1
.
#
INF
;
float
inf3
=
+
1
.
#
INF
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment