/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_scissor.c | 45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i]; in st_window_rectangles_to_blit() local
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_common.c | 97 struct u_rect dst_rect; in vid_dec_FillOutput() local
|
H A D | vid_dec_h264_common.c | 1088 struct u_rect src_rect, dst_rect; in vid_dec_FrameDecoded_common() local
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; in vlVaAssociateSubpicture() local
|
H A D | postproc.c | 64 struct u_rect dst_rect; in vlVaPostProcCompositor() local 130 struct u_rect dst_rect; in vlVaVidEngineBlit() local 192 struct u_rect dst_rect; vlVaPostProcBlit() local [all...] |
H A D | picture.c | 769 struct u_rect src_rect, dst_rect; in vlVaEndPicture() local
|
H A D | image.c | 342 struct u_rect src_rect, dst_rect; in vlVaDeriveImage() local
|
H A D | va_private.h | 261 struct u_rect dst_rect; member
|
H A D | surface.c | 317 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in vlVaPutSurface() local 216 vlVaPutSubpictures(vlVaSurface *surf, vlVaDriver *drv, struct pipe_surface *surf_draw, struct u_rect *dirty_area, struct u_rect *src_rect, struct u_rect *dst_rect) vlVaPutSubpictures() argument 1300 struct u_rect src_rect, dst_rect; vlVaExportSurfaceHandle() local [all...] |
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | xvmc_private.h | 94 struct u_rect dst_rect; member
|
H A D | surface.c | 366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in XvMCPutSurface() local
|
H A D | subpicture.c | 509 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; in XvMCBlendSubpicture() local
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 213 const auto dst_rect = SkRect::MakeSize(fSize); variable
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 308 struct u_rect dst_rect; in vlVdpOutputSurfacePutBitsIndexed() local 447 struct u_rect dst_rect; in vlVdpOutputSurfacePutBitsYCbCr() local 665 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderOutputSurface() local 735 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderBitmapSurface() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 319 set_yuv_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_video_buffer *buffer, struct u_rect *src_rect, struct u_rect *dst_rect, bool y, enum vl_compositor_deinterlace deinterlace) set_yuv_layer() argument 377 set_rgb_to_yuv_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *v, struct u_rect *src_rect, struct u_rect *dst_rect, bool y) set_rgb_to_yuv_layer() argument 545 vl_compositor_set_buffer_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_video_buffer *buffer, struct u_rect *src_rect, struct u_rect *dst_rect, enum vl_compositor_deinterlace deinterlace) vl_compositor_set_buffer_layer() argument 614 vl_compositor_set_palette_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *indexes, struct pipe_sampler_view *palette, struct u_rect *src_rect, struct u_rect *dst_rect, bool include_color_conversion) vl_compositor_set_palette_layer() argument 644 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) vl_compositor_set_rgba_layer() argument 686 vl_compositor_yuv_deint_full(struct vl_compositor_state *s, struct vl_compositor *c, struct pipe_video_buffer *src, struct pipe_video_buffer *dst, struct u_rect *src_rect, struct u_rect *dst_rect, enum vl_compositor_deinterlace deinterlace) vl_compositor_yuv_deint_full() argument 716 vl_compositor_convert_rgb_to_yuv(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_resource *src_res, struct pipe_video_buffer *dst, struct u_rect *src_rect, struct u_rect *dst_rect) vl_compositor_convert_rgb_to_yuv() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_copy.c | 632 float dst_rect[] = { in panvk_meta_copy_img2img() local 1037 float dst_rect[] = { in panvk_meta_copy_buf2img() local
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 1532 float dst_rect[] = { in pan_blit_ctx_init() local
|