freedreno/ir3: remove pipe_stream_output_info dependency
[mesa.git] / src / gallium / drivers / freedreno / a5xx / fd5_emit.c
index 6becc563cf3ab7bf3f3d4e09d53a79f57c96160d..ad942fd7f5ae5e1f817a29fe99b75b2c8da52730 100644 (file)
@@ -704,7 +704,7 @@ fd5_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring,
        if (!emit->binning_pass)
                ir3_emit_fs_consts(fp, ring, ctx);
 
-       struct pipe_stream_output_info *info = &vp->shader->stream_output;
+       struct ir3_stream_output_info *info = &vp->shader->stream_output;
        if (info->num_outputs) {
                struct fd_streamout_stateobj *so = &ctx->streamout;