nir: Add access flags to deref and SSBO atomics
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Mar 2019 19:04:45 +0000 (13:04 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Mon, 25 Mar 2019 21:12:09 +0000 (16:12 -0500)
commite50ab2c0f23c0c12dd8f50b5d3cecb811a332779
tree1be36e5426163765dced6a8b3960d3439f876c0c
parent40074ebf743326a1b8ca3be36512db0978de6aac
nir: Add access flags to deref and SSBO atomics

We will need them for a new ACCESS_NON_UNIFORM flag that's about to be
added in the next commit.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/compiler/nir/nir_intrinsics.py
src/compiler/nir/nir_lower_io.c