diff options
-rw-r--r-- | src/intel/blorp/blorp_genX_exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/blorp/blorp_genX_exec.h b/src/intel/blorp/blorp_genX_exec.h index f47372f9f06..cb2d2536899 100644 --- a/src/intel/blorp/blorp_genX_exec.h +++ b/src/intel/blorp/blorp_genX_exec.h @@ -1356,9 +1356,8 @@ blorp_emit_surface_state(struct blorp_batch *batch, } /* Blorp doesn't support HiZ in any of the blit or slow-clear paths */ + assert(surface->aux_usage != ISL_AUX_USAGE_HIZ); enum isl_aux_usage aux_usage = surface->aux_usage; - if (aux_usage == ISL_AUX_USAGE_HIZ) - aux_usage = ISL_AUX_USAGE_NONE; isl_channel_mask_t write_disable_mask = 0; if (is_render_target && GEN_GEN <= 5) { |