anv: add unspecified internal kernel send count support

Some kernel will be to large and potentially change too often to
really have a consistent count.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31384>
This commit is contained in:
Lionel Landwerlin 2025-02-05 17:00:32 +02:00 committed by Marge Bot
parent fb26ed6bf7
commit 068351f848

View file

@ -53,7 +53,7 @@ check_sends(struct genisa_stats *stats, unsigned send_count)
{
assert(stats->spills == 0);
assert(stats->fills == 0);
assert(stats->sends == send_count);
assert(send_count == 0 || stats->sends == send_count);
}
static struct anv_shader_internal *