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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user