Lines Matching refs:pipe
34 static void sp_blit(struct pipe_context *pipe,
37 struct softpipe_context *sp = softpipe_context(pipe);
50 if (util_try_blit_via_copy_region(pipe, info, sp->render_cond_query != NULL)) {
90 sp_flush_resource(struct pipe_context *pipe,
96 softpipe_clear_render_target(struct pipe_context *pipe,
103 struct softpipe_context *softpipe = softpipe_context(pipe);
108 util_clear_render_target(pipe, dst, color,
114 softpipe_clear_depth_stencil(struct pipe_context *pipe,
123 struct softpipe_context *softpipe = softpipe_context(pipe);
128 util_clear_depth_stencil(pipe, dst, clear_flags,
137 sp->pipe.resource_copy_region = util_resource_copy_region;
138 sp->pipe.clear_render_target = softpipe_clear_render_target;
139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil;
140 sp->pipe.blit = sp_blit;
141 sp->pipe.flush_resource = sp_flush_resource;