Home
last modified time | relevance | path

Searched refs:clear_render_target (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h44 CALL(clear_render_target)
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c138 sp->pipe.clear_render_target = softpipe_clear_render_target; in sp_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c456 i915->base.clear_render_target = i915_clear_render_target_blitter; in i915_init_surface_functions()
460 i915->base.clear_render_target = i915_clear_render_target_render; in i915_init_surface_functions()
Di915_clear.c234 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, in i915_clear_blitter()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c485 context->clear_render_target(context, &surf.base, &color, 0, 0, 64, 4760, false); in nv84_create_decoder()
492 context->clear_render_target(context, &surf.base, &color, 0, 0, 1024, 1, false); in nv84_create_decoder()
494 context->clear_render_target(context, &surf.base, &color, 0, 0, 1024, 1, false); in nv84_create_decoder()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c253 pipe->clear_render_target = nv30_clear_render_target; in nv30_clear_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c260 pctx->clear_render_target = etna_clear_render_target; in etna_clear_blit_init()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c798 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_cs_render()
Dvl_bicubic_filter.c450 filter->pipe->clear_render_target(filter->pipe, dst, &clear_color, in vl_bicubic_filter_render()
Dvl_compositor_gfx.c712 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_gfx_render()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h688 void (*clear_render_target)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c225 pctx->clear_render_target(pctx, ctx->fb_state.cbufs[i], &color, in zink_clear()
230 pctx->clear_render_target(pctx, ctx->fb_state.cbufs[i], pcolor, in zink_clear()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c551 svga->pipe.clear_render_target = svga_clear_render_target; in svga_init_clear_functions()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c457 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0, in vlVdpVideoSurfaceClear()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c666 pctx->clear_render_target = vc4_clear_render_target; in vc4_draw_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c501 lp->pipe.clear_render_target = llvmpipe_clear_render_target; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c590 pctx->clear_render_target = fd_clear_render_target; in fd_draw_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c757 context->gpu->clear_render_target(context->gpu, dst->gpu, color, dstx, in tegra_clear_render_target()
1375 context->base.clear_render_target = tegra_clear_render_target; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c964 pipe->clear_render_target(pipe, in rbug_clear_render_target()
1346 rb_pipe->base.clear_render_target = rbug_clear_render_target; in rbug_context_create()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp235 pipe->clear_render_target(pipe, in ClearRenderTargetView()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c798 ctx->clear_render_target = iris_clear_render_target; in iris_init_clear_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c427 ctx->clear_render_target = noop_clear_render_target; in noop_create_context()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c855 ctx->clear_render_target = crocus_clear_render_target; in crocus_init_clear_functions()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c890 r300->context.clear_render_target = r300_clear_render_target; in r300_init_blit_functions()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py723 def clear_render_target(self, dst, rgba, dstx, dsty, width, height, render_condition_enabled): member in Context

12