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>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2020-02-26 15:54:33 -08:00
parent 33f38605e9
commit 811990dc1c
2 changed files with 1 additions and 5 deletions

View File

@@ -3180,8 +3180,6 @@ struct anv_pipeline {
uint32_t instance_divisor;
} vb[MAX_VBS];
uint8_t xfb_used;
bool primitive_restart;
uint32_t topology;