Searched defs:dstsurf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_render.c1262 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local
1279 dstsurf = pipe->create_surface(pipe, info->dst.res, &surf_tmpl);
1284 aa->dest = r300_surface(dstsurf);
1305 pipe_surface_reference(&dstsurf, NULL);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render.c1262 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local
1279 dstsurf = pipe->create_surface(pipe, info->dst.res, &surf_tmpl);
1284 aa->dest = r300_surface(dstsurf);
1305 pipe_surface_reference(&dstsurf, NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1279 struct pipe_surface *dstsurf,
1288 assert(dstsurf->texture);
1289 if (!dstsurf->texture)
1305 fb_state.width = dstsurf->width;
1306 fb_state.height = dstsurf->height;
1308 fb_state.cbufs[0] = dstsurf;
1314 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height);
1326 struct pipe_surface *dstsurf,
1338 assert(dstsurf
1278 util_blitter_clear_render_target(struct blitter_context *blitter, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1325 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1516 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local
1566 util_blitter_custom_color(struct blitter_context *blitter, struct pipe_surface *dstsurf, void *custom_blend) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1279 struct pipe_surface *dstsurf,
1288 assert(dstsurf->texture);
1289 if (!dstsurf->texture)
1305 fb_state.width = dstsurf->width;
1306 fb_state.height = dstsurf->height;
1308 fb_state.cbufs[0] = dstsurf;
1314 blitter_set_dst_dimensions(ctx, dstsurf->width, dstsurf->height);
1326 struct pipe_surface *dstsurf,
1338 assert(dstsurf
1278 util_blitter_clear_render_target(struct blitter_context *blitter, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1325 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
1516 struct pipe_surface *srcsurf, *dstsurf, surf_tmpl; local
1566 util_blitter_custom_color(struct blitter_context *blitter, struct pipe_surface *dstsurf, void *custom_blend) argument
[all...]

Completed in 128 milliseconds