Searched refs:destination_rect (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 241 VdpRect const *destination_rect) in vlVdpOutputSurfacePutBitsNative() argument 258 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpOutputSurfacePutBitsNative() 276 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsIndexed() argument 321 if (destination_rect) { in vlVdpOutputSurfacePutBitsIndexed() 322 res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1); in vlVdpOutputSurfacePutBitsIndexed() 323 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1); in vlVdpOutputSurfacePutBitsIndexed() 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 417 VdpRect const *destination_rect, in vlVdpOutputSurfacePutBitsYCbCr() argument 454 if (destination_rect) { in vlVdpOutputSurfacePutBitsYCbCr() 455 vtmpl.width = abs(destination_rect->x0-destination_rect->x1); in vlVdpOutputSurfacePutBitsYCbCr() [all …]
|
D | bitmap.c | 167 VdpRect const *destination_rect) in vlVdpBitmapSurfacePutBitsNative() argument 186 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpBitmapSurfacePutBitsNative()
|
D | mixer.c | 213 VdpRect const *destination_rect, in vlVdpVideoMixerRender() argument 306 …mpositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)); in vlVdpVideoMixerRender() 311 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
|