Searched refs:clear_depth_stencil (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil; in sp_init_surface_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_clear.h | 55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in util_clear()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 322 i915->base.clear_depth_stencil = i915_clear_depth_stencil_blitter; in i915_init_surface_functions() 326 i915->base.clear_depth_stencil = i915_clear_depth_stencil_render; in i915_init_surface_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 180 lp->pipe.clear_depth_stencil = util_clear_depth_stencil; in llvmpipe_init_surface_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 340 void (*clear_depth_stencil)(struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_clear.c | 225 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 269 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 775 pipe->clear_depth_stencil(pipe, in galahad_context_clear_depth_stencil() 1060 GLHD_PIPE_INIT(clear_depth_stencil); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 686 pipe->clear_depth_stencil(pipe, in identity_clear_depth_stencil() 928 id_pipe->base.clear_depth_stencil = identity_clear_depth_stencil; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 381 rctx->context.clear_depth_stencil = r600_clear_depth_stencil; in si_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 593 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1311 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil() 1642 TR_CTX_INIT(clear_depth_stencil); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 930 pipe->clear_depth_stencil(pipe, in rbug_clear_depth_stencil() 1214 rb_pipe->base.clear_depth_stencil = rbug_clear_depth_stencil; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 794 rctx->context.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_surface.c | 988 pipe->clear_depth_stencil = nv50_clear_depth_stencil; in nv50_init_surface_functions()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 125 ClearDepthStencilView -> clear_depth_stencil
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_surface.c | 1081 pipe->clear_depth_stencil = nvc0_clear_depth_stencil; in nvc0_init_surface_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 218 ``clear_depth_stencil`` clears a single depth, stencil or depth/stencil surface
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1643 …pipe->clear_depth_stencil(pipe, view->object, flags, depth, stencil, 0, 0, view->object->width, vi… in ClearDepthStencilView()
|