commit | f9e8551edfbfc45ccfd23c9fdfc081d240441e35 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon Mar 22 12:05:31 2021 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Mar 22 17:32:46 2021 +0000 |
tree | 5605973b0cb94528d658f4d368faa1a8d497c315 | |
parent | e1068349fc7d49a5e4fefc8007d4535f4a20bc31 [diff] |
Mangle function names in SPIR-V. SPIR-V doesn't seem to mind overlapping function names, since they're not load-bearing in any way, but this keeps us consistent with the other code generators. Change-Id: Ifdb4cb17795da88eabc0db841af746fb76caf423 Bug: skia:10851 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/387757 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>