-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint][ir][val] Improve checks on Returns
- Adds testing for operands and results expected for the instruction - Refactors error logging to use NameOf to avoid accidental segfaults - Fixes a couple of potential bad patterns in other implementations of NameOf - Fixes a typo in swizzle.h Fixes: 360058656 Change-Id: I87dbbb02e7dbf2a6203662b1ecc2c7014e460963 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/202500 Reviewed-by: dan sinclair <[email protected]> Auto-Submit: Ryan Harrison <[email protected]> Commit-Queue: Ryan Harrison <[email protected]> Reviewed-by: James Price <[email protected]>
- Loading branch information
Showing
4 changed files
with
95 additions
and
12 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