compiler/spirv: Handle the LocalSizeHint execution modes
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 14 Apr 2020 08:56:20 +0000 (01:56 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 18 Nov 2020 04:05:37 +0000 (04:05 +0000)
commit7d3aec9905e7c2702cefb9d18fa948ee85be11fa
treec6d215558ecdb83799d9f29199dd983f190663ee
parenta42c846d246dc58f4f81bcfed026ea93e951c519
compiler/spirv: Handle the LocalSizeHint execution modes

It's basically the same as the LocalSize version except it fills
the local_size_hint array.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7565>
src/compiler/shader_info.h
src/compiler/spirv/spirv_to_nir.c