forked from KhronosGroup/Vulkan-ValidationLayers
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
practices: Add a set of Arm-specific checks
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
- Loading branch information
1 parent
ccb8032
commit fca5def
Showing
5 changed files
with
325 additions
and
0 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
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
Oops, something went wrong.