-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve fragment shader checks in subgroupBitwise (#4070)
* Modifies the fragment tests in subgroupBitwise to avoid any subgroup in the last row or column * this fixes failures seen on some devices performing subgroupXor when helpers are in bounds, but not on the edge of the framebuffer * Tests skip cases that could not possibly yield useful results, but checking is also terminated early if no useful results can be found * Enough framebuffer variants are swept to ensure some tests will cover useful subgroups, but the sizes are only known after a pipeline compile
- Loading branch information
1 parent
ca6d65d
commit 096f9fd
Showing
1 changed file
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters