Lines Matching defs:buffers
211 /* Clear currently bound buffers. */
213 unsigned buffers,
274 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
279 (buffers & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) {
283 zmask_clear = r300_fast_zclear_allowed(r300, buffers);
289 /* Try to obtain the access to Hyper-Z buffers if we don't have one. */
310 buffers &= ~PIPE_CLEAR_DEPTHSTENCIL;
326 if ((buffers & PIPE_CLEAR_COLOR) && fb->nr_cbufs == 1 && fb->cbufs[0] &&
356 buffers &= ~PIPE_CLEAR_COLOR;
361 else if (r300_cbzb_clear_allowed(r300, buffers)) {
375 if (buffers) {
379 buffers, color, depth, stencil,
563 /* Fallback for buffers. */
851 /* Cannot do that with MSAA buffers. */