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-03 17:43:36 -08:00
2024-12-19 12:17:21 -07:00
2024-10-28 13:25:04 -04:00
2024-09-11 11:49:44 -05:00
2024-12-10 13:18:49 -08:00
2024-12-03 17:43:36 -08:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2024-05-08 12:20:41 -04:00
2024-09-29 20:41:54 -07:00
2022-10-12 21:17:38 -07:00
2024-10-30 14:06:42 -07:00
2024-04-02 13:29:57 -05:00
2024-08-15 22:44:07 -04:00
2024-05-04 17:15:51 -07:00
2024-09-30 10:26:14 -04: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-10-10 12:58:28 -06: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-10-10 12:58:28 -06:00
2024-12-02 14:03:31 -08:00
2024-10-10 12:58:28 -06:00
2024-10-10 12:58:28 -06:00
2023-05-23 08:29:52 +02:00
2022-10-20 16:06:25 -07:00
2024-12-19 12:17:21 -07:00
2022-09-17 00:11:44 -07: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-10-10 12:58:28 -06: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-05-04 17:15:51 -07:00
2024-09-17 23:00:13 -04:00