Home
last modified time | relevance | path

Searched refs:destination_rect (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
Doutput.c247 VdpRect const *destination_rect) in vlVdpOutputSurfacePutBitsNative() argument
266 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpOutputSurfacePutBitsNative()
291 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsIndexed() argument
336 if (destination_rect) { in vlVdpOutputSurfacePutBitsIndexed()
337 if (destination_rect->x1 > destination_rect->x0 && in vlVdpOutputSurfacePutBitsIndexed()
338 destination_rect->y1 > destination_rect->y0) { in vlVdpOutputSurfacePutBitsIndexed()
339 res_tmpl.width0 = destination_rect->x1 - destination_rect->x0; in vlVdpOutputSurfacePutBitsIndexed()
340 res_tmpl.height0 = destination_rect->y1 - destination_rect->y0; in vlVdpOutputSurfacePutBitsIndexed()
412 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
437 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsYCbCr() argument
[all …]
Dbitmap.c184 VdpRect const *destination_rect) in vlVdpBitmapSurfacePutBitsNative() argument
201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpBitmapSurfacePutBitsNative()
Dmixer.c239 VdpRect const *destination_rect, in vlVdpVideoMixerRender() argument
385 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
399 …mpositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)); in vlVdpVideoMixerRender()
452 RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()