summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_inst.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-12-08 15:39:00 -0800
committerJason Ekstrand <[email protected]>2017-12-08 15:42:55 -0800
commit597c194487ab4abe6dd3556faa4f0b8569336245 (patch)
tree51991c64bee6b8ac8ecf46ac066e306b58bc6e92 /src/intel/compiler/brw_inst.h
parent6d74cb2570eb919c72e519e590d2464757465902 (diff)
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.
Diffstat (limited to 'src/intel/compiler/brw_inst.h')
0 files changed, 0 insertions, 0 deletions