/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil; in sp_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 407 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()
|
D | i915_clear.c | 240 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_blitter()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_clear.cpp | 155 pipe->clear_depth_stencil = swr_clear_depth_stencil; in swr_clear_init()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 327 void (*clear_depth_stencil)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 231 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil; in llvmpipe_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 223 pctx->clear_depth_stencil = etna_clear_depth_stencil; in etna_clear_blit_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_clear.c | 232 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 457 void (*clear_depth_stencil)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 332 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 511 pctx->clear_depth_stencil = fd_clear_depth_stencil; in fd_draw_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 669 pctx->clear_depth_stencil = vc4_clear_depth_stencil; in vc4_draw_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 976 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/ |
D | si_clear.c | 731 sctx->b.b.clear_depth_stencil = si_clear_depth_stencil; in si_init_clear_functions()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_draw.c | 679 pctx->clear_depth_stencil = vc5_clear_depth_stencil; in v3dX()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1262 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/ |
D | dump_state.py | 657 def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height): member in Context
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 878 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 1429 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/ |
D | nv50_surface.c | 484 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/ |
D | r600_blit.c | 980 rctx->b.b.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
|
D | r600_texture.c | 1628 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil, in r600_clear_texture()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 2297 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/ |
D | context.rst | 256 ``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/ |
D | nvc0_surface.c | 1727 pipe->clear_depth_stencil = nvc0_clear_depth_stencil; in nvc0_init_surface_functions()
|