mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
intel: aubinator: remove unused variables
These memory offsets are stored in the gen_batch_decode_ctx. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
parent
3153bcc73e
commit
08d85a8301
1 changed files with 0 additions and 5 deletions
|
|
@ -70,11 +70,6 @@ struct gen_batch_decode_ctx batch_ctx;
|
|||
|
||||
uint64_t gtt_size, gtt_end;
|
||||
void *gtt;
|
||||
uint64_t general_state_base;
|
||||
uint64_t surface_state_base;
|
||||
uint64_t dynamic_state_base;
|
||||
uint64_t instruction_base;
|
||||
uint64_t instruction_bound;
|
||||
|
||||
FILE *outfile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue