zink: add a define for compute batch count
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9243>
This commit is contained in:
@@ -102,9 +102,9 @@ struct zink_viewport_state {
|
||||
#define ZINK_SHADER_COUNT (PIPE_SHADER_TYPES - 1)
|
||||
#define ZINK_NUM_GFX_BATCHES 4
|
||||
#define ZINK_COMPUTE_BATCH_ID ZINK_NUM_GFX_BATCHES
|
||||
#define ZINK_COMPUTE_BATCH_COUNT 1
|
||||
#define ZINK_NUM_BATCHES (ZINK_NUM_GFX_BATCHES + 1)
|
||||
|
||||
|
||||
struct zink_context {
|
||||
struct pipe_context base;
|
||||
struct slab_child_pool transfer_pool;
|
||||
|
Reference in New Issue
Block a user