diff options
Diffstat (limited to 'src/intel/blorp/blorp.h')
-rw-r--r-- | src/intel/blorp/blorp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index 6027076afd..7caa5f6c24 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -198,7 +198,8 @@ enum blorp_fast_clear_op { void blorp_ccs_resolve(struct blorp_batch *batch, - struct blorp_surf *surf, uint32_t level, uint32_t layer, + struct blorp_surf *surf, uint32_t level, + uint32_t start_layer, uint32_t num_layers, enum isl_format format, enum blorp_fast_clear_op resolve_op); |