Home
last modified time | relevance | path

Searched refs:u_rect (Results 26 - 48 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c42 #include "util/u_rect.h"
508 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture()
509 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; in XvMCBlendSubpicture()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c67 struct u_rect dirty_areas[2];
262 static struct u_rect *
H A Dvl_bicubic_filter.c37 #include "util/u_rect.h"
389 struct u_rect *dst_area, in vl_bicubic_filter_render()
390 struct u_rect *dst_clip) in vl_bicubic_filter_render()
H A Dvl_winsys_dri3.c85 struct u_rect dirty_areas[BACK_BUFFER_NUM];
640 static struct u_rect *
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h42 #include "util/u_rect.h"
178 struct u_rect box;
H A Dlp_rast_linear_fallback.c149 const struct u_rect *box) in lp_rast_linear_rect_fallback()
H A Dlp_setup_tri.c34 #include "util/u_rect.h"
297 struct u_rect bbox; in do_triangle_ccw()
342 const struct u_rect *scissor = &setup->draw_regions[viewport_index]; in do_triangle_ccw()
772 const struct u_rect *bbox, in lp_setup_bin_triangle()
803 struct u_rect trimmed_box = *bbox; in lp_setup_bin_triangle()
H A Dlp_setup_line.c291 const struct u_rect *scissor; in try_setup_line()
292 struct u_rect bbox, bboxpos; in try_setup_line()
H A Dlp_rast_priv.h472 const struct u_rect *box);
H A Dlp_setup_point.c355 struct u_rect bbox; in try_setup_point()
H A Dlp_setup_rect.c292 struct u_rect bbox; in try_rect_cw()
H A Dlp_setup.c1766 lp_setup_add_scissor_planes(const struct u_rect *scissor, in lp_setup_add_scissor_planes()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h37 #include "util/u_rect.h"
978 struct u_rect src_region;
979 struct u_rect dst_region;
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h260 struct u_rect src_rect;
261 struct u_rect dst_rect;
H A Dpicture.c769 struct u_rect src_rect, dst_rect; in vlVaEndPicture()
H A Dimage.c342 struct u_rect src_rect, dst_rect; in vlVaDeriveImage()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dpresentation.c214 struct u_rect src_rect, dst_clip, *dirty_area; in vlVdpPresentationQueueDisplay()
H A Dmixer.c245 struct u_rect rect, clip, *prect, dirty_area; in vlVdpVideoMixerRender()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c229 struct u_rect src_rect; in enc_ScaleInput_common()
H A Dvid_dec_h264_common.c1088 struct u_rect src_rect, dst_rect; in vid_dec_FrameDecoded_common()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h31 #include "util/u_rect.h"
153 rect_to_g3d_u_rect(struct u_rect *dst, const RECT *src) in rect_to_g3d_u_rect()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c2168 zink_fb_clears_apply_region(ctx, &res->base.b, (struct u_rect){0, res->base.b.width0, 0, res->base.b.height0}); in zink_resource_object_init_storage()
H A Dzink_context.c4135 zink_fb_clears_apply_or_discard(ctx, pdst, (struct u_rect){dstx, dstx + src_box->width, dsty, dsty + src_box->height}, false); in zink_resource_copy_region()

Completed in 33 milliseconds

12