Searched refs:destination_rect (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 247 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 res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1); in vlVdpOutputSurfacePutBitsIndexed() 338 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1); in vlVdpOutputSurfacePutBitsIndexed() 409 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 434 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsYCbCr() argument 469 if (destination_rect) { in vlVdpOutputSurfacePutBitsYCbCr() 470 vtmpl.width = abs(destination_rect->x0-destination_rect->x1); in vlVdpOutputSurfacePutBitsYCbCr() [all …]
|
D | bitmap.c | 184 VdpRect const *destination_rect) in vlVdpBitmapSurfacePutBitsNative() argument 201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpBitmapSurfacePutBitsNative()
|
D | mixer.c | 239 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()
|