hk: drop assert

works fine without.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32081>
This commit is contained in:
Alyssa Rosenzweig 2024-10-31 11:05:17 -04:00 committed by Marge Bot
parent ece3bd74db
commit f8b69ebdc2

View file

@ -1299,9 +1299,6 @@ hk_upload_tess_params(struct hk_cmd_buffer *cmd, struct libagx_tess_args *out,
if (!draw.b.indirect) {
unsigned in_patches = draw.b.count[0] / args.input_patch_size;
if (in_patches == 0)
unreachable("todo: drop the draw?");
unsigned unrolled_patches = in_patches * draw.b.count[1];
uint32_t alloc = 0;