Searched refs:source_rect (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 198 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative() argument 223 box = RectToPipeBox(source_rect, res); in vlVdpOutputSurfaceGetBitsNative() 653 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface() argument 699 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 723 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface() argument 769 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | mixer.c | 398 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 730 RECT source_rect; in present() local 749 source_rect = *pSourceRect; in present() 750 if (source_rect.top == 0 && in present() 751 source_rect.left == 0 && in present() 752 source_rect.bottom == resource->height0 && in present() 753 source_rect.right == resource->width0) in present()
|