anv: fix VkExternalBufferProperties for host allocation
authorChia-I Wu <olvaffe@gmail.com>
Sat, 6 Jul 2019 19:12:51 +0000 (12:12 -0700)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 7 Jul 2019 20:31:58 +0000 (13:31 -0700)
commit5824130389f2333ec44b48814b3e5e84ac297006
tree6b6868a0f19357a1d1da7df47b1faaf833e59497
parentf3c7a02a62fdb8941c2201939efcd1caf13456cb
anv: fix VkExternalBufferProperties for host allocation

It was reported as unsupported previously.  It should be importable
and is compatible with itself.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Fixes: 69cc6272fbc199 ("anv: Implement VK_EXT_external_memory_host")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_formats.c