tests: Dispatch just four invocations when testing for wave reconvergence.

I don't know why I put a 4 both in the numthreads() attribute and as
a dispatch parameter, but only care about only one thread group.
This commit is contained in:
Giovanni Mascellani 2024-10-21 12:42:46 +02:00 committed by Henri Verbeet
parent 5667da7b80
commit d6efdeea61
Notes: Henri Verbeet 2024-10-28 18:12:15 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1219

View File

@ -57,7 +57,7 @@ void main(uint id : SV_GroupIndex)
}
[test]
dispatch 4 1 1
dispatch 1 1 1
probe uav 2 (0) rui (0xf01)
probe uav 2 (1) rui (0x503)
probe uav 2 (2) rui (0x511)
@ -125,7 +125,7 @@ void main(uint id : SV_GroupIndex)
}
[test]
dispatch 4 1 1
dispatch 1 1 1
probe uav 2 (0) rui (0x701)
probe uav 2 (1) rui (0x503)
probe uav 2 (2) rui (0x511)