Lines Matching defs:gfx
41 struct pipe_fence_handle *gfx;
208 ws->fence_reference(&(*sdst)->gfx, NULL);
322 if (!sfence->gfx)
326 rws->fence_reference(&sfence->gfx, NULL);
331 /* Flush the gfx IB if it hasn't been flushed yet. */
370 if (rws->fence_wait(rws, sfence->gfx, timeout))
399 sfence->gfx = ws->fence_import_sync_file(ws, fd);
406 sfence->gfx = ws->fence_import_syncobj(ws, fd);
414 if (!sfence->gfx) {
439 if (sfence->gfx) {
440 gfx_fd = ws->fence_export_sync_file(ws, sfence->gfx);
525 new_fence->gfx = gfx_fence;
558 assert(sfence->gfx);
560 if (sfence->gfx)
561 si_add_syncobj_signal(sctx, sfence->gfx);
602 if (sfence->gfx)
603 si_add_fence_dependency(sctx, sfence->gfx);