tests/d3d12: Add uav barriers to tests where needed by d3d12 spec

D3D12 spec does not guarantee any implicit barriers after a UAV clear.

vkd3d-proton source indicates that D3D12 drivers may do this anyways, but if we do want to support that, we should probably have a dedicated test for it and not build it into random other tests.

Merge request reports

Loading