i965/fs: Move the code for load/store_shared to emit_cs_intrinsic
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 25 Mar 2016 18:19:53 +0000 (11:19 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Apr 2016 22:56:50 +0000 (15:56 -0700)
commit5ea3647f89abccea5496824815b5b729f38f7a23
tree36f7a705160ce5b67f41d147ef16411d45fe7666
parent80c72a8ea7b1018661da0e6509a7f88ca1f5086f
i965/fs: Move the code for load/store_shared to emit_cs_intrinsic

They are compute-shader only and that's where the code for doing atomics on
shared variables lives so it seemes to make sense.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp