| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_rect.h | 39 struct u_rect { struct 48 u_rect_test_intersection(const struct u_rect *a, 49 const struct u_rect *b) 64 u_rect_find_intersection(const struct u_rect *a, 65 struct u_rect *b) 77 u_rect_area(const struct u_rect *r) 83 u_rect_possible_intersection(const struct u_rect *a, 84 struct u_rect *b) 102 u_rect_union(struct u_rect *d, const struct u_rect * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_rect.h | 39 struct u_rect { struct 48 u_rect_test_intersection(const struct u_rect *a, 49 const struct u_rect *b) 64 u_rect_find_intersection(const struct u_rect *a, 65 struct u_rect *b) 77 u_rect_area(const struct u_rect *r) 83 u_rect_possible_intersection(const struct u_rect *a, 84 struct u_rect *b) 102 u_rect_union(struct u_rect *d, const struct u_rect * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor_cs.h | 53 struct u_rect *dirty_area,
|
| H A D | vl_bicubic_filter.h | 59 struct u_rect *dst_area, 60 struct u_rect *dst_clip);
|
| H A D | vl_compositor.h | 35 #include "util/u_rect.h" 172 vl_compositor_reset_dirty_area(struct u_rect *dirty); 190 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip); 215 unsigned layer, struct u_rect *dst_area); 225 struct u_rect *src_rect, 226 struct u_rect *dst_rect, 238 struct u_rect *src_rect, 239 struct u_rect *dst_rect, 250 struct u_rect *src_rect, 251 struct u_rect *dst_rec [all...] |
| H A D | vl_compositor_gfx.h | 86 struct u_rect *dirty_area,
|
| H A D | vl_compositor.c | 285 static inline struct u_rect 289 struct u_rect rect = { 0, res->width0, 0, res->height0 * res->array_size }; 294 calc_topleft(struct vertex2f size, struct u_rect rect) 301 calc_bottomright(struct vertex2f size, struct u_rect rect) 309 struct u_rect src, struct u_rect dst) 324 struct u_rect *src_rect, struct u_rect *dst_rect, 372 struct u_rect *src_rect, struct u_rect *dst_rec [all...] |
| H A D | vl_compositor_cs.c | 38 struct u_rect area; 270 const struct u_rect *draw_area) 301 static inline struct u_rect 306 struct u_rect result; 366 struct u_rect *dirty) 406 struct u_rect drawn = calc_drawn_area(s, layer); 440 struct u_rect *dirty_area,
|
| H A D | vl_winsys.h | 52 struct u_rect *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_bicubic_filter.h | 59 struct u_rect *dst_area, 60 struct u_rect *dst_clip);
|
| H A D | vl_compositor.h | 35 #include "util/u_rect.h" 189 vl_compositor_reset_dirty_area(struct u_rect *dirty); 207 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip); 232 unsigned layer, struct u_rect *dst_area); 242 struct u_rect *src_rect, 243 struct u_rect *dst_rect, 255 struct u_rect *src_rect, 256 struct u_rect *dst_rect, 267 struct u_rect *src_rect, 268 struct u_rect *dst_rec [all...] |
| H A D | vl_compositor_cs.h | 49 struct u_rect *dirty_area,
|
| H A D | vl_compositor_gfx.h | 86 struct u_rect *dirty_area,
|
| H A D | vl_compositor.c | 282 static inline struct u_rect 286 struct u_rect rect = { 0, res->width0, 0, res->height0 * res->array_size }; 291 calc_topleft(struct vertex2f size, struct u_rect rect) 298 calc_bottomright(struct vertex2f size, struct u_rect rect) 306 struct u_rect src, struct u_rect dst) 321 struct u_rect *src_rect, struct u_rect *dst_rect, 379 struct u_rect *src_rect, struct u_rect *dst_rec [all...] |
| H A D | vl_winsys.h | 52 struct u_rect *
|
| H A D | vl_compositor_cs.c | 38 struct u_rect area; 590 const struct u_rect *draw_area) 621 static inline struct u_rect 626 struct u_rect result; 699 struct u_rect *dirty) 744 struct u_rect drawn = calc_drawn_area(s, layer); 778 struct u_rect *dirty_area,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_context.h | 44 #include "util/u_rect.h" 114 struct u_rect framebuffer; 115 struct u_rect scissors[PIPE_MAX_VIEWPORTS]; 116 struct u_rect draw_regions[PIPE_MAX_VIEWPORTS]; /* intersection of fb & scissor */ 172 scissor_planes_needed(boolean scis_planes[4], const struct u_rect *bbox, 173 const struct u_rect *scissor) 220 const struct u_rect *bboxorig, 221 const struct u_rect *bbox,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_context.h | 44 #include "util/u_rect.h" 120 struct u_rect framebuffer; 121 struct u_rect scissors[PIPE_MAX_VIEWPORTS]; 122 struct u_rect vpwh; 123 struct u_rect draw_regions[PIPE_MAX_VIEWPORTS]; /* intersection of fb & scissor */ 197 scissor_planes_needed(boolean scis_planes[4], const struct u_rect *bbox, 198 const struct u_rect *scissor) 211 lp_setup_add_scissor_planes(const struct u_rect *scissor, 282 const struct u_rect *bboxorig, 283 const struct u_rect *bbo [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | xvmc_private.h | 93 struct u_rect src_rect; 94 struct u_rect dst_rect;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/ |
| H A D | xvmc_private.h | 93 struct u_rect src_rect; 94 struct u_rect dst_rect;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_clear.h | 30 #include "util/u_rect.h" 128 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only); 131 zink_fb_clears_apply_region(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region);
|
| H A D | zink_blit.c | 8 #include "util/u_rect.h" 16 struct u_rect rect = { info->scissor.minx, info->scissor.maxx, 357 zink_blit_region_fills(struct u_rect region, unsigned width, unsigned height) 359 struct u_rect intersect = {0, width, 0, height}; 360 struct u_rect r = { 380 zink_blit_region_covers(struct u_rect region, struct u_rect covers) 382 struct u_rect r = { 388 struct u_rect c = { 394 struct u_rect intersec [all...] |
| H A D | zink_context.h | 44 #include "util/u_rect.h" 490 zink_blit_region_fills(struct u_rect region, unsigned width, unsigned height); 493 zink_blit_region_covers(struct u_rect region, struct u_rect covers); 495 static inline struct u_rect 498 return (struct u_rect){box->x, box->x + box->width, box->y, box->y + box->height};
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| H A D | vid_dec_common.c | 97 struct u_rect src_rect; 98 struct u_rect dst_rect;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| H A D | vid_dec_common.c | 96 struct u_rect src_rect; 97 struct u_rect dst_rect;
|