anv: Turn device->queue into an array
Rework: Lionel Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8667>
This commit is contained in:
@@ -1425,7 +1425,8 @@ struct anv_device {
|
||||
|
||||
struct anv_state slice_hash;
|
||||
|
||||
struct anv_queue queue;
|
||||
uint32_t queue_count;
|
||||
struct anv_queue * queues;
|
||||
|
||||
struct anv_scratch_pool scratch_pool;
|
||||
|
||||
|
Reference in New Issue
Block a user