Validate that VkImageFormatProperties fields are set to 0
authorPyry Haulos <phaulos@google.com>
Thu, 7 Apr 2016 19:53:23 +0000 (12:53 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 7 Apr 2016 19:53:23 +0000 (12:53 -0700)
commitb739653d43482a57dbfb9308d4c682826f578e6e
tree2a740f721c438c05fa9cd3fff162dfad69d497f0
parent86a8ae9e0d61bbfe1f1e273fdbb026369bdb5f29
Validate that VkImageFormatProperties fields are set to 0

Specification requires that even if parameter combination is not
supported and driver returns VK_ERROR_FORMAT_NOT_SUPPORTED all
properties are set to 0.

Improve debuggability by using tcu::ResultCollector rather than
TCU_CHECK().

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