Lines Matching defs:pipe
42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
47 struct i915_context *i915 = i915_context(pipe);
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
226 &i915_context(pipe)->framebuffer;
234 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width,
242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
249 i915_clear_render(struct pipe_context *pipe, unsigned buffers,
254 struct i915_context *i915 = i915_context(pipe);
259 i915_clear_emit(pipe, buffers, color, depth, stencil, 0, 0,