Skip to content

Commit 3402373

Browse files
update to use correct binding
1 parent 9ceb9f6 commit 3402373

File tree

773 files changed

+4638
-4638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

773 files changed

+4638
-4638
lines changed

test/WaveSize4BitTracking/program_1756267509324389201_1_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -221,17 +221,17 @@ DescriptorSets:
221221
- Name: _participant_bit
222222
Kind: RWStructuredBuffer
223223
DirectXBinding:
224-
Register: 2
224+
Register: 0
225225
Space: 0
226226
VulkanBinding:
227-
Binding: 2
227+
Binding: 0
228228
- Name: _wave_op_index
229229
Kind: RWStructuredBuffer
230230
DirectXBinding:
231-
Register: 3
231+
Register: 1
232232
Space: 0
233233
VulkanBinding:
234-
Binding: 3
234+
Binding: 1
235235
...
236236
#--- end
237237

test/WaveSize4BitTracking/program_1756267509867902936_2_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -454,17 +454,17 @@ DescriptorSets:
454454
- Name: _participant_bit
455455
Kind: RWStructuredBuffer
456456
DirectXBinding:
457-
Register: 2
457+
Register: 0
458458
Space: 0
459459
VulkanBinding:
460-
Binding: 2
460+
Binding: 0
461461
- Name: _wave_op_index
462462
Kind: RWStructuredBuffer
463463
DirectXBinding:
464-
Register: 3
464+
Register: 1
465465
Space: 0
466466
VulkanBinding:
467-
Binding: 3
467+
Binding: 1
468468
...
469469
#--- end
470470

test/WaveSize4BitTracking/program_1756267509999551500_3_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -192,17 +192,17 @@ DescriptorSets:
192192
- Name: _participant_bit
193193
Kind: RWStructuredBuffer
194194
DirectXBinding:
195-
Register: 2
195+
Register: 0
196196
Space: 0
197197
VulkanBinding:
198-
Binding: 2
198+
Binding: 0
199199
- Name: _wave_op_index
200200
Kind: RWStructuredBuffer
201201
DirectXBinding:
202-
Register: 3
202+
Register: 1
203203
Space: 0
204204
VulkanBinding:
205-
Binding: 3
205+
Binding: 1
206206
...
207207
#--- end
208208

test/WaveSize4BitTracking/program_1756267510103017546_4_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -273,17 +273,17 @@ DescriptorSets:
273273
- Name: _participant_bit
274274
Kind: RWStructuredBuffer
275275
DirectXBinding:
276-
Register: 2
276+
Register: 0
277277
Space: 0
278278
VulkanBinding:
279-
Binding: 2
279+
Binding: 0
280280
- Name: _wave_op_index
281281
Kind: RWStructuredBuffer
282282
DirectXBinding:
283-
Register: 3
283+
Register: 1
284284
Space: 0
285285
VulkanBinding:
286-
Binding: 3
286+
Binding: 1
287287
...
288288
#--- end
289289

test/WaveSize4BitTracking/program_1756267510185971001_5_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -75,17 +75,17 @@ DescriptorSets:
7575
- Name: _participant_bit
7676
Kind: RWStructuredBuffer
7777
DirectXBinding:
78-
Register: 2
78+
Register: 0
7979
Space: 0
8080
VulkanBinding:
81-
Binding: 2
81+
Binding: 0
8282
- Name: _wave_op_index
8383
Kind: RWStructuredBuffer
8484
DirectXBinding:
85-
Register: 3
85+
Register: 1
8686
Space: 0
8787
VulkanBinding:
88-
Binding: 3
88+
Binding: 1
8989
...
9090
#--- end
9191

test/WaveSize4BitTracking/program_1756267510236973302_6_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -190,17 +190,17 @@ DescriptorSets:
190190
- Name: _participant_bit
191191
Kind: RWStructuredBuffer
192192
DirectXBinding:
193-
Register: 2
193+
Register: 0
194194
Space: 0
195195
VulkanBinding:
196-
Binding: 2
196+
Binding: 0
197197
- Name: _wave_op_index
198198
Kind: RWStructuredBuffer
199199
DirectXBinding:
200-
Register: 3
200+
Register: 1
201201
Space: 0
202202
VulkanBinding:
203-
Binding: 3
203+
Binding: 1
204204
...
205205
#--- end
206206

test/WaveSize4BitTracking/program_1756267510438724721_8_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -427,17 +427,17 @@ DescriptorSets:
427427
- Name: _participant_bit
428428
Kind: RWStructuredBuffer
429429
DirectXBinding:
430-
Register: 2
430+
Register: 0
431431
Space: 0
432432
VulkanBinding:
433-
Binding: 2
433+
Binding: 0
434434
- Name: _wave_op_index
435435
Kind: RWStructuredBuffer
436436
DirectXBinding:
437-
Register: 3
437+
Register: 1
438438
Space: 0
439439
VulkanBinding:
440-
Binding: 3
440+
Binding: 1
441441
...
442442
#--- end
443443

test/WaveSize4BitTracking/program_1756267510734356171_9_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -427,17 +427,17 @@ DescriptorSets:
427427
- Name: _participant_bit
428428
Kind: RWStructuredBuffer
429429
DirectXBinding:
430-
Register: 2
430+
Register: 0
431431
Space: 0
432432
VulkanBinding:
433-
Binding: 2
433+
Binding: 0
434434
- Name: _wave_op_index
435435
Kind: RWStructuredBuffer
436436
DirectXBinding:
437-
Register: 3
437+
Register: 1
438438
Space: 0
439439
VulkanBinding:
440-
Binding: 3
440+
Binding: 1
441441
...
442442
#--- end
443443

test/WaveSize4BitTracking/program_1756267510848019785_10_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -125,17 +125,17 @@ DescriptorSets:
125125
- Name: _participant_bit
126126
Kind: RWStructuredBuffer
127127
DirectXBinding:
128-
Register: 2
128+
Register: 0
129129
Space: 0
130130
VulkanBinding:
131-
Binding: 2
131+
Binding: 0
132132
- Name: _wave_op_index
133133
Kind: RWStructuredBuffer
134134
DirectXBinding:
135-
Register: 3
135+
Register: 1
136136
Space: 0
137137
VulkanBinding:
138-
Binding: 3
138+
Binding: 1
139139
...
140140
#--- end
141141

test/WaveSize4BitTracking/program_1756267510894646104_11_increment_0_WaveParticipantBitTracking.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- source.hlsl
2-
RWStructuredBuffer<uint> _participant_bit : register(u2);
3-
RWStructuredBuffer<uint> _wave_op_index : register(u3);
2+
RWStructuredBuffer<uint> _participant_bit : register(u0);
3+
RWStructuredBuffer<uint> _wave_op_index : register(u1);
44

55
[numthreads(4, 1, 1)]
66
void main(uint3 tid : SV_DispatchThreadID) {
@@ -175,17 +175,17 @@ DescriptorSets:
175175
- Name: _participant_bit
176176
Kind: RWStructuredBuffer
177177
DirectXBinding:
178-
Register: 2
178+
Register: 0
179179
Space: 0
180180
VulkanBinding:
181-
Binding: 2
181+
Binding: 0
182182
- Name: _wave_op_index
183183
Kind: RWStructuredBuffer
184184
DirectXBinding:
185-
Register: 3
185+
Register: 1
186186
Space: 0
187187
VulkanBinding:
188-
Binding: 3
188+
Binding: 1
189189
...
190190
#--- end
191191

0 commit comments

Comments
 (0)