Lines Matching refs:pipe
73 #include "pipe/p_context.h"
74 #include "pipe/p_screen.h"
108 struct pipe_screen *screen = ctx->pipe->screen;
121 struct pipe_context *pipe = ctx->pipe;
122 struct pipe_screen *screen = pipe->screen;
151 if (screen->fence_finish(screen, pipe, fence, timeout)) {
294 ctx->pipe->flush(ctx->pipe, &syncObj->fence, ctx->Shared->RefCount == 1 ? PIPE_FLUSH_DEFERRED : 0);
406 struct pipe_context *pipe = ctx->pipe;
407 struct pipe_screen *screen = pipe->screen;
412 if (!pipe->fence_server_sync) {
430 pipe->fence_server_sync(pipe, fence);