anv: Use more temp vars in cmd_buffer_begin_subpass
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 7 Jul 2020 19:35:18 +0000 (14:35 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 1 Oct 2020 16:23:10 +0000 (16:23 +0000)
commite9d5ec342d1069018597b34e9d37607c29749564
tree822b5df861349c76ae3485dd85483c8cd59c9c61
parent7c92e413afe24695c216c9e20ef24296ac1e6e09
anv: Use more temp vars in cmd_buffer_begin_subpass

This is a mostly cosmetic change but there is one subtle functional
issue:  If we ever render to a 3D depth image, we are now handling the
base layer and number of layers correctly.  I'm not sure rendering to 3D
depth is even allowed but we can theoretically handle it now.

Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6549>
src/intel/vulkan/genX_cmd_buffer.c