-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pipeline barriers in nested_command_buffers tests
Pipeline barriers were only being inserted in certain paths in the nested command buffers tests. I believe the barriers are required in all the paths in order to ensure completion of the render pass before the results are copied into a buffer for testing. The result memory was also missing an invalidate before being read by the CPU. Affects: dEQP-VK.*nested_command_buffers* VK-GL-CTS issue: 5265 Components: Vulkan Change-Id: Ic2aea61e57b7dab9a394de6794858bfb33e80fca
- Loading branch information
1 parent
3037465
commit 9923b97
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters