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-12-09 21:10:09 +01:00
2024-12-11 14:10:00 -08:00
2024-12-09 21:10:09 +01:00
2024-12-16 10:29:46 +01:00
2024-08-22 09:40:27 +02:00
2024-12-16 16:13:35 -08:00
2024-12-19 12:17:21 -07:00
2024-08-22 09:40:27 +02:00
2024-12-16 10:29:46 +01:00
2024-08-12 15:49:43 +02:00
2024-12-16 10:29:46 +01:00
2024-12-06 09:59:33 +01:00
2024-11-05 17:26:08 +02:00
2024-09-26 10:57:02 +02:00
2024-04-22 10:47:46 -07:00
2024-12-03 16:18:06 +01:00
2024-07-11 07:16:29 +02:00
2024-11-28 16:33:01 +01:00
2024-12-11 14:10:00 -08:00
2024-08-12 15:49:43 +02:00
2024-12-03 16:08:25 +01:00
2024-03-26 03:04:49 -07:00
2024-09-25 00:44:57 +01:00
2024-06-19 10:39:41 +02:00
2024-09-25 00:44:57 +01:00
2024-10-30 14:57:32 +01:00
2024-10-31 13:55:30 +01:00
2024-10-31 13:55:30 +01:00
2024-12-03 16:18:06 +01:00
2024-08-21 13:08:25 +02:00
2024-03-13 08:32:01 +01:00
2024-04-22 10:47:46 -07:00
2024-06-24 17:19:08 +02:00
2024-04-15 09:59:47 +02:00
2024-06-26 19:38:51 +02:00
2024-11-04 13:10:57 +01:00
2024-03-20 19:28:29 +01:00
2024-04-19 10:08:35 +02:00
2024-04-22 10:47:46 -07:00
2024-03-20 19:28:29 +01:00
2024-08-12 15:49:43 +02:00
2024-06-06 16:31:10 +02:00
2024-08-12 15:49:43 +02:00
2024-04-22 10:47:46 -07:00
2024-05-20 19:05:25 +02:00
2024-05-20 19:05:25 +02:00
2024-04-02 10:59:18 +02:00
2024-08-12 15:49:43 +02:00
2024-09-25 00:44:57 +01:00
2024-02-27 10:58:04 +01:00
2024-12-09 21:10:09 +01:00
2024-11-14 15:30:05 +01:00
2024-11-14 15:30:05 +01:00
2024-12-09 21:10:09 +01:00
2024-09-20 13:00:04 -07:00
2024-10-31 13:55:30 +01:00
2024-08-12 15:49:43 +02:00
2024-06-05 09:56:52 +02:00
2024-11-05 11:25:58 +01:00
2024-03-03 22:38:59 -08:00
2024-09-11 14:18:14 +02:00
2024-10-30 14:57:32 +01:00
2024-12-09 21:10:09 +01:00
2024-12-09 21:10:09 +01:00
2024-12-09 21:10:09 +01:00
2024-04-26 12:17:47 +02:00
2024-11-12 14:04:45 -05:00
2024-03-13 08:32:01 +01:00
2024-08-12 15:49:43 +02:00
2024-09-25 00:44:57 +01:00
2024-04-17 11:50:37 +02:00
2024-10-31 13:55:30 +01:00
2024-10-31 13:55:30 +01:00
2024-03-13 08:32:01 +01:00
2024-03-03 22:38:59 -08:00
2024-12-11 14:10:00 -08:00
2024-05-14 11:35:11 +02:00
2024-03-08 08:31:56 +01:00
2024-12-11 14:10:00 -08:00
2024-03-03 22:38:59 -08:00
2024-08-12 15:49:43 +02:00
2024-08-12 15:49:43 +02:00