diff options
author | Mika Väinölä <mika.vainola@siru.fi> | 2019-03-12 14:59:29 +0200 |
---|---|---|
committer | Mika Väinölä <mika.vainola@siru.fi> | 2019-04-04 13:27:39 +0300 |
commit | 58e7574d33a403a9ef9c373e334410b8d1040f72 (patch) | |
tree | 2c201c872fe35bd5b3617bda7ca924850274960f /AndroidGen.mk | |
parent | 59a29f7cb7053915b4565ca8134923df56f4c6a1 (diff) | |
download | VK-GL-CTS-58e7574d33a403a9ef9c373e334410b8d1040f72.tar.gz VK-GL-CTS-58e7574d33a403a9ef9c373e334410b8d1040f72.tar.bz2 VK-GL-CTS-58e7574d33a403a9ef9c373e334410b8d1040f72.zip |
Test multiple interpolations in a shader stage
Add tests for rendering simultaneously into multiple attachments using
different interpolation decorations. Verify result by rendering with
only one interpolation and attachment at a time. Check that each result
matches only with the reference frame using the same interpolation
decoration, with the exception of smooth and centroid without
multisampling.
New tests:
dEQP-VK.draw.multiple_interpolation.*
Components: Vulkan
VK-GL-CTS issue: 1110
Change-Id: I55ca7fad937b29e81512b0ee100ca8e811b7cf73
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 0e621aa7c..a283ba580 100644 --- a/AndroidGen.mk +++ b/AndroidGen.mk @@ -117,6 +117,7 @@ LOCAL_SRC_FILES := \ external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawInvertedDepthRangesTests.cpp \ + external/vulkancts/modules/vulkan/draw/vktDrawMultipleInterpolationTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawNegativeViewportHeightTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawScissorTests.cpp \ external/vulkancts/modules/vulkan/draw/vktDrawShaderDrawParametersTests.cpp \ |