Searched refs:clear_texture (Results 1 - 25 of 45) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h37 CALL(clear_texture)
H A Du_tests.c542 ctx->clear_texture(ctx, tex, 0, &box, &value);
H A Du_threaded_context.c2416 pipe->clear_texture(pipe, p->res, p->level, &p->box, p->data);
2641 CTX_INIT(clear_texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h48 CALL(clear_texture)
H A Du_tests.c551 ctx->clear_texture(ctx, tex, 0, &box, &value);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c235 lp->pipe.clear_texture = util_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h500 void (*clear_texture)(struct pipe_context *pipe, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dresource.cpp79 q.pipe->clear_texture(q.pipe, pipe, 0, box(from, region), texture_data.data());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.c524 pipe->clear_texture = util_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c554 svga->pipe.clear_texture = svga_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c519 svga->pipe.clear_texture = svga_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h698 void (*clear_texture)(struct pipe_context *pipe, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.c526 pipe->clear_texture = util_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c481 ctx->clear_texture = noop_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.cpp541 ctx->pipe.clear_texture = util_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c616 * The pipe->clear_texture() driver hook.
748 ctx->clear_texture = iris_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c489 lp->pipe.clear_texture = llvmpipe_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c759 context->gpu->clear_texture(context->gpu, resource->gpu, level, box, data);
1330 context->base.clear_texture = tegra_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1280 trace_dump_call_begin("pipe_context", "clear_texture");
1290 pipe->clear_texture(pipe, res, level, box, data);
1992 TR_CTX_INIT(clear_texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c791 context->gpu->clear_texture(context->gpu, resource->gpu, level, box, data);
1377 context->base.clear_texture = tegra_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c775 sctx->b.clear_texture = si_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c703 * The pipe->clear_texture() driver hook.
854 ctx->clear_texture = crocus_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c708 * The pipe->clear_texture() driver hook.
838 ctx->clear_texture = iris_clear_texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.cpp567 ctx->pipe.clear_texture = util_clear_texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1576 pipe->clear_texture(pipe, res, level, box, data);
1741 CTX_INIT(clear_texture);

Completed in 33 milliseconds

12