Searched refs:PIPE_CLEAR_COLOR (Results 1 - 25 of 98) sorted by relevance
1234
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 69 if (buffers & PIPE_CLEAR_COLOR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_sfbd.c | 45 if (job->clear & PIPE_CLEAR_COLOR) { 73 if (!(job->clear & ~(PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL))) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 71 if (buffers & PIPE_CLEAR_COLOR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | clear.c | 31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| H A D | fs-fragcoord.c | 187 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | fs-frontface.c | 161 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | fs-write-z.c | 166 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | occlusion-query.c | 169 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | quad-tex.c | 109 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| H A D | tex-srgb.c | 130 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| H A D | tex-swizzle.c | 110 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| H A D | tri-large.c | 109 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| H A D | tri.c | 106 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 144 if (buffers & PIPE_CLEAR_COLOR) { 239 if (buffers & PIPE_CLEAR_COLOR) { 396 if (is_integer_target(curr, PIPE_CLEAR_COLOR) && 399 clear_buffers_with_quad(svga, PIPE_CLEAR_COLOR, &color, 0.0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 147 if (buffers & PIPE_CLEAR_COLOR) { 242 if (buffers & PIPE_CLEAR_COLOR) { 371 if (is_integer_target(curr, PIPE_CLEAR_COLOR) && 374 clear_buffers_with_quad(svga, PIPE_CLEAR_COLOR, &color, 0.0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 46 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | clear.c | 31 ctx->clear(ctx, PIPE_CLEAR_COLOR, NULL, &clear_color, 0, 0);
|
| H A D | fs-fragcoord.c | 187 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | fs-frontface.c | 161 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | fs-write-z.c | 166 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| H A D | occlusion-query.c | 170 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_clear.cpp | 45 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_draw.c | 278 if (buffers & PIPE_CLEAR_COLOR) { 428 if (buffers & PIPE_CLEAR_COLOR) 517 if (buffers & PIPE_CLEAR_COLOR) { 546 if (buffers & PIPE_CLEAR_COLOR) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.h | 94 FD_BUFFER_COLOR = PIPE_CLEAR_COLOR,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_draw.c | 292 if (buffers & PIPE_CLEAR_COLOR) { 445 if (buffers & PIPE_CLEAR_COLOR) 542 if (buffers & PIPE_CLEAR_COLOR) { 571 if (buffers & PIPE_CLEAR_COLOR) {
|
Completed in 19 milliseconds
1234