Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h45 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.c231 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.h672 void (*clear_render_target)(struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c518 svga->pipe.clear_render_target = svga_clear_render_target; in svga_init_clear_functions()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c484 lp->pipe.clear_render_target = llvmpipe_clear_render_target; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c641 pctx->clear_render_target = vc4_clear_render_target; in vc4_draw_init()
/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/freedreno/
Dfreedreno_draw.c589 pctx->clear_render_target = fd_clear_render_target; in fd_draw_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c745 context->gpu->clear_render_target(context->gpu, dst->gpu, color, dstx, in tegra_clear_render_target()
1357 context->base.clear_render_target = tegra_clear_render_target; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c965 pipe->clear_render_target(pipe, in rbug_clear_render_target()
1347 rb_pipe->base.clear_render_target = rbug_clear_render_target; in rbug_context_create()
/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/frontends/d3d10umd/
DOutputMerger.cpp235 pipe->clear_render_target(pipe, in ClearRenderTargetView()
/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/iris/
Diris_clear.c838 ctx->clear_render_target = iris_clear_render_target; in iris_init_clear_functions()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py676 def clear_render_target(self, dst, rgba, dstx, dsty, width, height): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1418 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height, in trace_context_clear_render_target()
2278 TR_CTX_INIT(clear_render_target); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c881 r300->context.clear_render_target = r300_clear_render_target; in r300_init_blit_functions()

12