Searched refs:clear_render_target (Results 1 - 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c36 sp->pipe.clear_render_target = util_clear_render_target;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c179 lp->pipe.clear_render_target = util_clear_render_target;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c321 i915->base.clear_render_target = i915_clear_render_target_blitter;
325 i915->base.clear_render_target = i915_clear_render_target_render;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c224 pipe->clear_render_target = nv30_clear_render_target;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h328 void (*clear_render_target)(struct pipe_context *pipe, member in struct:pipe_context
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c268 ctx->clear_render_target = noop_clear_render_target;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1209 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, blit_x, dst_h);
1211 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, dst_w, blit_y);
1230 pipe->clear_render_target(pipe, dst_surface, &black, rect.left + blit_x + blit_w, rect.top, dst_w - blit_x - blit_w, dst_h);
1232 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top + blit_y + blit_h, dst_w, dst_h - blit_y - blit_h);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c380 rctx->context.clear_render_target = r600_clear_render_target;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c753 pipe->clear_render_target(pipe,
1059 GLHD_PIPE_INIT(clear_render_target);
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c664 pipe->clear_render_target(pipe,
927 id_pipe->base.clear_render_target = identity_clear_render_target;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c592 r300->context.clear_render_target = r300_clear_render_target;
H A Dr300_render.c1293 r300->context.clear_render_target(pipe,
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c905 pipe->clear_render_target(pipe,
1213 rb_pipe->base.clear_render_target = rbug_clear_render_target;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1270 trace_dump_call_begin("pipe_context", "clear_render_target");
1280 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height);
1641 TR_CTX_INIT(clear_render_target);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c793 rctx->context.clear_render_target = r600_clear_render_target;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c697 // We clear the dirty area anyway, no need for clear_render_target
1007 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c987 pipe->clear_render_target = nv50_clear_render_target;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c1080 pipe->clear_render_target = nvc0_clear_render_target;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1627 pipe->clear_render_target(pipe, view->object, &cc, 0, 0, view->object->width, view->object->height);

Completed in 9710 milliseconds