~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/nine/nine_csmt_helper.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
    assert(args); \
309
309
    args->instr.func = &name##_rx; \
310
310
    ARGS_FOR_ASSIGN( __VA_ARGS__ ) \
311
 
    ctx->processed = FALSE; \
 
311
    ctx->processed = false; \
312
312
    nine_queue_flush(ctx->pool); \
313
313
    nine_csmt_wait_processed(ctx); \
314
314
} \