Lines Matching defs:pipe
100 static void r600_copy_region_with_blit(struct pipe_context *pipe,
129 pipe->blit(pipe, &blit);
1514 struct pipe_surface *r600_create_surface_custom(struct pipe_context *pipe,
1530 surface->base.context = pipe;
1542 static struct pipe_surface *r600_create_surface(struct pipe_context *pipe,
1575 return r600_create_surface_custom(pipe, tex, templ,
1580 static void r600_surface_destroy(struct pipe_context *pipe,
1590 static void r600_clear_texture(struct pipe_context *pipe,
1596 struct pipe_screen *screen = pipe->screen;
1605 sf = pipe->create_surface(pipe, tex, &tmpl);
1623 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil,
1634 pipe->clear_render_target(pipe, sf, &color,
1639 util_clear_render_target(pipe, sf, &color,