Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil; in sp_init_surface_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c407 i915->base.clear_depth_stencil = i915_clear_depth_stencil_blitter; in i915_init_surface_functions()
411 i915->base.clear_depth_stencil = i915_clear_depth_stencil_render; in i915_init_surface_functions()
Di915_clear.c240 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_blitter()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_clear.cpp155 pipe->clear_depth_stencil = swr_clear_depth_stencil; in swr_clear_init()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h327 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c231 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c223 pctx->clear_depth_stencil = etna_clear_depth_stencil; in etna_clear_blit_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c232 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h457 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c332 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c511 pctx->clear_depth_stencil = fd_clear_depth_stencil; in fd_draw_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c669 pctx->clear_depth_stencil = vc4_clear_depth_stencil; in vc4_draw_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c976 pipe->clear_depth_stencil(pipe, in rbug_clear_depth_stencil()
1253 rb_pipe->base.clear_depth_stencil = rbug_clear_depth_stencil; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c731 sctx->b.b.clear_depth_stencil = si_clear_depth_stencil; in si_init_clear_functions()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_draw.c679 pctx->clear_depth_stencil = vc5_clear_depth_stencil; in v3dX()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1262 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil()
1903 TR_CTX_INIT(clear_depth_stencil); in trace_context_create()
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py657 def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height): member in Context
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c878 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c1429 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in dd_context_clear_depth_stencil()
1634 CTX_INIT(clear_depth_stencil); in dd_init_draw_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c484 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil, in nv50_clear_texture()
1813 pipe->clear_depth_stencil = nv50_clear_depth_stencil; in nv50_init_surface_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c980 rctx->b.b.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
Dr600_texture.c1628 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil, in r600_clear_texture()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2297 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in tc_clear_depth_stencil()
2572 CTX_INIT(clear_depth_stencil); in threaded_context_create()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst256 ``clear_depth_stencil`` clears a single depth, stencil or depth/stencil surface
492 The blit, clear_render_target and clear_depth_stencil functions (but
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1727 pipe->clear_depth_stencil = nvc0_clear_depth_stencil; in nvc0_init_surface_functions()

12