Fix VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT handling in query tests
authorPyry Haulos <phaulos@google.com>
Mon, 26 Sep 2016 16:04:55 +0000 (09:04 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 29 Sep 2016 19:09:11 +0000 (15:09 -0400)
commit570326e5c8d85fe16fa6ce36de73c8f9bcba4d3e
tree06f4a5026e230848fc86d18b42f840b59023bee1
parent0e9abe9552e4590b4df5d4f0775ed43d583144b4
Fix VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT handling in query tests

83f90be9 added a check that was intended to make tests treat combination
of TRANSIENT_ATTACHMENT_BIT with non-RT usages invalid. However, that
change was buggy and lead the tests to treat _all_ usages of
TRANSIENT_ATTACHMENT_BIT invalid and thus skip testing them.

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