~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/r600_query.c

  • 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:
410
410
                struct pipe_context *ctx = rquery->b.flushed ? NULL : &rctx->b;
411
411
 
412
412
                result->b = screen->fence_finish(screen, ctx, query->fence,
413
 
                                                 wait ? PIPE_TIMEOUT_INFINITE : 0);
 
413
                                                 wait ? OS_TIMEOUT_INFINITE : 0);
414
414
                return result->b;
415
415
        }
416
416