Home
last modified time | relevance | path

Searched refs:dst_surface (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c442 struct pipe_surface *dst_surface; in util_blit_pixels() local
528 dst_surface = dst; in util_blit_pixels()
532 dst_surface = pipe->create_surface(pipe, dst->texture, &templ); in util_blit_pixels()
537 if (src_tex == dst_surface->texture && in util_blit_pixels()
538 dst_surface->u.tex.level == src_level && in util_blit_pixels()
539 dst_surface->u.tex.first_layer == srcZ0) { in util_blit_pixels()
650 dst_surface->texture->nr_samples, in util_blit_pixels()
743 ctx->viewport.scale[0] = 0.5f * dst_surface->width; in util_blit_pixels()
744 ctx->viewport.scale[1] = 0.5f * dst_surface->height; in util_blit_pixels()
747 ctx->viewport.translate[0] = 0.5f * dst_surface->width; in util_blit_pixels()
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c393 struct pipe_surface *dst_surface, in renderer_copy_prepare() argument
403 assert(screen->is_format_supported(screen, dst_surface->format, in renderer_copy_prepare()
437 renderer_bind_destination(r, dst_surface, in renderer_copy_prepare()
438 dst_surface->width, dst_surface->height); in renderer_copy_prepare()
455 if (dst_surface->format == PIPE_FORMAT_L8_UNORM) in renderer_copy_prepare()
Dxa_priv.h239 struct pipe_surface *dst_surface,
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp1109 struct pipe_surface* dst_surface; in Present() local
1135 dst_surface = 0; in Present()
1175 dst_surface = pipe->create_surface(pipe, dst, &templat); in Present()
1209 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, blit_x, dst_h); in Present()
1211 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, dst_w, blit_y); in Present()
1224 …blitter->blit(dst_surface, gallium_buffer0_view, rect.left + blit_x, rect.top + blit_y, blit_w, bl… in Present()
1230 …pipe->clear_render_target(pipe, dst_surface, &black, rect.left + blit_x + blit_w, rect.top, dst_w … in Present()
1232 …pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top + blit_y + blit_h, dst_w,… in Present()
1235 if(dst_surface) in Present()
1236 pipe->surface_destroy(pipe, dst_surface); in Present()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c985 struct pipe_surface *dst_surface, in vl_compositor_render() argument
989 assert(dst_surface); in vl_compositor_render()
991 c->fb_state.width = dst_surface->width; in vl_compositor_render()
992 c->fb_state.height = dst_surface->height; in vl_compositor_render()
993 c->fb_state.cbufs[0] = dst_surface; in vl_compositor_render()
998 s->scissor.maxx = dst_surface->width; in vl_compositor_render()
999 s->scissor.maxy = dst_surface->height; in vl_compositor_render()
1007 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_render()
1008 0, 0, dst_surface->width, dst_surface->height); in vl_compositor_render()
Dvl_compositor.h226 struct pipe_surface *dst_surface,
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c561 struct pipe_surface *dst_surface; in decompress_with_blit() local
569 &dst_texture, &dst_surface)) { in decompress_with_blit()
602 dst_surface, /* pipe_surface (dst) */ in decompress_with_blit()
675 util_destroy_rgba_surface(dst_texture, dst_surface); in decompress_with_blit()