diff --git a/src/intel/tools/aubinator_viewer_decoder.cpp b/src/intel/tools/aubinator_viewer_decoder.cpp index 60b76c24fa6..b3bd7dd3562 100644 --- a/src/intel/tools/aubinator_viewer_decoder.cpp +++ b/src/intel/tools/aubinator_viewer_decoder.cpp @@ -265,7 +265,7 @@ dump_samplers(struct aub_viewer_decode_ctx *ctx, uint32_t offset, int count) return; } - if (offset % 32 != 0 || state_addr - bo.addr >= bo.size) { + if (offset % 32 != 0) { ImGui::TextColored(ctx->cfg->missing_color, "invalid sampler state pointer"); return; }