anv: Disable VK_KHR_16bit_storage
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 8 Dec 2017 23:39:00 +0000 (15:39 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 8 Dec 2017 23:42:55 +0000 (15:42 -0800)
commit597c194487ab4abe6dd3556faa4f0b8569336245
tree51991c64bee6b8ac8ecf46ac066e306b58bc6e92
parent6d74cb2570eb919c72e519e590d2464757465902
anv: Disable VK_KHR_16bit_storage

The testing for this extension is currently very poor.  The CTS tests
only test accessing UBOs and SSBOs at dynamic offsets so none of our
constant-offset paths get triggered at all.  Also, there's an assertion
in our handling of nir_intrinsic_load_uniform that offset % 4 == 0 which
is never triggered indicating that nothing every gets loaded from an
offset which is not a dword.  Both push constants and the constant
offset pull paths are complex enough, we really don't want to ship
without tests.  We'll turn the extension back on once we have decent
tests.
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_extensions.py