zink: remove ntv streamout assert

this was added during review, but it was never correct and just crashes
valid cases like streamout from a mat3x4 type

Fixes: b6f8f3a3ba ("zink: fix streamout for clipdistance")

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9271>
This commit is contained in:
Mike Blumenkrantz
2021-02-23 11:24:35 -05:00
committed by Marge Bot
parent fe90bcf11a
commit 9ff01d724a
@@ -1309,7 +1309,6 @@ emit_so_outputs(struct ntv_context *ctx,
while (!output)
output = ctx->outputs[location--];
location++;
assert(orig_location - location < 8);
SpvId output_type = ctx->so_output_types[location];
const struct glsl_type *out_type = ctx->so_output_gl_types[location];