/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 45 CALL(clear_render_target)
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 138 sp->pipe.clear_render_target = softpipe_clear_render_target; in sp_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 456 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()
|
D | i915_clear.c | 234 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, in i915_clear_blitter()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.c | 485 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/ |
D | nv30_clear.c | 231 pipe->clear_render_target = nv30_clear_render_target; in nv30_clear_init()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 260 pctx->clear_render_target = etna_clear_render_target; in etna_clear_blit_init()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_cs.c | 798 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_cs_render()
|
D | vl_bicubic_filter.c | 450 filter->pipe->clear_render_target(filter->pipe, dst, &clear_color, in vl_bicubic_filter_render()
|
D | vl_compositor_gfx.c | 712 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_gfx_render()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 672 void (*clear_render_target)(struct pipe_context *pipe, member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 518 svga->pipe.clear_render_target = svga_clear_render_target; in svga_init_clear_functions()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 484 lp->pipe.clear_render_target = llvmpipe_clear_render_target; in llvmpipe_init_surface_functions()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 641 pctx->clear_render_target = vc4_clear_render_target; in vc4_draw_init()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | surface.c | 457 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0, in vlVdpVideoSurfaceClear()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 589 pctx->clear_render_target = fd_clear_render_target; in fd_draw_init()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 745 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/ |
D | rbug_context.c | 965 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/ |
D | noop_pipe.c | 427 ctx->clear_render_target = noop_clear_render_target; in noop_create_context()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 235 pipe->clear_render_target(pipe, in ClearRenderTargetView()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 855 ctx->clear_render_target = crocus_clear_render_target; in crocus_init_clear_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 838 ctx->clear_render_target = iris_clear_render_target; in iris_init_clear_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 676 def clear_render_target(self, dst, rgba, dstx, dsty, width, height): member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1418 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/ |
D | r300_blit.c | 881 r300->context.clear_render_target = r300_clear_render_target; in r300_init_blit_functions()
|