| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-damage.c | 59 #define TRIM_BOX(box, pGC) if (pGC->pCompositeClip) { \ 61 if(box.x1 < extents->x1) box.x1 = extents->x1; \ 62 if(box.x2 > extents->x2) box.x2 = extents->x2; \ 63 if(box.y1 < extents->y1) box.y1 = extents->y1; \ 64 if(box.y2 > extents->y2) box.y2 = extents->y2; \ 67 #define TRANSLATE_BOX(box, pDrawabl 155 BoxRec box; local in function:trim_region 202 add_box(RegionPtr existing,BoxPtr box,DrawablePtr drawable,int subwindow_mode) argument 234 BoxRec box; local in function:uxa_damage_composite 268 BoxRec box; local in function:uxa_damage_glyphs 318 BoxRec box; local in function:uxa_damage_add_traps 370 BoxRec box; local in function:uxa_damage_fill_spans 414 BoxRec box; local in function:uxa_damage_set_spans 458 BoxRec box; local in function:uxa_damage_put_image 485 BoxRec box; local in function:uxa_damage_copy_area 513 BoxRec box; local in function:uxa_damage_copy_plane 536 BoxRec box; local in function:uxa_damage_poly_point 575 BoxRec box; local in function:uxa_damage_poly_lines 642 BoxRec box; local in function:uxa_damage_poly_segment 717 BoxRec box; local in function:uxa_damage_poly_rectangle 776 BoxRec box; local in function:uxa_damage_poly_arc 828 BoxRec box; local in function:uxa_damage_fill_polygon 884 BoxRec box; local in function:uxa_damage_poly_fill_rect 908 BoxRec box; local in function:uxa_damage_poly_fill_arc 953 BoxRec box; local in function:uxa_damage_chars 1137 BoxRec box; local in function:uxa_damage_push_pixels [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessGC.c | 431 BoxRec box; local in function:RootlessFillSpans 433 box.x1 = ppt->x; 434 box.x2 = box.x1 + *pwidth; 435 box.y2 = box.y1 = ppt->y; 440 if (box.x1 > ppt->x) 441 box.x1 = ppt->x; 442 if (box.x2 < (ppt->x + *pwidth)) 443 box 486 BoxRec box; local in function:RootlessSetSpans 524 BoxRec box; local in function:RootlessPutImage 552 BoxRec box; local in function:RootlessCopyArea 596 BoxRec box; local in function:RootlessCopyPlane 643 BoxRec box; local in function:RootlessPolyPoint 734 BoxRec box; local in function:RootlessPolylines 808 BoxRec box; local in function:RootlessPolySegment 878 BoxRec box; local in function:RootlessPolyRectangle 939 BoxRec box; local in function:RootlessPolyArc 995 BoxRec box; local in function:RootlessFillPolygon 1065 BoxRec box; local in function:RootlessPolyFillRect 1115 BoxRec box; local in function:RootlessPolyFillArc 1169 BoxRec box; local in function:RootlessImageText8 1223 BoxRec box; local in function:RootlessPolyText8 1256 BoxRec box; local in function:RootlessImageText16 1310 BoxRec box; local in function:RootlessPolyText16 1344 BoxRec box; local in function:RootlessImageGlyphBlt 1405 BoxRec box; local in function:RootlessPolyGlyphBlt 1441 BoxRec box; local in function:RootlessPushPixels [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessGC.c | 430 BoxRec box; local in function:RootlessFillSpans 432 box.x1 = ppt->x; 433 box.x2 = box.x1 + *pwidth; 434 box.y2 = box.y1 = ppt->y; 439 if (box.x1 > ppt->x) 440 box.x1 = ppt->x; 441 if (box.x2 < (ppt->x + *pwidth)) 442 box 483 BoxRec box; local in function:RootlessSetSpans 520 BoxRec box; local in function:RootlessPutImage 547 BoxRec box; local in function:RootlessCopyArea 590 BoxRec box; local in function:RootlessCopyPlane 638 BoxRec box; local in function:RootlessPolyPoint 734 BoxRec box; local in function:RootlessPolylines 809 BoxRec box; local in function:RootlessPolySegment 892 BoxRec box; local in function:RootlessPolyRectangle 954 BoxRec box; local in function:RootlessPolyArc 1010 BoxRec box; local in function:RootlessFillPolygon 1082 BoxRec box; local in function:RootlessPolyFillRect 1130 BoxRec box; local in function:RootlessPolyFillArc 1184 BoxRec box; local in function:RootlessImageText8 1239 BoxRec box; local in function:RootlessPolyText8 1272 BoxRec box; local in function:RootlessImageText16 1327 BoxRec box; local in function:RootlessPolyText16 1361 BoxRec box; local in function:RootlessImageGlyphBlt 1425 BoxRec box; local in function:RootlessPolyGlyphBlt 1462 BoxRec box; local in function:RootlessPushPixels [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbclip.c | 54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) argument 58 DBG(("%s: box=(%d, %d),(%d, %d); region=(%d, %d),(%d, %d) x %ld\n", 60 box->x1, box->y1, box->x2, box->y2, 65 if (box->x1 >= region->extents.x2 || box->x2 <= region->extents.x1 || 66 box->y1 >= region->extents.y2 || box [all...] |
| H A D | fbcopy.c | 31 BoxPtr box, int nbox, 51 fbBlt(src + box->y1 * srcStride, srcStride, 52 (box->x1 + srcXoff) * srcBpp, 53 dst + box->y1 * dstStride, dstStride, 54 (box->x1 + dstXoff) * dstBpp, 55 (box->x2 - box->x1) * dstBpp, 56 (box->y2 - box->y1), 58 } while (box 30 fbCopyNtoN(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument 62 fbCopy1toN(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument 111 fbCopyNto1(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbclip.c | 54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) argument 58 DBG(("%s: box=(%d, %d),(%d, %d); region=(%d, %d),(%d, %d) x %ld\n", 60 box->x1, box->y1, box->x2, box->y2, 65 if (box->x1 >= region->extents.x2 || box->x2 <= region->extents.x1 || 66 box->y1 >= region->extents.y2 || box [all...] |
| H A D | fbcopy.c | 31 BoxPtr box, int nbox, 51 fbBlt(src + box->y1 * srcStride, srcStride, 52 (box->x1 + srcXoff) * srcBpp, 53 dst + box->y1 * dstStride, dstStride, 54 (box->x1 + dstXoff) * dstBpp, 55 (box->x2 - box->x1) * dstBpp, 56 (box->y2 - box->y1), 58 } while (box 30 fbCopyNtoN(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument 62 fbCopy1toN(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument 111 fbCopyNto1(DrawablePtr src_drawable,DrawablePtr dst_drawable,GCPtr gc,BoxPtr box,int nbox,int dx,int dy,Bool reverse,Bool upsidedown,Pixel bitplane,void * closure) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_box.h | 8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) argument 10 box->x = x; 11 box->y = 0; 12 box->z = 0; 13 box->width = w; 14 box->height = 1; 15 box->depth = 1; 19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) argument 21 box->x = x; 22 box 30 u_box_origin_2d(unsigned w,unsigned h,struct pipe_box * box) argument 41 u_box_2d_zslice(unsigned x,unsigned y,unsigned z,unsigned w,unsigned h,struct pipe_box * box) argument 53 u_box_3d(unsigned x,unsigned y,unsigned z,unsigned w,unsigned h,unsigned d,struct pipe_box * box) argument 74 u_box_clip_2d(struct pipe_box * dst,const struct pipe_box * box,int w,int h) argument 117 u_box_volume_3d(const struct pipe_box * box) argument [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | region-contains-test.c | 28 print_box (pixman_box32_t *box) argument 30 printf (" %d %d %d %d\n", box->x1, box->y1, box->x2, box->y2); 96 crc32_box32 (uint32_t crc32, pixman_box32_t *box) argument 98 crc32 = compute_crc32_u32 (crc32, box->x1); 99 crc32 = compute_crc32_u32 (crc32, box->y1); 100 crc32 = compute_crc32_u32 (crc32, box->x2); 101 crc32 = compute_crc32_u32 (crc32, box 109 pixman_box32_t box; local in function:test_region_contains_rectangle [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_tiling.c | 50 const struct pipe_box *box, 54 for (int y = box->y, src_y = 0; src_y < box->height; ++y, ++src_y) { 60 for (int x = box->x, src_x = 0; src_x < box->width; ++x, ++src_x) { 75 const struct pipe_box *box, 80 for (int y = box->y, src_y = 0; src_y < box->height; ++y, ++src_y) { 86 for (int x = box->x, src_x = 0; src_x < box 49 lima_store_tiled_image_bpp4(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride) argument 74 lima_store_tiled_image_generic(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument 102 lima_load_tiled_image_bpp4(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride) argument 127 lima_load_tiled_image_generic(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument 155 lima_store_tiled_image(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument 171 lima_load_tiled_image(void * dst,const void * src,const struct pipe_box * box,uint32_t dst_stride,uint32_t src_stride,uint32_t bpp) argument [all...] |
| H A D | lima_tiling.h | 33 const struct pipe_box *box, 39 const struct pipe_box *box,
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mitrap.c | 50 miTrapezoidBounds(int ntrap, xTrapezoid * traps, BoxPtr box) argument 52 box->y1 = MAXSHORT; 53 box->y2 = MINSHORT; 54 box->x1 = MAXSHORT; 55 box->x2 = MINSHORT; 62 if (y1 < box->y1) 63 box->y1 = y1; 66 if (y2 > box->y2) 67 box->y2 = y2; 71 if (x1 < box [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/ |
| H A D | shadow.c | 119 #define TRIM_BOX(box, pGC) { \ 121 if(box.x1 < extents->x1) box.x1 = extents->x1; \ 122 if(box.x2 > extents->x2) box.x2 = extents->x2; \ 123 if(box.y1 < extents->y1) box.y1 = extents->y1; \ 124 if(box.y2 > extents->y2) box.y2 = extents->y2; \ 127 #define TRANSLATE_BOX(box, pDra 321 BoxRec box; local in function:ShadowComposite 488 BoxRec box; local in function:ShadowFillSpans 544 BoxRec box; local in function:ShadowSetSpans 596 BoxRec box; local in function:ShadowPutImage 635 BoxRec box; local in function:ShadowCopyArea 676 BoxRec box; local in function:ShadowCopyPlane 714 BoxRec box; local in function:ShadowPolyPoint 763 BoxRec box; local in function:ShadowPolylines 838 BoxRec box; local in function:ShadowPolySegment 918 BoxRec box; local in function:ShadowPolyRectangle 1049 BoxRec box; local in function:ShadowPolyArc 1117 BoxRec box; local in function:ShadowFillPolygon 1176 BoxRec box; local in function:ShadowPolyFillRect 1224 BoxRec box; local in function:ShadowPolyFillArc 1267 ShadowTextExtent(FontPtr pFont,int count,char * chars,FontEncoding fontEncoding,BoxPtr box) argument 1354 BoxRec box; local in function:ShadowPolyText8 1390 BoxRec box; local in function:ShadowPolyText16 1425 BoxRec box; local in function:ShadowImageText8 1473 BoxRec box; local in function:ShadowImageText16 1523 BoxRec box; local in function:ShadowImageGlyphBlt 1583 BoxRec box; local in function:ShadowPolyGlyphBlt 1635 BoxRec box; local in function:ShadowPushPixels [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/damage/ |
| H A D | damage.c | 228 BoxRec box; local in function:_damageRegionAppend 230 box.x1 = draw_x; 231 box.y1 = draw_y; 232 box.x2 = draw_x + pDamage->pDrawable->width; 233 box.y2 = draw_y + pDamage->pDrawable->height; 234 RegionInit(&pixClip, &box, 1); 438 #define TRIM_BOX(box, pGC) if (pGC->pCompositeClip) { \ 440 if(box.x1 < extents->x1) box.x1 = extents->x1; \ 441 if(box 493 BoxRec box; local in function:damageComposite 542 BoxRec box; local in function:damageGlyphs 594 BoxRec box; local in function:damageAddTraps 644 BoxRec box; local in function:damageFillSpans 692 BoxRec box; local in function:damageSetSpans 735 BoxRec box; local in function:damagePutImage 763 BoxRec box; local in function:damageCopyArea 796 BoxRec box; local in function:damageCopyPlane 823 BoxRec box; local in function:damagePolyPoint 885 BoxRec box; local in function:damagePolylines 955 BoxRec box; local in function:damagePolySegment 1035 BoxRec box; local in function:damagePolyRectangle 1094 BoxRec box; local in function:damagePolyArc 1143 BoxRec box; local in function:damageFillPolygon 1199 BoxRec box; local in function:damagePolyFillRect 1235 BoxRec box; local in function:damagePolyFillArc 1279 BoxRec box; local in function:damageDamageChars 1432 BoxRec box; local in function:damagePushPixels 1859 BoxRec box; local in function:DamageSubtract [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_io.c | 58 const BoxRec *box, int nbox) 78 extents = *box; 80 ++box; 81 if (box->x1 < extents.x1) 82 extents.x1 = box->x1; 83 if (box->x2 > extents.x2) 84 extents.x2 = box->x2; 85 extents.y2 = box->y2; 98 const BoxRec *box, int n) 105 if (!download_inplace__cpu(kgem, dst, bo, box, 56 download_inplace__cpu(struct kgem * kgem,PixmapPtr p,struct kgem_bo * bo,const BoxRec * box,int nbox) argument 96 read_boxes_inplace__cpu(struct kgem * kgem,PixmapPtr pixmap,struct kgem_bo * bo,const BoxRec * box,int n) argument 146 read_boxes_inplace(struct kgem * kgem,PixmapPtr pixmap,struct kgem_bo * bo,const BoxRec * box,int n) argument 201 download_inplace(struct kgem * kgem,PixmapPtr p,struct kgem_bo * bo,const BoxRec * box,int nbox) argument 226 sna_read_boxes(struct sna * sna,PixmapPtr dst,struct kgem_bo * src_bo,const BoxRec * box,int nbox) argument 670 write_boxes_inplace__tiled(struct kgem * kgem,const uint8_t * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n) argument 721 write_boxes_inplace(struct kgem * kgem,const void * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n) argument 781 __upload_inplace(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 815 upload_inplace(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 829 sna_write_boxes(struct sna * sna,PixmapPtr dst,struct kgem_bo * const dst_bo,int16_t const dst_dx,int16_t const dst_dy,const void * const src,int const stride,int16_t const src_dx,int16_t const src_dy,const BoxRec * box,int nbox) argument 1268 write_boxes_inplace__xor(struct kgem * kgem,const void * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n,uint32_t and,uint32_t or) argument 1322 upload_inplace__xor(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 1336 sna_write_boxes__xor(struct sna * sna,PixmapPtr dst,struct kgem_bo * dst_bo,int16_t dst_dx,int16_t dst_dy,const void * src,int stride,int16_t src_dx,int16_t src_dy,const BoxRec * box,int nbox,uint32_t and,uint32_t or) argument 1787 BoxRec box; local in function:indirect_replace 1879 BoxRec box; local in function:sna_replace 1902 BoxRec box; local in function:sna_replace 1976 BoxRec box; local in function:sna_replace__xor [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_io.c | 58 const BoxRec *box, int nbox) 78 extents = *box; 80 ++box; 81 if (box->x1 < extents.x1) 82 extents.x1 = box->x1; 83 if (box->x2 > extents.x2) 84 extents.x2 = box->x2; 85 extents.y2 = box->y2; 98 const BoxRec *box, int n) 105 if (!download_inplace__cpu(kgem, dst, bo, box, 56 download_inplace__cpu(struct kgem * kgem,PixmapPtr p,struct kgem_bo * bo,const BoxRec * box,int nbox) argument 96 read_boxes_inplace__cpu(struct kgem * kgem,PixmapPtr pixmap,struct kgem_bo * bo,const BoxRec * box,int n) argument 144 read_boxes_inplace(struct kgem * kgem,PixmapPtr pixmap,struct kgem_bo * bo,const BoxRec * box,int n) argument 199 download_inplace(struct kgem * kgem,PixmapPtr p,struct kgem_bo * bo,const BoxRec * box,int nbox) argument 224 sna_read_boxes(struct sna * sna,PixmapPtr dst,struct kgem_bo * src_bo,const BoxRec * box,int nbox) argument 662 write_boxes_inplace__tiled(struct kgem * kgem,const uint8_t * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n) argument 711 write_boxes_inplace(struct kgem * kgem,const void * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n) argument 771 __upload_inplace(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 796 upload_inplace(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 810 sna_write_boxes(struct sna * sna,PixmapPtr dst,struct kgem_bo * const dst_bo,int16_t const dst_dx,int16_t const dst_dy,const void * const src,int const stride,int16_t const src_dx,int16_t const src_dy,const BoxRec * box,int nbox) argument 1244 write_boxes_inplace__xor(struct kgem * kgem,const void * src,int stride,int bpp,int16_t src_dx,int16_t src_dy,struct kgem_bo * bo,int16_t dst_dx,int16_t dst_dy,const BoxRec * box,int n,uint32_t and,uint32_t or) argument 1298 upload_inplace__xor(struct kgem * kgem,struct kgem_bo * bo,const BoxRec * box,int n,int bpp) argument 1312 sna_write_boxes__xor(struct sna * sna,PixmapPtr dst,struct kgem_bo * dst_bo,int16_t dst_dx,int16_t dst_dy,const void * src,int stride,int16_t src_dx,int16_t src_dy,const BoxRec * box,int nbox,uint32_t and,uint32_t or) argument 1760 BoxRec box; local in function:indirect_replace 1852 BoxRec box; local in function:sna_replace 1875 BoxRec box; local in function:sna_replace 1949 BoxRec box; local in function:sna_replace__xor [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_transfer.c | 48 /* Compute offset into a 1D/2D/3D buffer of a certain box. 49 * This box must be aligned to the block width and height of the 52 etna_compute_offset(enum pipe_format format, const struct pipe_box *box, argument 55 return box->z * layer_stride + 56 box->y / util_format_get_blockheight(format) * stride + 57 box->x / util_format_get_blockwidth(format) * 78 ptrans->box.width, ptrans->box.height, 131 etna_copy_resource_box(pctx, ptrans->resource, trans->rsc, ptrans->level, &ptrans->box); 137 for (unsigned z = 0; z < ptrans->box 191 etna_transfer_map(struct pipe_context * pctx,struct pipe_resource * prsc,unsigned level,unsigned usage,const struct pipe_box * box,struct pipe_transfer ** out_transfer) argument 495 etna_transfer_flush_region(struct pipe_context * pctx,struct pipe_transfer * ptrans,const struct pipe_box * box) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 322 BoxRec box; local in function:_damageRegionAppend 323 box.x1 = draw_x; 324 box.y1 = draw_y; 325 box.x2 = draw_x + pDamage->pDrawable->width; 326 box.y2 = draw_y + pDamage->pDrawable->height; 327 RegionInit(&pixClip, &box, 1); 548 #define TRIM_BOX(box, pGC) if (pGC->pCompositeClip) { \ 550 if(box.x1 < extents->x1) box.x1 = extents->x1; \ 551 if(box 606 BoxRec box; local in function:damageComposite 656 BoxRec box; local in function:damageGlyphs 713 BoxRec box; local in function:damageAddTraps 770 BoxRec box; local in function:damageFillSpans 820 BoxRec box; local in function:damageSetSpans 867 BoxRec box; local in function:damagePutImage 900 BoxRec box; local in function:damageCopyArea 936 BoxRec box; local in function:damageCopyPlane 966 BoxRec box; local in function:damagePolyPoint 1009 BoxRec box; local in function:damagePolylines 1080 BoxRec box; local in function:damagePolySegment 1159 BoxRec box; local in function:damagePolyRectangle 1222 BoxRec box; local in function:damagePolyArc 1278 BoxRec box; local in function:damageFillPolygon 1333 BoxRec box; local in function:damagePolyFillRect 1373 BoxRec box; local in function:damagePolyFillArc 1420 BoxRec box; local in function:damageDamageChars 1625 BoxRec box; local in function:damagePushPixels 2036 BoxRec box; local in function:DamageSubtract [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 68 int cpp, const struct pipe_box *box); 71 int cpp, const struct pipe_box *box); 74 int cpp, const struct pipe_box *box); 77 int cpp, const struct pipe_box *box); 81 const struct pipe_box *box); 85 const struct pipe_box *box); 90 int cpp, const struct pipe_box *box) 95 cpp, box); 100 cpp, box); 106 int cpp, const struct pipe_box *box) 88 vc4_load_lt_image(void * dst,uint32_t dst_stride,void * src,uint32_t src_stride,int cpp,const struct pipe_box * box) argument 104 vc4_store_lt_image(void * dst,uint32_t dst_stride,void * src,uint32_t src_stride,int cpp,const struct pipe_box * box) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_box.h | 9 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) argument 11 box->x = x; 12 box->y = 0; 13 box->z = 0; 14 box->width = w; 15 box->height = 1; 16 box->depth = 1; 20 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) argument 22 box->x = x; 23 box 31 u_box_origin_2d(unsigned w,unsigned h,struct pipe_box * box) argument 42 u_box_2d_zslice(unsigned x,unsigned y,unsigned z,unsigned w,unsigned h,struct pipe_box * box) argument 54 u_box_3d(unsigned x,unsigned y,unsigned z,unsigned w,unsigned h,unsigned d,struct pipe_box * box) argument 75 u_box_clip_2d(struct pipe_box * dst,const struct pipe_box * box,int w,int h) argument 118 u_box_volume_3d(const struct pipe_box * box) argument [all...] |
| H A D | u_transfer.c | 13 struct pipe_box box; local in function:u_default_buffer_subdata 32 u_box_1d(offset, size, &box); 34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer); 46 const struct pipe_box *box, 67 box, &transfer); 76 box->width, 77 box->height, 78 box->depth, 89 UNUSED const struct pipe_box *box) 42 u_default_texture_subdata(struct pipe_context * pipe,struct pipe_resource * resource,unsigned level,unsigned usage,const struct pipe_box * box,const void * data,unsigned stride,unsigned layer_stride) argument 87 u_default_transfer_flush_region(UNUSED struct pipe_context * pipe,UNUSED struct pipe_transfer * transfer,UNUSED const struct pipe_box * box) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 68 int cpp, const struct pipe_box *box); 71 int cpp, const struct pipe_box *box); 74 int cpp, const struct pipe_box *box); 77 int cpp, const struct pipe_box *box); 81 const struct pipe_box *box); 85 const struct pipe_box *box); 90 int cpp, const struct pipe_box *box) 95 cpp, box); 100 cpp, box); 106 int cpp, const struct pipe_box *box) 88 vc4_load_lt_image(void * dst,uint32_t dst_stride,void * src,uint32_t src_stride,int cpp,const struct pipe_box * box) argument 104 vc4_store_lt_image(void * dst,uint32_t dst_stride,void * src,uint32_t src_stride,int cpp,const struct pipe_box * box) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_transfer.c | 50 BoxPtr box = glamor_pixmap_box_at(priv, box_index); local in function:glamor_upload_boxes 60 int x1 = MAX(boxes->x1 + dx_dst, box->x1); 61 int x2 = MIN(boxes->x2 + dx_dst, box->x2); 62 int y1 = MAX(boxes->y1 + dy_dst, box->y1); 63 int y2 = MIN(boxes->y2 + dy_dst, box->y2); 76 x1 - box->x1, y1 - box->y1, 83 x1 - box->x1, y1 - box->y1, 116 BoxRec box; local in function:glamor_upload_pixmap 149 BoxPtr box = glamor_pixmap_box_at(priv, box_index); local in function:glamor_download_boxes 192 BoxRec box; local in function:glamor_download_rect 209 BoxRec box; local in function:glamor_download_pixmap [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | pixmapstr.h | 103 PixmapBox(BoxPtr box, PixmapPtr pixmap) argument 105 box->x1 = 0; 106 box->x2 = pixmap->drawable.width; 108 box->y1 = 0; 109 box->y2 = pixmap->drawable.height; 116 BoxRec box; local in function:PixmapRegionInit 118 PixmapBox(&box, pixmap); 119 RegionInit(region, &box, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_transfer_queue.c | 71 box_min_max(const struct pipe_box *box, int dim, int *min, int *max) argument 75 if (box->width > 0) { 76 *min = box->x; 77 *max = box->x + box->width; 79 *max = box->x; 80 *min = box->x + box->width; 84 if (box->height > 0) { 85 *min = box 105 transfer_overlap(const struct virgl_transfer * xfer,const struct virgl_hw_res * hw_res,unsigned level,const struct pipe_box * box,bool include_touching) argument 140 virgl_transfer_queue_find_overlap(const struct virgl_transfer_queue * queue,const struct virgl_hw_res * hw_res,unsigned level,const struct pipe_box * box,bool include_touching) argument 365 struct pipe_box box; local in function:virgl_transfer_queue_extend_buffer [all...] |