Lines Matching refs:pipe
29 #include "pipe/p_context.h"
30 #include "pipe-loader/pipe_loader.h"
204 drisw_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv,
210 screen->base.screen->flush_frontbuffer(screen->base.screen, pipe, ptex, 0, 0, drawable, sub_box);
390 struct pipe_context *pipe = ctx->st->pipe;
401 pipe->create_fence_fd(pipe, &fence, fd, PIPE_FD_TYPE_NATIVE_SYNC);
402 pipe->fence_server_sync(pipe, fence);
403 pipe->screen->fence_reference(pipe->screen, &fence, NULL);
650 dri_pipe_blit(ctx->st->pipe,
691 kopper_present_texture(struct pipe_context *pipe, __DRIdrawable *dPriv,
697 screen->base.screen->flush_frontbuffer(screen->base.screen, pipe, ptex, 0, 0, drawable, sub_box);
701 kopper_copy_to_front(struct pipe_context *pipe,
705 kopper_present_texture(pipe, dPriv, ptex, NULL);
730 dri_pipe_blit(ctx->st->pipe,
737 ctx->st->pipe->flush_resource(ctx->st->pipe, drawable->textures[ST_ATTACHMENT_FRONT_LEFT]);
755 kopper_copy_to_front(st->pipe, ctx->dPriv, ptex);
805 struct pipe_context *pipe = st_ctx->pipe;
816 map = pipe_texture_map(pipe, res,
825 /* The pipe transfer has a pitch rounded up to the nearest 64 pixels.
834 pipe_texture_unmap(pipe, transfer);
917 kopper_copy_to_front(ctx->st->pipe, dPriv, ptex);
1004 return zink_kopper_query_buffer_age(ctx->st->pipe, ptex);