Searched refs:u_rect (Results 26 - 48 of 48) sorted by relevance
12
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | subpicture.c | 42 #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 D | vl_winsys_dri.c | 67 struct u_rect dirty_areas[2]; 262 static struct u_rect *
|
H A D | vl_bicubic_filter.c | 37 #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 D | vl_winsys_dri3.c | 85 struct u_rect dirty_areas[BACK_BUFFER_NUM]; 640 static struct u_rect *
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.h | 42 #include "util/u_rect.h" 178 struct u_rect box;
|
H A D | lp_rast_linear_fallback.c | 149 const struct u_rect *box) in lp_rast_linear_rect_fallback()
|
H A D | lp_setup_tri.c | 34 #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 D | lp_setup_line.c | 291 const struct u_rect *scissor; in try_setup_line() 292 struct u_rect bbox, bboxpos; in try_setup_line()
|
H A D | lp_rast_priv.h | 472 const struct u_rect *box);
|
H A D | lp_setup_point.c | 355 struct u_rect bbox; in try_setup_point()
|
H A D | lp_setup_rect.c | 292 struct u_rect bbox; in try_rect_cw()
|
H A D | lp_setup.c | 1766 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 D | p_video_state.h | 37 #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 D | va_private.h | 260 struct u_rect src_rect; 261 struct u_rect dst_rect;
|
H A D | picture.c | 769 struct u_rect src_rect, dst_rect; in vlVaEndPicture()
|
H A D | image.c | 342 struct u_rect src_rect, dst_rect; in vlVaDeriveImage()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | presentation.c | 214 struct u_rect src_rect, dst_clip, *dirty_area; in vlVdpPresentationQueueDisplay()
|
H A D | mixer.c | 245 struct u_rect rect, clip, *prect, dirty_area; in vlVdpVideoMixerRender()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 229 struct u_rect src_rect; in enc_ScaleInput_common()
|
H A D | vid_dec_h264_common.c | 1088 struct u_rect src_rect, dst_rect; in vid_dec_FrameDecoded_common()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 31 #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 D | zink_resource.c | 2168 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 D | zink_context.c | 4135 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