/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 511 clear_depth_stencil(struct iris_context *ice, in clear_depth_stencil() function 644 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true, in iris_clear() 695 clear_depth_stencil(ice, p_res, level, box, true, true, true, in iris_clear_texture() 787 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, in iris_clear_depth_stencil() 799 ctx->clear_depth_stencil = iris_clear_depth_stencil; in iris_init_clear_functions()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 539 clear_depth_stencil(struct crocus_context *ice, in clear_depth_stencil() function 675 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true, in crocus_clear() 741 clear_depth_stencil(ice, p_res, level, box, true, true, true, in crocus_clear_texture() 842 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, in crocus_clear_depth_stencil() 856 ctx->clear_depth_stencil = crocus_clear_depth_stencil; in crocus_init_clear_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 45 CALL(clear_depth_stencil)
|
D | u_blitter.c | 2925 pipe->clear_depth_stencil(pipe, dst_view, PIPE_CLEAR_STENCIL, 0.0, 0, in util_blitter_stencil_fallback() 2933 pipe->clear_depth_stencil(pipe, dst_view, PIPE_CLEAR_STENCIL, 0.0, 0, in util_blitter_stencil_fallback()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil; in sp_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 457 i915->base.clear_depth_stencil = i915_clear_depth_stencil_blitter; in i915_init_surface_functions() 461 i915->base.clear_depth_stencil = i915_clear_depth_stencil_render; in i915_init_surface_functions()
|
D | i915_clear.c | 242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_blitter()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_clear.c | 254 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 261 pctx->clear_depth_stencil = etna_clear_depth_stencil; in etna_clear_blit_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 701 void (*clear_depth_stencil)(struct pipe_context *pipe, member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 667 pctx->clear_depth_stencil = vc4_clear_depth_stencil; in vc4_draw_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 502 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil; in llvmpipe_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 591 pctx->clear_depth_stencil = fd_clear_depth_stencil; in fd_draw_init()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 776 context->gpu->clear_depth_stencil(context->gpu, dst->gpu, flags, depth, in tegra_clear_depth_stencil() 1376 context->base.clear_depth_stencil = tegra_clear_depth_stencil; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 991 pipe->clear_depth_stencil(pipe, in rbug_clear_depth_stencil() 1347 rb_pipe->base.clear_depth_stencil = rbug_clear_depth_stencil; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 382 pipe->clear_depth_stencil(pipe, in ClearDepthStencilView()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 428 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 891 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 726 …def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_… member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1497 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil() 2381 TR_CTX_INIT(clear_depth_stencil); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 235 …pctx->clear_depth_stencil(pctx, ctx->fb_state.zsbuf, buffers & PIPE_CLEAR_DEPTHSTENCIL, depth, ste… in zink_clear()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 1582 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in dd_context_clear_depth_stencil() 1846 CTX_INIT(clear_depth_stencil); in dd_init_draw_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 484 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil, in nv50_clear_texture() 1862 pipe->clear_depth_stencil = nv50_clear_depth_stencil; in nv50_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 975 rctx->b.b.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 1359 sctx->b.clear_depth_stencil = si_clear_depth_stencil; in si_init_clear_functions()
|