diff options
author | Samuel Iglesias Gonsálvez <siglesias@igalia.com> | 2019-04-05 11:28:21 +0200 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <siglesias@igalia.com> | 2019-04-26 10:01:29 +0200 |
commit | 337ea07631bdd663c236c275b88618da5c6c3205 (patch) | |
tree | 94bcddfa12356bd298899118e860865df82c1352 /AndroidGen.mk | |
parent | 5deebf4709ed3e2c3aaad3b8bb8703f236309b97 (diff) | |
download | VK-GL-CTS-337ea07631bdd663c236c275b88618da5c6c3205.tar.gz VK-GL-CTS-337ea07631bdd663c236c275b88618da5c6c3205.tar.bz2 VK-GL-CTS-337ea07631bdd663c236c275b88618da5c6c3205.zip |
Add tests for EXT_discard_rectangles
Added tests that check that the rendered image is correct for the the
combination of: the two different modes (inclusive, exclusive),
different number of rectangles (1, 2, 3, 4, 8, 16), dynamic discard
rectangles, scissor, dynamic scissor.
These tests don't check that the device groups work as expected.
New tests:
dEQP-VK.draw.discard_rectangles.*
Components: Vulkan
VK-GL-CTS issue: 1679
Change-Id: Idcfe2a9fc9113051fd72e51a0019e4247463cede
Diffstat (limited to 'AndroidGen.mk')
-rw-r--r-- | AndroidGen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidGen.mk b/AndroidGen.mk index 4f652699d..fba8bda52 100644 --- a/AndroidGen.mk +++ b/AndroidGen.mk @@ -114,6 +114,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/draw/vktDrawBufferObjectUtil.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawCreateInfoUtil.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawDifferingInterpolationTests.cpp \ + external/vulkancts/modules/vulkan/draw/vktDrawDiscardRectanglesTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp \ |