Test draw commands with instanceCount == 0
authorPaavo Pessi <paavo.pessi@siru.fi>
Fri, 25 Aug 2017 10:58:00 +0000 (13:58 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 31 Aug 2017 11:59:01 +0000 (07:59 -0400)
commit272ff10d44104eb65ebcf6f992f7a0b6290256d7
treeb8f31e35784103ede5d6c75f8b274382c637160b
parent0814873c4aa0a2622444b1e97de4f6cb7dd2d602
Test draw commands with instanceCount == 0

The existing instanced rendering tests iterate through multiple
instanceCount and firstInstance values in a single test case.
Iterations with instanceCount == 0 were added to the existing
tests.

dEQP Reference Renderer was modified to allow draw commands
with instanceCount == 0.

Affects:

dEQP-VK.draw.instanced.*

Components: Vulkan, Framework

VK-GL-CTS issue: 619
VK-GL-CTS public issue: 19

Change-Id: I6153924ba4b27bbf7205a635a24543a85990c384
external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp
framework/referencerenderer/rrRenderer.cpp