Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
wine
vkd3d
Commits
b8f2c3e1
Commit
b8f2c3e1
authored
1 year ago
by
Giovanni Mascellani
Committed by
Alexandre Julliard
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
tests: Relax the precision of some tests so that they pass on MoltenVK.
parent
ee288618
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!348
tests: Relax the precision of some tests so that they pass on MoltenVK.
Pipeline
#15163
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/hlsl/exp.shader_test
+1
-1
1 addition, 1 deletion
tests/hlsl/exp.shader_test
tests/hlsl/ldexp.shader_test
+2
-2
2 additions, 2 deletions
tests/hlsl/ldexp.shader_test
with
3 additions
and
3 deletions
tests/hlsl/exp.shader_test
+
1
−
1
View file @
b8f2c3e1
...
...
@@ -9,7 +9,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 -1.0 0.0 1.0 2.0
draw quad
probe all rgba (0.5, 1.0, 2.0, 4.0)
1
probe all rgba (0.5, 1.0, 2.0, 4.0)
2
[pixel shader]
uniform float4 f;
...
...
This diff is collapsed.
Click to expand it.
tests/hlsl/ldexp.shader_test
+
2
−
2
View file @
b8f2c3e1
...
...
@@ -11,7 +11,7 @@ float4 main() : SV_TARGET
uniform 0 float4 2.0 3.0 4.0 5.0
uniform 4 float4 0.0 -10.0 10.0 100.0
draw quad
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
2
[require]
shader model >= 4.0
...
...
@@ -29,7 +29,7 @@ float4 main() : SV_TARGET
uniform 0 int4 2 3 4 5
uniform 4 int4 0 -10 10 100
draw quad
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
2
[pixel shader]
...
...
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