mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 04:40:42 +01:00
freedreno/a6xx: Fix typo
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9535>
This commit is contained in:
parent
5b96689fa0
commit
befd9fbbba
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ fd6_emit_streamout(struct fd_ringbuffer *ring, struct fd6_emit *emit)
|
|||
{
|
||||
struct fd_context *ctx = emit->ctx;
|
||||
const struct fd6_program_state *prog = fd6_emit_get_prog(emit);
|
||||
struct ir3_stream_output_info *info = prog->stream_output;;
|
||||
struct ir3_stream_output_info *info = prog->stream_output;
|
||||
struct fd_streamout_stateobj *so = &ctx->streamout;
|
||||
|
||||
emit->streamout_mask = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue