intel/decoder: Remove assert(!"...") in recoverable condition

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34014>
This commit is contained in:
Matt Turner
2025-03-11 15:53:42 -04:00
committed by Marge Bot
parent f160787038
commit e5af71478a

View File

@@ -407,7 +407,6 @@ dump_samplers(struct intel_batch_decode_ctx *ctx, uint32_t offset, int count)
if (count * sampler_state_size >= bo.size) {
fprintf(ctx->fp, " sampler state ends after bo ends\n");
assert(!"sampler state ends after bo ends");
return;
}