mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
zink: add enum for different queues
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9626>
This commit is contained in:
parent
49efef9d55
commit
304ee56cab
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@ struct zink_resource;
|
|||
struct zink_sampler_view;
|
||||
struct zink_surface;
|
||||
|
||||
enum zink_queue {
|
||||
ZINK_QUEUE_GFX,
|
||||
ZINK_QUEUE_COMPUTE,
|
||||
ZINK_QUEUE_ANY,
|
||||
};
|
||||
|
||||
struct zink_batch {
|
||||
unsigned batch_id : 3;
|
||||
VkCommandPool cmdpool;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue