The `eot_surface_count` also includes surfaces which don't need an emit. Surfaces with PVR_RESOLVE_TYPE_TRANSFER don't need an emit since they'll be resolved through a transfer op, but they still count against the total, thus the assert was incorrect. Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25584>