Home
last modified time | relevance | path

Searched refs:clear_depth_stencil (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/iris/
H A 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()
761 * The pipe->clear_depth_stencil() driver hook.
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/
H A 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()
809 * The pipe->clear_depth_stencil() driver hook.
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/drivers/softpipe/
H A Dsp_surface.c139 sp->pipe.clear_depth_stencil = softpipe_clear_depth_stencil; in sp_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
H A 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()
H A 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/
H A Dnv30_clear.c254 pipe->clear_depth_stencil = nv30_clear_depth_stencil; in nv30_clear_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c261 pctx->clear_depth_stencil = etna_clear_depth_stencil; in etna_clear_blit_init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h701 void (*clear_depth_stencil)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c667 pctx->clear_depth_stencil = vc4_clear_depth_stencil; in vc4_draw_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c502 lp->pipe.clear_depth_stencil = llvmpipe_clear_depth_stencil; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c591 pctx->clear_depth_stencil = fd_clear_depth_stencil; in fd_draw_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c428 ctx->clear_depth_stencil = noop_clear_depth_stencil; in noop_create_context()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py726 def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_condition_enabled): member in Context
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp382 pipe->clear_depth_stencil(pipe, in ClearDepthStencilView()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c891 r300->context.clear_depth_stencil = r300_clear_depth_stencil; in r300_init_blit_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A 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_trace/
H A Dtr_context.c1484 trace_dump_call_begin("pipe_context", "clear_depth_stencil"); in trace_context_clear_depth_stencil()
1497 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/auxiliary/driver_rbug/
H A 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/drivers/nouveau/nv50/
H A 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/auxiliary/driver_ddebug/
H A 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/zink/
H A Dzink_clear.c235 pctx->clear_depth_stencil(pctx, ctx->fb_state.zsbuf, buffers & PIPE_CLEAR_DEPTHSTENCIL, depth, stencil, in zink_clear()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c975 rctx->b.b.clear_depth_stencil = r600_clear_depth_stencil; in r600_init_blit_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c30 * clear_depth_stencil, resource_copy_region, and blit functions.
2925 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/v3d/
H A Dv3dx_draw.c1688 pctx->clear_depth_stencil = v3d_clear_depth_stencil; in draw_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_clear.c1359 sctx->b.clear_depth_stencil = si_clear_depth_stencil; in si_init_clear_functions()

Completed in 45 milliseconds

12