anv: Use a switch statement for binding table setup
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 7 Nov 2019 20:39:28 +0000 (14:39 -0600)
committerJason Ekstrand <jason@jlekstrand.net>
Mon, 18 Nov 2019 18:35:14 +0000 (18:35 +0000)
commitca8117b5d544f9580d05e9416abd03446e285e16
tree6427934048e18819f2dd7b28a71c403b9a26458d
parent9baa33cef01f0e1fe221379d78387fe9e8517c74
anv: Use a switch statement for binding table setup

It theoretically could be more efficient but the real point here is that
it's no longer really a matter of dealing with special cases and then
the "real" thing.  The way we're handling binding tables, it's more of a
multi-step process and a switch is more natural.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/genX_cmd_buffer.c