Home | History | Annotate | Download | only in i915

Lines Matching full:buffers

44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
61 if (buffers & PIPE_CLEAR_COLOR) {
86 if (buffers & PIPE_CLEAR_DEPTH) {
95 if (buffers & PIPE_CLEAR_STENCIL
107 } 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,
224 util_clear(pipe, &i915_context(pipe)->framebuffer, buffers, color, depth,
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers,
238 i915_clear_emit(pipe, buffers, color, depth, stencil,