mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
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:
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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user