anv: Remove unused field xfb_used from anv_pipeline
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 26 Feb 2020 23:54:33 +0000 (15:54 -0800)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Thu, 27 Feb 2020 18:44:11 +0000 (10:44 -0800)
commit811990dc1c5ee1c02956041ae6f98a770b2c9f8b
treed64917be48af657119919d81c42ed5e299a6c21e
parent33f38605e9ac644de66000ec20170f7023f24243
anv: Remove unused field xfb_used from anv_pipeline

Since we only use xfb_info for GEN >= 8, make the ifdef cover that
local variable.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3973>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3973>
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_pipeline.c