Justin Bogner
aa07f92210
[DirectX][SPIRV] Consistent names for HLSL resource intrinsics (#120466)
Rename HLSL resource-related intrinsics to be consistent with the naming
conventions discussed in [wg-hlsl:0014].
This is an entirely mechanical change, consisting of the following
commands and automated formatting.
```sh
git grep -l handle.fromBinding | xargs perl -pi -e \
's/(dx|spv)(.)handle.fromBinding/$1$2resource$2handlefrombinding/g'
git grep -l typedBufferLoad_checkbit | xargs perl -pi -e \
's/(dx|spv)(.)typedBufferLoad_checkbit/$1$2resource$2loadchecked$2typedbuffer/g'
git grep -l typedBufferLoad | xargs perl -pi -e \
's/(dx|spv)(.)typedBufferLoad/$1$2resource$2load$2typedbuffer/g'
git grep -l typedBufferStore | xargs perl -pi -e \
's/(dx|spv)(.)typedBufferStore/$1$2resource$2store$2typedbuffer/g'
git grep -l bufferUpdateCounter | xargs perl -pi -e \
's/(dx|spv)(.)bufferUpdateCounter/$1$2resource$2updatecounter/g'
git grep -l cast_handle | xargs perl -pi -e \
's/(dx|spv)(.)cast.handle/$1$2resource$2casthandle/g'
```
[wg-hlsl:0014]: https://github.com/llvm/wg-hlsl/blob/main/proposals/0014-consistent-naming-for-dx-intrinsics.md
2024-12-19 12:17:21 -07:00
..
2024-10-10 12:58:28 -06:00
2024-06-22 17:17:34 -07:00
2024-08-28 13:23:24 -07:00
2024-08-28 13:23:24 -07:00
2024-12-10 10:07:30 -08:00
2024-11-22 10:23:30 -08:00
2024-09-16 14:42:52 -04:00
2024-06-22 17:17:34 -07:00
2024-09-27 14:16:51 -07:00
2024-09-20 16:42:53 -05:00
2024-10-18 21:16:50 +01:00
2024-06-22 17:17:34 -07:00
2024-12-19 12:17:21 -07:00
2024-10-10 12:58:28 -06:00
2024-11-07 17:47:53 -08:00
2024-11-07 17:47:53 -08:00
2024-11-14 23:34:07 -08:00
2024-12-10 10:07:30 -08:00
2024-10-10 12:58:28 -06:00
2024-06-22 17:17:34 -07:00
2024-10-29 07:56:05 -07:00
2024-10-18 21:16:50 +01:00
2024-10-10 16:34:26 -07:00
2024-11-05 10:29:08 -08:00
2024-11-07 10:19:41 -08:00
2024-08-22 11:13:52 -07:00
2024-09-11 17:27:09 -05:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2024-11-06 07:31:39 -08:00
2024-10-10 12:58:28 -06:00
2024-09-27 17:26:06 -04:00
2024-08-28 13:23:24 -07:00
2024-12-03 01:16:49 -08:00
2024-12-10 10:07:30 -08:00
2024-03-14 18:07:48 -04:00
2024-10-18 21:16:50 +01:00
2024-05-03 10:23:53 -07:00
2024-09-11 17:27:09 -05:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2024-09-11 17:27:09 -05:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2024-10-18 21:16:50 +01:00
2024-10-10 12:58:28 -06:00
2024-10-04 18:34:46 -04:00
2024-12-10 10:07:30 -08:00
2024-11-06 11:53:33 +00:00
2024-05-03 10:23:53 -07:00
2024-10-10 12:58:28 -06:00
2024-08-28 13:23:24 -07:00
2024-12-19 12:17:21 -07:00
2024-12-19 12:17:21 -07:00
2024-12-02 14:03:31 -08:00
2024-12-16 09:31:24 -08:00
2024-12-02 14:03:31 -08:00
2024-10-10 12:58:28 -06:00
2024-11-06 11:53:33 +00:00
2024-09-09 11:07:20 -07:00
2024-11-06 11:53:33 +00:00
2024-10-10 12:58:28 -06:00
2024-06-22 17:17:34 -07:00
2024-10-28 13:26:59 -07:00
2024-10-10 12:58:28 -06:00
2024-10-18 21:16:50 +01:00
2024-12-02 14:03:31 -08:00
2024-12-19 12:17:21 -07:00
2024-12-19 12:17:21 -07:00
2024-12-19 12:17:21 -07:00
2024-12-02 14:03:31 -08:00
2024-05-07 22:54:15 -04:00
2024-06-22 17:17:34 -07:00
2024-10-10 12:58:28 -06:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-10-16 12:46:45 -04:00
2024-12-16 16:13:35 -08:00
2024-11-21 09:44:58 -08:00
2024-11-07 19:06:37 -08:00
2024-10-16 12:46:45 -04:00