Lines Matching defs:buffers
544 vc4_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state,
550 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
553 unsigned zsclear = buffers & PIPE_CLEAR_DEPTHSTENCIL;
577 buffers &= ~zsclear;
578 if (!buffers)
584 /* We can't flag new buffers for clearing once we've queued draws. We
593 if (buffers & PIPE_CLEAR_COLOR0) {
613 rsc->initialized_buffers |= (buffers & PIPE_CLEAR_COLOR0);
616 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
623 if (buffers & PIPE_CLEAR_DEPTH) {
627 if (buffers & PIPE_CLEAR_STENCIL)
630 rsc->initialized_buffers |= (buffers & PIPE_CLEAR_DEPTHSTENCIL);
637 job->cleared |= buffers;
638 job->resolve |= buffers;
654 unsigned buffers, double depth, unsigned stencil,