Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c408 struct pipe_surface *dst_surface, in renderer_copy_prepare() argument
418 assert(screen->is_format_supported(screen, dst_surface->format, in renderer_copy_prepare()
423 renderer_bind_destination(r, dst_surface); in renderer_copy_prepare()
471 if (dst_surface->format == PIPE_FORMAT_L8_UNORM || in renderer_copy_prepare()
472 dst_surface->format == PIPE_FORMAT_R8_UNORM) in renderer_copy_prepare()
Dxa_priv.h272 struct pipe_surface *dst_surface,
/external/mesa3d/src/gallium/state_trackers/va/
Dpostproc.c285 vlVaSurface *src_surface, *dst_surface; in vlVaHandleVAProcPipelineParameterBufferType() local
300 dst_surface = handle_table_get(drv->htab, context->target_id); in vlVaHandleVAProcPipelineParameterBufferType()
348 dst_region = vlVaRegionDefault(param->output_region, dst_surface, &def_dst_region); in vlVaHandleVAProcPipelineParameterBufferType()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c1354 struct pipe_surface *dst_surface, in vl_compositor_render() argument
1359 assert(dst_surface); in vl_compositor_render()
1361 c->fb_state.width = dst_surface->width; in vl_compositor_render()
1362 c->fb_state.height = dst_surface->height; in vl_compositor_render()
1363 c->fb_state.cbufs[0] = dst_surface; in vl_compositor_render()
1368 s->scissor.maxx = dst_surface->width; in vl_compositor_render()
1369 s->scissor.maxy = dst_surface->height; in vl_compositor_render()
1378 c->pipe->clear_render_target(c->pipe, dst_surface, &s->clear_color, in vl_compositor_render()
1379 0, 0, dst_surface->width, dst_surface->height, false); in vl_compositor_render()
Dvl_compositor.h286 struct pipe_surface *dst_surface,
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_enc.c979 struct pipe_surface **dst_surface; in enc_ScaleInput() local
986 dst_surface = priv->scale_buffer[priv->current_scale_buffer]->get_surfaces in enc_ScaleInput()
992 if (!views[i] || !dst_surface[i]) in enc_ScaleInput()
1003 vl_compositor_render(s, compositor, dst_surface[i], NULL, false); in enc_ScaleInput()