Lines Matching refs:buffers
42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
59 if (buffers & PIPE_CLEAR_COLOR) {
84 if (buffers & PIPE_CLEAR_DEPTH) {
94 if (buffers & PIPE_CLEAR_STENCIL ||
106 } else if (buffers & PIPE_CLEAR_STENCIL) {
216 * Clear the given buffers to the specified values.
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
230 if (buffers & (PIPE_CLEAR_COLOR0 << i)) {
240 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
249 i915_clear_render(struct pipe_context *pipe, unsigned buffers,
259 i915_clear_emit(pipe, buffers, color, depth, stencil, 0, 0,