Searched refs:y1 (Results 1 - 25 of 1099) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_rect.h41 int y0, y1; member in struct:u_rect
53 a->y1 < b->y0 ||
54 b->y1 < a->y0 ||
56 a->y1 < a->y0 ||
58 b->y1 < b->y0));
72 if (b->y1 > a->y1) b->y1 = a->y1;
79 return (r->x1 - r->x0) * (r->y1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_rect.h41 int y0, y1; member in struct:u_rect
53 a->y1 < b->y0 ||
54 b->y1 < a->y0 ||
56 a->y1 < a->y0 ||
58 b->y1 < b->y0));
72 if (b->y1 > a->y1) b->y1 = a->y1;
79 return (r->x1 - r->x0) * (r->y1
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dfixes.c82 barrier.y1 = y - 50;
104 int x1, y1, x2, y2; local in function:fixes_pointer_barriers_test
113 barrier.y1 = y - 50;
119 y1 = y;
121 assert(barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
127 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
132 y1 = y + 100;
134 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
139 y1 = y + 5;
141 assert(barrier_is_blocking(&barrier, x1, y1, x
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbclip.c60 box->x1, box->y1, box->x2, box->y2,
61 region->extents.x1, region->extents.y1,
66 box->y1 >= region->extents.y2 || box->y2 <= region->extents.y1) {
79 if (c0->y2 <= box->y1) {
82 c0->x1, c0->y1, c0->x2, c0->y2,
83 box->x1, box->y1, box->x2, box->y2));
84 c0 = find_clip_row_for_y(c0, c1, box->y1);
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
H A Dfbclip.h44 if (a->y1 < b->y1)
45 a->y1 = b->y1;
48 if (a->y1 >= a->y2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
57 if ((b)->y2 <= (c)->y1) break; \
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbclip.c60 box->x1, box->y1, box->x2, box->y2,
61 region->extents.x1, region->extents.y1,
66 box->y1 >= region->extents.y2 || box->y2 <= region->extents.y1) {
79 if (c0->y2 <= box->y1) {
82 c0->x1, c0->y1, c0->x2, c0->y2,
83 box->x1, box->y1, box->x2, box->y2));
84 c0 = find_clip_row_for_y(c0, c1, box->y1);
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
H A Dfbclip.h44 if (a->y1 < b->y1)
45 a->y1 = b->y1;
48 if (a->y1 >= a->y2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
57 if ((b)->y2 <= (c)->y1) break; \
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_shadow.c25 int width, height, Bpp, FBPitch, x1, x2, y1, y2; local in function:cirRefreshArea
33 y1 = MAX(pbox->y1, 0);
38 height = y2 - y1;
43 src = pCir->ShadowPtr + (y1 * pCir->ShadowPitch) + (x1 * Bpp);
44 dst = pCir->FbBase + (y1 * FBPitch) + (x1 * Bpp);
78 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local in function:cirRefreshArea8
87 y1 = MAX(pbox->y1, 0);
92 y1
132 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local in function:cirRefreshArea16
187 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local in function:cirRefreshArea24
246 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local in function:cirRefreshArea32
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transfer.c62 int y1 = MAX(boxes->y1 + dy_dst, box->y1); local in function:glamor_upload_boxes
65 size_t ofs = (y1 - dy_dst + dy_src) * byte_stride;
70 if (x2 <= x1 || y2 <= y1)
76 x1 - box->x1, y1 - box->y1,
77 x2 - x1, y2 - y1,
81 for (; y1 < y2; y1
163 int y1 = MAX(boxes->y1 + dy_src, box->y1); local in function:glamor_download_boxes
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_boxes.c58 if (box->x1 < 0 || box->y1 < 0 ||
64 box->x1, box->y1, box->x2, box->y2,
79 region->extents.x1, region->extents.y1,
98 r.y1 = box->y1 + op->dst.y;
145 region.extents.x1 = region.extents.y1 = 32767;
150 boxes[num_boxes].y1 = dy + pixman_fixed_to_int(traps[n].top + pixman_fixed_1_minus_e/2);
156 if (boxes[num_boxes].y1 >= boxes[num_boxes].y2)
164 if (boxes[num_boxes].y1 < region.extents.y1)
361 composite_unaligned_trap_row(struct sna * sna,struct sna_composite_spans_op * tmp,const xTrapezoid * trap,int dx,int y1,int y2,int covered,pixman_region16_t * clip) argument
445 int y1, y2; local in function:composite_unaligned_trap
533 blt_unaligned_box_row(PixmapPtr scratch,BoxPtr extents,const xTrapezoid * trap,int y1,int y2,int covered) argument
822 int16_t y1 = dy + pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace__solid
912 int16_t y1 = pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace__solid
1012 int y1, y2; member in struct:rectilinear_inplace_thread
1040 int16_t y1 = pixman_fixed_to_int(t->top); local in function:rectilinear_inplace_thread
1153 int16_t y1 = pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace
1269 int y1, y2; local in function:composite_unaligned_boxes_fallback
1397 int y1 = pixman_fixed_to_int(traps[n].top); local in function:composite_unaligned_boxes
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_boxes.c58 if (box->x1 < 0 || box->y1 < 0 ||
64 box->x1, box->y1, box->x2, box->y2,
79 region->extents.x1, region->extents.y1,
98 r.y1 = box->y1 + op->dst.y;
145 region.extents.x1 = region.extents.y1 = 32767;
150 boxes[num_boxes].y1 = dy + pixman_fixed_to_int(traps[n].top + pixman_fixed_1_minus_e/2);
156 if (boxes[num_boxes].y1 >= boxes[num_boxes].y2)
164 if (boxes[num_boxes].y1 < region.extents.y1)
361 composite_unaligned_trap_row(struct sna * sna,struct sna_composite_spans_op * tmp,const xTrapezoid * trap,int dx,int y1,int y2,int covered,pixman_region16_t * clip) argument
445 int y1, y2; local in function:composite_unaligned_trap
533 blt_unaligned_box_row(PixmapPtr scratch,BoxPtr extents,const xTrapezoid * trap,int y1,int y2,int covered) argument
820 int16_t y1 = dy + pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace__solid
910 int16_t y1 = pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace__solid
1010 int y1, y2; member in struct:rectilinear_inplace_thread
1038 int16_t y1 = pixman_fixed_to_int(t->top); local in function:rectilinear_inplace_thread
1151 int16_t y1 = pixman_fixed_to_int(t->top); local in function:composite_unaligned_boxes_inplace
1267 int y1, y2; local in function:composite_unaligned_boxes_fallback
1395 int y1 = pixman_fixed_to_int(traps[n].top); local in function:composite_unaligned_boxes
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_shadow.c35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local in function:NVRefreshArea
44 y1 = MAX(pbox->y1, 0);
48 height = y2 - y1;
51 src = pNv->ShadowPtr + (y1 * pNv->ShadowPitch) + (x1 * cpp);
52 dst = pNv->scanout->map + (y1 * FBPitch) + (x1 * cpp);
/xsrc/external/mit/xorg-server/dist/render/
H A Dmitri.c41 bounds->y1 = xFixedToInt(points->y);
48 INT16 y1 = xFixedToInt(points->y); local in function:miPointFixedBounds
55 if (y1 < bounds->y1)
56 bounds->y1 = y1;
H A Dmitrap.c52 box->y1 = MAXSHORT;
57 INT16 x1, y1, x2, y2; local in function:miTrapezoidBounds
61 y1 = xFixedToInt(traps->top);
62 if (y1 < box->y1)
63 box->y1 = y1;
/xsrc/external/mit/libX11/dist/src/
H A DRegion.c55 * given upper-left y coordinate (y1) will have the same lower-right y
96 short y1,
103 register short y1,
116 short y1,
123 register short y1,
131 register short y1,
151 temp->extents.y1 = 0;
164 rect->y = r->extents.y1;
166 rect->height = r->extents.y2 - r->extents.y1;
182 region.extents.y1
423 miIntersectO(register Region pReg,register BoxPtr r1,BoxPtr r1End,register BoxPtr r2,BoxPtr r2End,short y1,short y2) argument
721 miRegionOp(register Region newReg,Region reg1,Region reg2,int (* overlapFunc)(register Region pReg,register BoxPtr r1,BoxPtr r1End,register BoxPtr r2,BoxPtr r2End,short y1,short y2),int (* nonOverlap1Func)(register Region pReg,register BoxPtr r,BoxPtr rEnd,register short y1,register short y2),int (* nonOverlap2Func)(register Region pReg,register BoxPtr r,BoxPtr rEnd,register short y1,register short y2)) argument
1029 miUnionNonO(register Region pReg,register BoxPtr r,BoxPtr rEnd,register short y1,register short y2) argument
1078 miUnionO(register Region pReg,register BoxPtr r1,BoxPtr r1End,register BoxPtr r2,BoxPtr r2End,register short y1,register short y2) argument
1231 miSubtractNonO1(register Region pReg,register BoxPtr r,BoxPtr rEnd,register short y1,register short y2) argument
1278 miSubtractO(register Region pReg,register BoxPtr r1,BoxPtr r1End,register BoxPtr r2,BoxPtr r2End,register short y1,register short y2) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaLine.c48 int x1, x2, y1, y2, tmp, len; local in function:XAAPolySegment
56 int minValY = infoRec->SolidLineLimits.y1;
76 y1 = s->y1 + yorg;
82 y1 = y2;
86 yorgtmp = y1;
93 y1 > maxValY || y1 < minValY ||
122 y1 = pSeg->y1
[all...]
H A DxaaDashLine.c52 int x1, x2, y1, y2, tmp, len, offset; local in function:XAAPolySegmentDashed
61 int minValY = infoRec->DashedLineLimits.y1;
81 y1 = s->y1 + yorg;
87 y1 = y2;
91 yorgtmp = y1;
98 y1 > maxValY || y1 < minValY ||
132 y1 = pSeg->y1
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c60 TGASubsequentSolidLine(ScrnInfoPtr pScrn, int x1, int y1, int x2, int y2,
63 TGASetupForClippedLine(ScrnInfoPtr pScrn, int x1, int y1, int x2, int y2,
66 TGASubsequentClippedSolidLine(ScrnInfoPtr pScrn, int x1, int y1, int len,
74 TGASubsequentDashedLine(ScrnInfoPtr pScrn, int x1, int y1, int x2, int y2,
77 TGASubsequentClippedDashedLine(ScrnInfoPtr pScrn, int x1, int y1, int len,
121 int x1, x2, y1, y2, tmp, len; local in function:TGAPolySegment
151 y1 = pSeg->y1 + yorg;
157 y1 = y2;
161 yorg = y1;
435 int x1, x2, y1, y2, tmp, len, offset; local in function:TGAPolySegmentDashed
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_shadow.c32 height = pbox->y2 - pbox->y1;
33 src = pGlint->ShadowPtr + (pbox->y1 * pGlint->ShadowPitch) +
35 dst = pGlint->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxshadow.c62 pbox->x1, pbox->y1,
63 pbox->x1, pbox->y1,
65 pbox->y2 - pbox->y1);
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition_shadow.c33 height = pbox->y2 - pbox->y1;
35 (pbox->y1 * pRendition->board.shadowPitch) + (pbox->x1 * Bpp);
38 (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
72 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:renditionRefreshArea8
81 y1 = pbox->y1 & ~3;
83 height = (y2 - y1) >> 2; /* in dwords */
91 ((pScreenInfo->virtualY - pbox->x2) * dstPitch) + y1;
92 srcPtr = pRendition->board.shadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
118 int count, width, height, y1, y local in function:renditionRefreshArea16
167 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:renditionRefreshArea24
[all...]
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_shadow.c55 height = pbox->y2 - pbox->y1;
56 src = pS3->ShadowPtr + (pbox->y1 * pS3->ShadowPitch) +
58 dst = pS3->FBBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
92 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:S3RefreshArea8
101 y1 = pbox->y1 & ~3;
103 height = (y2 - y1) >> 2; /* in dwords */
111 ((pScrn->virtualY - pbox->x2) * dstPitch) + y1;
112 srcPtr = pS3->ShadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
138 int count, width, height, y1, y local in function:S3RefreshArea16
185 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:S3RefreshArea24
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_shadow.c81 height = pbox->y2 - pbox->y1;
82 src = ps3v->ShadowPtr + (pbox->y1 * ps3v->ShadowPitch) +
84 dst = ps3v->FBStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
118 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:s3vRefreshArea8
127 y1 = pbox->y1 & ~3;
129 height = (y2 - y1) >> 2; /* in dwords */
137 ((pScrn->virtualY - pbox->x2) * dstPitch) + y1;
138 srcPtr = ps3v->ShadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
164 int count, width, height, y1, y local in function:s3vRefreshArea16
211 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:s3vRefreshArea24
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_shadow.c28 height = pbox->y2 - pbox->y1;
29 src = psav->ShadowPtr + (pbox->y1 * psav->ShadowPitch) +
31 dst = psav->FBStart + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
66 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:SavageRefreshArea8
75 y1 = pbox->y1 & ~3;
77 height = (y2 - y1) >> 2; /* in dwords */
85 ((pScrn->virtualY - pbox->x2) * dstPitch) + y1;
86 srcPtr = psav->ShadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
112 int count, width, height, y1, y local in function:SavageRefreshArea16
159 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:SavageRefreshArea24
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_shadow.c30 height = pbox->y2 - pbox->y1;
31 src = pTrident->ShadowPtr + (pbox->y1 * pTrident->ShadowPitch) +
33 dst = pTrident->FbBase + (pbox->y1 * FBPitch) + (pbox->x1 * Bpp);
78 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:TRIDENTRefreshArea8
87 y1 = pbox->y1 & ~3;
89 height = (y2 - y1) >> 2; /* in dwords */
97 ((pScrn->virtualY - pbox->x2) * dstPitch) + y1;
98 srcPtr = pTrident->ShadowPtr + (y1 * srcPitch) + pbox->x2 - 1;
124 int count, width, height, y1, y local in function:TRIDENTRefreshArea16
171 int count, width, height, y1, y2, dstPitch, srcPitch; local in function:TRIDENTRefreshArea24
[all...]

Completed in 15 milliseconds

1234567891011>>