Searched refs:clear_depth_stencil (Results 1 - 25 of 62) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h46 CALL(clear_depth_stencil)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c482 clear_depth_stencil(struct iris_context *ice, function in typeref:typename:void
586 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true,
644 clear_depth_stencil(ice, p_res, level, box, true, true, true,
712 * The pipe->clear_depth_stencil() driver hook.
738 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box,
750 ctx->clear_depth_stencil = iris_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_clear.cpp155 pipe->clear_depth_stencil = swr_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c539 clear_depth_stencil(struct crocus_context *ice, function in typeref:typename:void
675 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true,
741 clear_depth_stencil(ice, p_res, level, box, true, true, true,
809 * The pipe->clear_depth_stencil() driver hook.
842 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box,
856 ctx->clear_depth_stencil = crocus_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c550 clear_depth_stencil(struct iris_context *ice, function in typeref:typename:void
685 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true,
736 clear_depth_stencil(ice, p_res, level, box, true, true, true,
802 * The pipe->clear_depth_stencil() driver hook.
828 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box,
840 ctx->clear_depth_stencil = iris_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c407 i915->base.clear_depth_stencil = i915_clear_depth_stencil_blitter;
411 i915->base.clear_depth_stencil = i915_clear_depth_stencil_render;
H A Di915_clear.c240 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c223 pctx->clear_depth_stencil = etna_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c231 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c232 pipe->clear_depth_stencil = nv30_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_clear.c242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
H A Di915_surface.c457 i915->base.clear_depth_stencil = i915_clear_depth_stencil_blitter;
461 i915->base.clear_depth_stencil = i915_clear_depth_stencil_render;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c232 pipe->clear_depth_stencil = nv30_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h487 void (*clear_depth_stencil)(struct pipe_context *pipe, member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c261 pctx->clear_depth_stencil = etna_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c343 ctx->clear_depth_stencil = noop_clear_depth_stencil;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c481 pctx->clear_depth_stencil = fd_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h685 void (*clear_depth_stencil)(struct pipe_context *pipe, member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c672 pctx->clear_depth_stencil = vc4_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c590 pctx->clear_depth_stencil = fd_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c485 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c642 pctx->clear_depth_stencil = vc4_clear_depth_stencil;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c428 ctx->clear_depth_stencil = noop_clear_depth_stencil;

Completed in 65 milliseconds

123