Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c37 sp->pipe.clear_depth_stencil = util_clear_depth_stencil; in sp_init_surface_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_clear.h55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL, in util_clear()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c322 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/
Dlp_surface.c180 lp->pipe.clear_depth_stencil = util_clear_depth_stencil; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h340 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_clear.c225 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c269 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c775 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/
Did_context.c686 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/
Dr600_blit.c381 rctx->context.clear_depth_stencil = r600_clear_depth_stencil; in si_init_blit_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c593 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1311 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/
Drbug_context.c930 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/
Dr600_blit.c794 rctx->context.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_surface.c988 pipe->clear_depth_stencil = nv50_clear_depth_stencil; in nv50_init_surface_functions()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt125 ClearDepthStencilView -> clear_depth_stencil
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c1081 pipe->clear_depth_stencil = nvc0_clear_depth_stencil; in nvc0_init_surface_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst218 ``clear_depth_stencil`` clears a single depth, stencil or depth/stencil surface
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1643 …pipe->clear_depth_stencil(pipe, view->object, flags, depth, stencil, 0, 0, view->object->width, vi… in ClearDepthStencilView()