Lines Matching defs:pipe
36 #include "pipe/p_screen.h"
258 /* Use the pipe resource associated with the X drawable */
344 dri_pipe_blit(struct pipe_context *pipe,
388 pipe->blit(pipe, &blit);
416 struct pipe_context *pipe = st->pipe;
422 dri_pipe_blit(st->pipe,
437 if (pipe->invalidate_resource &&
440 pipe->invalidate_resource(pipe, args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
442 pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]);
450 pipe->flush_resource(pipe, args->drawable->textures[ST_ATTACHMENT_BACK_LEFT]);