Searched refs:destination_rect (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 246 VdpRect const *destination_rect) in vlVdpOutputSurfacePutBitsNative() argument 265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpOutputSurfacePutBitsNative() 290 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsIndexed() argument 335 if (destination_rect) { in vlVdpOutputSurfacePutBitsIndexed() 336 res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1); in vlVdpOutputSurfacePutBitsIndexed() 337 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1); in vlVdpOutputSurfacePutBitsIndexed() 408 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 433 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 | 241 VdpRect const *destination_rect, in vlVdpVideoMixerRender() argument 384 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender() 398 …mpositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)); in vlVdpVideoMixerRender() 451 RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
|