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