Home
last modified time | relevance | path

Searched refs:clear_depth_stencil (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c511 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/
Dcrocus_clear.c539 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/
Du_threaded_context_calls.h45 CALL(clear_depth_stencil)
Du_blitter.c2925 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/
Dsp_surface.c139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil; in sp_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c457 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()
Di915_clear.c242 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_blitter()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c254 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c261 pctx->clear_depth_stencil = etna_clear_depth_stencil; in etna_clear_blit_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h701 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c667 pctx->clear_depth_stencil = vc4_clear_depth_stencil; in vc4_draw_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c502 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c591 pctx->clear_depth_stencil = fd_clear_depth_stencil; in fd_draw_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c776 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/
Drbug_context.c991 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/
DOutputMerger.cpp382 pipe->clear_depth_stencil(pipe, in ClearDepthStencilView()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c428 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c891 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py726 …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/
Dtr_context.c1497 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/
Dzink_clear.c235 …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/
Ddd_draw.c1582 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/
Dnv50_surface.c484 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/
Dr600_blit.c975 rctx->b.b.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1359 sctx->b.clear_depth_stencil = si_clear_depth_stencil; in si_init_clear_functions()

12