diff options
| author | James Helferty (NVIDIA) <jhelferty@nvidia.com> | 2025-08-27 20:08:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 03:08:54 +0000 |
| commit | 80ddf40274fdca93f2ae95a247ff3af122aec6ac (patch) | |
| tree | 859c48522f93cf4c1119221c1679c11b1160f857 /tests/language-feature/pointer/pointer-access/pointer-access-frontend.slang | |
| parent | 1681bc67fbae57b54b66c5dcfcbf315d1efa831b (diff) | |
Add SPIRV OpCapability for 8/16bit use in storage (#8194)
Emits the appropriate OpCapability for 8- and 16-bit type usage:
- UniformAndStorageBuffer8BitAccess: for 16-bit types in
SpvStorageClassUniform and SpvStorageClassStorageBuffer
- UniformAndStorageBuffer16BitAccess: for 16-bit types in
SpvStorageClassUniform and SpvStorageClassStorageBuffer
- StoragePushConstant8: for 8-bit types in SpvStorageClassPushConstant
- StoragePushConstant16: for 16-bit types in SpvStorageClassPushConstant
- StorageInputOutput16: for 16-bit types in SpvStorageClassInput and
SpvStorageClassOutput
Generated with Claude Code, with revisions.
Fixes #7879.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: James Helferty (NVIDIA) <jhelferty-nv@users.noreply.github.com>
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tests/language-feature/pointer/pointer-access/pointer-access-frontend.slang')
0 files changed, 0 insertions, 0 deletions
