Searched refs:x2 (Results 1 - 25 of 1573) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/test/
H A Dfixes.c81 barrier.x2 = x;
104 int x1, y1, x2, y2; local in function:fixes_pointer_barriers_test
112 barrier.x2 = x;
118 x2 = x - 1;
121 assert(barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
126 x2 = x + 5;
127 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
131 x2 = x - 1;
134 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
138 x2
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbclip.h39 if (a->x2 > b->x2)
40 a->x2 = b->x2;
41 if (a->x1 >= a->x2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
58 if ((b)->x1 >= (c)->x2) continue; \
59 if ((b)->x2 <= (c)->x1) { if ((b)->y2 <= (c)->y2) break; continue; }
H A Dfbclip.c60 box->x1, box->y1, box->x2, box->y2,
62 region->extents.x2, region->extents.y2,
65 if (box->x1 >= region->extents.x2 || box->x2 <= region->extents.x1 ||
82 c0->x1, c0->y1, c0->x2, c0->y2,
83 box->x1, box->y1, box->x2, box->y2));
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbclip.h39 if (a->x2 > b->x2)
40 a->x2 = b->x2;
41 if (a->x1 >= a->x2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
58 if ((b)->x1 >= (c)->x2) continue; \
59 if ((b)->x2 <= (c)->x1) { if ((b)->y2 <= (c)->y2) break; continue; }
H A Dfbclip.c60 box->x1, box->y1, box->x2, box->y2,
62 region->extents.x2, region->extents.y2,
65 if (box->x1 >= region->extents.x2 || box->x2 <= region->extents.x1 ||
82 c0->x1, c0->y1, c0->x2, c0->y2,
83 box->x1, box->y1, box->x2, box->y2));
88 __FUNCTION__, c0->x1, c0->y1, c0->x2, c0->y2, (long)(c1 - c0)));
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl_ext_intel.h118 #define CL_ME_MB_TYPE_4x4_INTEL 0x2
122 #define CL_ME_SUBPIXEL_MODE_QPEL_INTEL 0x2
133 #define CL_ME_LUMA_INTRA_PREDICT_ENABLED_INTEL 0x2
137 #define CL_ME_BACKWARD_INPUT_MODE_INTEL 0x2
148 #define CL_ME_COST_PENALTY_NORMAL_INTEL 0x2
153 #define CL_ME_COST_PRECISION_PEL_INTEL 0x2
158 #define CL_ME_LUMA_PREDICTOR_MODE_DC_INTEL 0x2
170 #define CL_ME_CHROMA_PREDICTOR_MODE_VERTICAL_INTEL 0x2
178 #define CL_ME_VERSION_ADVANCED_VER_2_INTEL 0x2
302 #define CL_AVC_ME_MAJOR_8x16_INTEL 0x2
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbsetsp.c47 int x1, x2; local in function:fbSetSpans
72 x2 = x1 + *pwidth;
75 if (pbox->x2 < x2)
76 x2 = pbox->x2;
77 if (x1 < x2)
85 (x2 - x1) * dstBpp,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbsetsp.c43 int x1, x2; local in function:fbSetSpans
58 x2 = x1 + *pwidth;
61 if (pbox->x2 < x2)
62 x2 = pbox->x2;
63 if (x1 < x2)
70 (x2 - x1) * dstBpp,
/xsrc/external/mit/xorg-server/dist/render/
H A Dmitri.c40 bounds->x2 = xFixedToInt(xFixedCeil(points->x));
47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); local in function:miPointFixedBounds
53 else if (x2 > bounds->x2)
54 bounds->x2 = x2;
H A Dmitrap.c55 box->x2 = MINSHORT;
57 INT16 x1, y1, x2, y2; local in function:miTrapezoidBounds
74 x2 = xFixedToInt(xFixedCeil
78 if (x2 > box->x2)
79 box->x2 = x2;
/xsrc/external/mit/libXmu/dist/src/
H A DClip.c46 * x2 - ""
53 XmuNewArea(int x1, int y1, int x2, int y2) argument
58 if (x2 > x1 && y2 > y1)
60 area->scanline = XmuNewScanline(y1, x1, x2);
162 * x2 - ""
167 * (x1, y1) (x2, y1)
172 * (x1, y2) (x2, y2)
175 * (x1, y1) (x2, y1)
180 * (x1, y2) (x2, y2)
183 XmuAreaNot(XmuArea *area, int x1, int y1, int x2, in argument
617 XmuNewSegment(int x1,int x2) argument
1505 XmuNewScanline(int y,int x1,int x2) argument
[all...]
/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
34 x2 = MIN(pbox->x2, pScrn->virtualX);
37 width = (x2 - x1) * Bpp;
78 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local in function:cirRefreshArea8
88 x2 = MIN(pbox->x2, pScrn->virtualX);
91 width = x2 - x1;
105 ((pScrn->virtualY - x2) * dstPitch) + y1;
106 srcPtr = pCir->ShadowPtr + (y1 * srcPitch) + x2
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.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c52 int x1, x2, y1, y2, tmp, len, offset; local in function:XAAPolySegmentDashed
60 int maxValX = infoRec->DashedLineLimits.x2;
74 x2 = ppt->x + xorgtmp;
82 x2 = s->x2 + xorg;
86 x1 = x2;
93 x2 = ppt->x + xorgtmp;
97 x2 > maxValX || x2 < minValX ||
122 x2
[all...]
H A DxaaLine.c48 int x1, x2, y1, y2, tmp, len; local in function:XAAPolySegment
55 int maxValX = infoRec->SolidLineLimits.x2;
69 x2 = ppt->x + xorgtmp;
77 x2 = s->x2 + xorg;
81 x1 = x2;
88 x2 = ppt->x + xorgtmp;
92 x2 > maxValX || x2 < minValX ||
112 x2
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c222 * Each row from y0 to y1 is copied in three parts: [x0,x1), [x1,x2), [x2,x3).
233 typedef void (*tile_copy_fn)(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3,
252 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument
278 for (xo = x1; xo < x2; xo += xtile_span) {
282 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2);
294 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument
342 for (x = x1; x < x2; x += ytile_span) {
348 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x
416 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
458 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
630 linear_to_xtiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
675 linear_to_ytiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
719 xtiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
775 ytiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
888 uint32_t x1, x2; local in function:intel_linear_to_tiled
988 uint32_t x1, x2; local in function:intel_tiled_to_linear
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c220 * Each row from y0 to y1 is copied in three parts: [x0,x1), [x1,x2), [x2,x3).
231 typedef void (*tile_copy_fn)(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3,
250 linear_to_xtiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument
276 for (xo = x1; xo < x2; xo += xtile_span) {
280 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2);
292 linear_to_ytiled(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, argument
340 for (x = x1; x < x2; x += ytile_span) {
346 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x
414 xtiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
456 ytiled_to_linear(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y3,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_mem_copy_fn mem_copy,isl_mem_copy_fn mem_copy_align16) argument
628 linear_to_xtiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
673 linear_to_ytiled_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t src_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
717 xtiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
773 ytiled_to_linear_faster(uint32_t x0,uint32_t x1,uint32_t x2,uint32_t x3,uint32_t y0,uint32_t y1,char * dst,const char * src,int32_t dst_pitch,uint32_t swizzle_bit,isl_memcpy_type copy_type) argument
886 uint32_t x1, x2; local in function:linear_to_tiled
986 uint32_t x1, x2; local in function:tiled_to_linear
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c117 * and right side (x1 and x2). Bands are implicit in the array of rectangles:
153 (!( ((r1)->x2 <= (r2)->x1) || \
154 ((r1)->x1 >= (r2)->x2) || \
160 ( ((r)->x2 > x) && \
168 ((r1)->x2 >= (r2)->x2) && \
186 pNextRect->x2 = nx2; \
271 rgn->extents.x1, rgn->extents.y1, rgn->extents.x2, rgn->extents.y2);
274 rects[i].x1, rects[i].y1, rects[i].x2, rects[i].y2);
284 if ((reg->extents.x1 > reg->extents.x2) ||
911 int x2; local in function:RegionUnionO
1361 int x1, y1, x2, y2; local in function:RegionFromRects
1563 int y, x1, x2; local in function:RegionClipSpans
[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,
74 TGASubsequentDashedLine(ScrnInfoPtr pScrn, int x1, int y1, int x2, int y2,
121 int x1, x2, y1, y2, tmp, len; local in function:TGAPolySegment
141 x2 = ppt->x + xorg;
152 x2 = pSeg->x2 + xorg;
156 x1 = x2;
163 x2 = ppt->x + xorg;
167 if (x1 == x2) { /* vertica
435 int x1, x2, y1, y2, tmp, len, offset; local in function:TGAPolySegmentDashed
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DRegion.c152 temp->extents.x2 = 0;
165 rect->width = r->extents.x2 - r->extents.x1;
183 region.extents.x2 = rect->x + rect->width;
217 pReg->extents.x2 = 0;
230 * x2 from pBox and pBoxEnd, resp., as good things to initialize them
235 pExtents->x2 = pBoxEnd->x2;
245 if (pBox->x2 > pExtents->x2)
247 pExtents->x2
433 register short x2; local in function:miIntersectO
[all...]
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dselect.c57 /* draw a triangle with vertices at (x1, y1), (x2, y2)
60 static void drawTriangle (GLfloat x1, GLfloat y1, GLfloat x2, argument
65 glVertex3f (x2, y2, z);
71 static void drawViewVolume (GLfloat x1, GLfloat x2, GLfloat y1, argument
77 glVertex3f (x2, y1, -z1);
78 glVertex3f (x2, y2, -z1);
84 glVertex3f (x2, y1, -z2);
85 glVertex3f (x2, y2, -z2);
94 glVertex3f (x2, y1, -z1);
95 glVertex3f (x2, y
[all...]
/xsrc/external/mit/libX11/dist/include/X11/
H A DXregion.h52 short x1, x2, y1, y2; member in struct:__anond8bc24c70108
88 * Remember, x2 and y2 are not in the region
91 ((r1)->x2 > (r2)->x1 && \
92 (r1)->x1 < (r2)->x2 && \
104 if((r)->x2 > (idRect)->extents.x2)\
105 (idRect)->extents.x2 = (r)->x2;\
134 ((R-1)->x2 >= (Rx2))))
142 (r)->x2
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transfer.c61 int x2 = MIN(boxes->x2 + dx_dst, box->x2); local in function:glamor_upload_boxes
70 if (x2 <= x1 || y2 <= y1)
74 x2 - x1 == byte_stride / bytes_per_pixel) {
77 x2 - x1, y2 - y1,
84 x2 - x1, 1,
119 box.x2 = pixmap->drawable.width;
162 int x2 = MIN(boxes->x2 local in function:glamor_download_boxes
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregion.c117 * and right side (x1 and x2). Bands are implicit in the array of rectangles:
153 (!( ((r1)->x2 <= (r2)->x1) || \
154 ((r1)->x1 >= (r2)->x2) || \
160 ( ((r)->x2 > x) && \
168 ((r1)->x2 >= (r2)->x2) && \
186 pNextRect->x2 = nx2; \
285 rgn->extents.x1, rgn->extents.y1, rgn->extents.x2, rgn->extents.y2);
288 rects[i].x1, rects[i].y1, rects[i].x2, rects[i].y2);
298 if ((reg->extents.x1 > reg->extents.x2) ||
901 int x2; local in function:RegionUnionO
1324 int x1, y1, x2, y2; local in function:RegionFromRects
[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
45 x2 = MIN(pbox->x2, pScrn->virtualX);
47 width = (x2 - x1) * cpp;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_video.c41 dest->x2 = a->x2 < b->x2 ? a->x2 : b->x2;
42 if (dest->x1 >= dest->x2) {
43 dest->x1 = dest->x2 = dest->y1 = dest->y2 = 0;
50 dest->x1 = dest->x2 = dest->y1 = dest->y2 = 0;
55 return (int)(box->x2 - box->x1) * (int)(box->y2 - box->y1);
75 crtc_box->x2
195 amdgpu_pick_best_crtc(ScreenPtr pScreen,int x1,int x2,int y1,int y2) argument
[all...]

Completed in 30 milliseconds

1234567891011>>