icd: Hard code unsupported image formats
authorWilliam Henning <whenning@google.com>
Thu, 24 May 2018 20:49:16 +0000 (14:49 -0600)
committerTobin Ehlis <tobine@google.com>
Fri, 25 May 2018 12:55:43 +0000 (06:55 -0600)
commit2d1bc52881788f6b2523f4cf1c1711a47d7953a7
treeddfd84dae31178c931231c514df6188607f1df2d
parent6749fa482482f02c30e117f6c00e0a6a5e887993
icd: Hard code unsupported image formats

Hard code that the mock ICD does not support
VK_FORMAT_E5B9G9R9_UFLOAT_PACK32, an arbitrary image format not
currently used in any validation layers test. Additionally hard code
that the mock ICD doesn't images created with a sample count of 64 bits.
These hardcoded unsupported image formats git the
CreateImageFormatSupportErrors and CreateImageMaxLimitsViolation tests
in the validation layers to run.
scripts/mock_icd_generator.py