| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 71 if (buffers & (PIPE_CLEAR_COLOR0 << i))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 73 if (buffers & (PIPE_CLEAR_COLOR0 << i))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.c | 84 if (!(buffers & (PIPE_CLEAR_COLOR0 << i)) || !fb->cbufs[i]) 219 if ((buffers & (PIPE_CLEAR_COLOR0 << i)) && fb->cbufs[i]) { 224 ctx->clears_enabled |= PIPE_CLEAR_COLOR0 << i; 233 ctx->rp_clears_enabled &= ~(PIPE_CLEAR_COLOR0 << i); 235 ctx->rp_clears_enabled |= PIPE_CLEAR_COLOR0 << i; 273 for (int i = 0; i < fb_state->nr_cbufs && clear_buffers >= PIPE_CLEAR_COLOR0; i++) { 274 assert(!(clear_buffers & (PIPE_CLEAR_COLOR0 << i)) || zink_fb_clear_enabled(ctx, i)); 281 for (int i = 0; i < fb_state->nr_cbufs && clear_buffers >= PIPE_CLEAR_COLOR0; i++) { 284 if (!(clear_buffers & (PIPE_CLEAR_COLOR0 << i))) 308 clear_buffers &= ~(PIPE_CLEAR_COLOR0 << [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 181 restore_buffers |= PIPE_CLEAR_COLOR0 << i; 183 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; 186 buffers |= PIPE_CLEAR_COLOR0 << i; 354 if (buffers & (PIPE_CLEAR_COLOR0 << i))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 48 if (fb->cbufs[i] && (buffers & (PIPE_CLEAR_COLOR0 << i))) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_rcl.c | 30 #define PIPE_CLEAR_COLOR_BUFFERS (PIPE_CLEAR_COLOR0 | \ 35 #define PIPE_FIRST_COLOR_BUFFER_BIT (ffs(PIPE_CLEAR_COLOR0) - 1) 211 uint32_t bit = PIPE_CLEAR_COLOR0 << i; 309 uint32_t bit = PIPE_CLEAR_COLOR0 << i; 594 if (job->store & PIPE_CLEAR_COLOR0 << i)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 285 if (!(clear_buffers & (PIPE_CLEAR_COLOR0 << i))) 464 quad_buffers |= PIPE_CLEAR_COLOR0 << i; 466 clear_buffers |= PIPE_CLEAR_COLOR0 << i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 47 if (fb->cbufs[i] && (buffers & (PIPE_CLEAR_COLOR0 << i))) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 116 restore_buffers |= PIPE_CLEAR_COLOR0 << i; 118 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; 121 buffers |= PIPE_CLEAR_COLOR0 << i; 416 if (buffers & (PIPE_CLEAR_COLOR0 << i))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3dx_rcl.c | 30 #define PIPE_CLEAR_COLOR_BUFFERS (PIPE_CLEAR_COLOR0 | \ 35 #define PIPE_FIRST_COLOR_BUFFER_BIT (ffs(PIPE_CLEAR_COLOR0) - 1) 229 uint32_t bit = PIPE_CLEAR_COLOR0 << i; 332 uint32_t bit = PIPE_CLEAR_COLOR0 << i; 776 if (job->store & PIPE_CLEAR_COLOR0 << i)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_draw.c | 525 job->resolve |= PIPE_CLEAR_COLOR0; 598 if (buffers & PIPE_CLEAR_COLOR0) { 618 rsc->initialized_buffers |= (buffers & PIPE_CLEAR_COLOR0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_draw.c | 494 job->resolve |= PIPE_CLEAR_COLOR0; 568 if (buffers & PIPE_CLEAR_COLOR0) { 588 rsc->initialized_buffers |= (buffers & PIPE_CLEAR_COLOR0);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 285 if (!(clear_buffers & (PIPE_CLEAR_COLOR0 << i))) 470 quad_buffers |= PIPE_CLEAR_COLOR0 << i; 472 clear_buffers |= PIPE_CLEAR_COLOR0 << i;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_draw.c | 103 if (fb->base.nr_cbufs && (buffers & PIPE_CLEAR_COLOR0) && 104 !(job->resolve & PIPE_CLEAR_COLOR0)) { 151 if (ctx->framebuffer.base.nr_cbufs && (buffers & PIPE_CLEAR_COLOR0)) { 153 surf->reload &= ~PIPE_CLEAR_COLOR0; 159 if (buffers & PIPE_CLEAR_COLOR0) { 1035 buffers |= PIPE_CLEAR_COLOR0;
|
| H A D | lima_job.c | 133 if (job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) 294 if (!(job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0))) 318 else if (surf->reload & PIPE_CLEAR_COLOR0) 887 if (cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) 1042 if (job->key.cbuf && (job->resolve & PIPE_CLEAR_COLOR0)) { 1044 surf->reload = PIPE_CLEAR_COLOR0;
|
| H A D | lima_context.c | 120 job->resolve &= ~PIPE_CLEAR_COLOR0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 218 #define PIPE_CLEAR_COLOR0 (1 << 2) macro 228 #define PIPE_CLEAR_COLOR (PIPE_CLEAR_COLOR0 | PIPE_CLEAR_COLOR1 | \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 93 if ((buffers & (PIPE_CLEAR_COLOR0 << i)) && 186 !(buffers & (PIPE_CLEAR_COLOR0 << i)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 96 if ((buffers & (PIPE_CLEAR_COLOR0 << i)) && 189 !(buffers & (PIPE_CLEAR_COLOR0 << i)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 224 #define PIPE_CLEAR_COLOR0 (1 << 2) macro 234 #define PIPE_CLEAR_COLOR (PIPE_CLEAR_COLOR0 | PIPE_CLEAR_COLOR1 | \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_run.c | 303 p->pipe->clear(p->pipe, PIPE_CLEAR_COLOR0, &p->clear_color, 0, 0);
|
| H A D | pp_mlaa.c | 125 p->pipe->clear(p->pipe, PIPE_CLEAR_STENCIL | PIPE_CLEAR_COLOR0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_clear.c | 228 if (buffers & (PIPE_CLEAR_COLOR0 << i)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_clear.c | 230 if (buffers & (PIPE_CLEAR_COLOR0 << i)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_run.c | 311 p->pipe->clear(p->pipe, PIPE_CLEAR_COLOR0, NULL, &p->clear_color, 0, 0);
|