Fix incorrect limits in device properties test
authorMaciej Jesionowski <maciej.jesionowski@mobica.com>
Tue, 27 Sep 2016 11:09:32 +0000 (13:09 +0200)
committerMaciej Jesionowski <maciej.jesionowski@mobica.com>
Wed, 28 Sep 2016 17:05:44 +0000 (19:05 +0200)
commit651be53b2a7e987618a98c2a13fcf7350204b244
tree60176b715407b81bc227b9b8e87a7fd36b9127c6
parentc4f13c22feb8b9840b0576ba43edba2e9208135a
Fix incorrect limits in device properties test

- alignment/offset type limits must be greater than 0
- nonCoherentAtomSize must be in range [1, 256] (the upper limit was
  relaxed with spec update 1.0.27
- point sizes and line widths must be positive

Modified test:
- dEQP-VK.api.info.device.properties

Fixes #502

Change-Id: I98a956d1cea741dd6d787415a0ad91178ffa0abf
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp