intel/fs: Take an explicit exec size in brw_surface_payload_size()
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 1 Nov 2018 18:40:31 +0000 (13:40 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 29 Jan 2019 18:43:55 +0000 (18:43 +0000)
commit2ce93b88c03a1f2318a31d46593dac10428e7780
tree5a8fc9ee5a28cb860e8d05044d98510cf3b823d5
parentcf42b0f9e2d2d612f92b24ec8a5a77ff107b92ab
intel/fs: Take an explicit exec size in brw_surface_payload_size()

Instead of magically falling back to SIMD8 for atomics and typed
messages on Ivy Bridge, explicitly figure out the exec size and pass
that into brw_surface_payload_size.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_eu_emit.c