forked from gpuweb/cts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add shader pointer parameter tests, including for `unrestricted_point…
…er_parameter` support (gpuweb#3265) * Rename `requireLanguageFeatureOrSkipTestCase` To `skipIfLanguageFeatureSupported` to match all the other skip methods. * [shader] Add pointer parameter execution tests Checks reading and writing to pointer parameters, with and without the 'unrestricted_pointer_parameters' WGSL feature * [shader] Update function validation tests for UPP Update the `webgpu:shader,validation,functions,restrictions` tests to handle the `unrestricted_pointer_parameters` WGSL feature
- Loading branch information
1 parent
f43af0c
commit 705abe5
Showing
14 changed files
with
872 additions
and
109 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
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
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
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
Oops, something went wrong.