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 Dsp_clear.c69 if (buffers & PIPE_CLEAR_COLOR) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_sfbd.c45 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 Dsp_clear.c71 if (buffers & PIPE_CLEAR_COLOR) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dclear.c31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dfs-fragcoord.c187 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Dfs-frontface.c161 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Dfs-write-z.c166 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Docclusion-query.c169 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Dquad-tex.c109 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dtex-srgb.c130 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dtex-swizzle.c110 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dtri-large.c109 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dtri.c106 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c144 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 Dsvga_pipe_clear.c147 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 Dswr_clear.cpp46 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dclear.c31 ctx->clear(ctx, PIPE_CLEAR_COLOR, NULL, &clear_color, 0, 0);
H A Dfs-fragcoord.c187 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Dfs-frontface.c161 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Dfs-write-z.c166 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
H A Docclusion-query.c170 PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_clear.cpp45 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c278 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 Dfreedreno_batch.h94 FD_BUFFER_COLOR = PIPE_CLEAR_COLOR,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c292 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