Searched refs:ymax (Results 1 - 25 of 89) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbinner.h126 bbox.ymax = vMaxY;
170 scisYmax = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymax,
171 pScissorsInFixedPoint[pViewportIndex[6]].ymax,
172 pScissorsInFixedPoint[pViewportIndex[5]].ymax,
173 pScissorsInFixedPoint[pViewportIndex[4]].ymax,
174 pScissorsInFixedPoint[pViewportIndex[3]].ymax,
175 pScissorsInFixedPoint[pViewportIndex[2]].ymax,
176 pScissorsInFixedPoint[pViewportIndex[1]].ymax,
177 pScissorsInFixedPoint[pViewportIndex[0]].ymax);
238 scisYmax = _simd16_set_epi32(pScissorsInFixedPoint[pViewportIndex[15]].ymax,
[all...]
H A Dapi.h50 int32_t ymax; ///< exclusive member in struct:SWR_RECT
54 return (this->ymin == rhs.ymin && this->ymax == rhs.ymax && this->xmin == rhs.xmin &&
65 this->ymax = std::min(this->ymax, other.ymax);
67 if (xmax - xmin < 0 || ymax - ymin < 0)
70 ymin = ymax = xmin = xmax = 0;
82 this->ymax = std::max(this->ymax, othe
[all...]
H A Dbinner.cpp907 Integer<SIMD_T> ymax = SIMD_T::add_epi32(bbox.ymax, SIMD_T::set1_epi32(128)); local in function:BinTrianglesImpl
908 ymax = SIMD_T::and_si(ymax, SIMD_T::set1_epi32(~255));
910 Integer<SIMD_T> vMaskV = SIMD_T::cmpeq_epi32(ymin, ymax);
924 // Intersect with scissor/viewport. Subtract 1 ULP in x.8 fixed point since xmax/ymax edge is
944 scisYmax = SIMD_T::set1_epi32(state.scissorsInFixedPoint[0].ymax);
949 bbox.ymax = SIMD_T::sub_epi32(bbox.ymax, SIMD_T::set1_epi32(1));
954 bbox.ymax
[all...]
H A Drasterizer.cpp171 bboxA.ymin > macroBoxBottom || bboxA.ymin > scissorInFixedPoint.ymax ||
172 bboxA.ymax - 1 < macroBoxTop || bboxA.ymax - 1 < scissorInFixedPoint.ymin))
241 bboxA.ymin > macroBoxBottom || bboxA.ymin > scissorInFixedPoint.ymax ||
242 bboxA.ymax - 1 < macroBoxTop || bboxA.ymax - 1 < scissorInFixedPoint.ymin))
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_guardband.h30 float *ymin, float *ymax)
77 *ymax = 1.0f;
107 *ymax = MAX2(ndc_gb_ymin, ndc_gb_ymax);
113 *ymax = 0.0f;
27 intel_calculate_guardband_size(uint32_t fb_width,uint32_t fb_height,float m00,float m11,float m30,float m31,float * xmin,float * xmax,float * ymin,float * ymax) argument
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipoly.h89 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
106 int ymax; /* ymax for the polygon */ member in struct:__anonb60b44ce0108
146 if (pAET->ymax == y) { /* leaving this edge */ \
169 if (pAET->ymax == y) { /* leaving this edge */ \
H A Dmifpolycon.c98 ymax, local in function:miFillSppPoly
114 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax);
116 y = ymax - ymin + 1;
236 } while (y <= ymax);
260 double ymin, ymax;
264 ymin = ymax = (pts++)->y;
272 if(pts->y > ymax)
273 ymax = pts->y;
279 *ty = ICEIL(ymax + yFtrans - 1);
259 double ymin, ymax; local in function:GetFPolyYBounds
H A Dmipolycon.c97 int ymax; local in function:miFillConvexPoly
103 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax);
105 dy = ymax - ymin + 1;
205 } while (y != ymax);
227 int ymin, ymax;
231 ymin = ymax = (pts++)->y;
239 if(pts->y > ymax)
240 ymax = pts->y;
246 *ty = ymax;
226 int ymin, ymax; local in function:getPolyYBounds
H A Dmispans.h61 int ymin, ymax; /* Min, max y values encountered */ member in struct:__anon5febc62f0208
H A Dmispans.c74 spanGroup->ymax = MINSHORT;
83 int ymin, ymax, xmin, xmax; local in function:miSubtractSpans
90 ymax = YMAX(sub);
93 if (YMIN(spans) <= ymax && ymin <= YMAX(spans)) {
185 int ymin, ymax; local in function:miAppendSpans
200 ymax = spans->points[spansCount - 1].y;
201 if (ymax > spanGroup->ymax) spanGroup->ymax = ymax;
[all...]
H A Dmizerclip.c413 miZeroClipLine(int xmin, int ymin, int xmax, int ymax,
555 utmp = y1_orig - ymax;
573 utmp = ymax - y2_orig;
581 y1 = ymax;
622 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax);
408 miZeroClipLine(int xmin,int ymin,int xmax,int ymax,int * new_x1,int * new_y1,int * new_x2,int * new_y2,unsigned int adx,unsigned int ady,int * pt1_clipped,int * pt2_clipped,int octant,unsigned int bias,int oc1,int oc2) argument
H A Dmiline.h104 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \
109 if (y > ymax) outcode |= OUT_BELOW;\
158 int /*ymax*/,
H A Dmipolyutil.c148 * | ymax | ScanLineLists
188 ET->ymax = MININT;
222 pETEs->ymax = bottom->y-1; /* -1 so we don't get last scanline */
236 ET->ymax = max(ET->ymax, PrevPt->y);
295 * |ymax | |ymax | |ymax |
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipoly.h88 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
103 int ymax; /* ymax for the polygon */ member in struct:__anon3eaa60410108
141 if (pAET->ymax == y) { /* leaving this edge */ \
163 if (pAET->ymax == y) { /* leaving this edge */ \
H A Dmipoly.c146 * | ymax | ScanLineLists
186 ET->ymax = MININT;
216 pETEs->ymax = bottom->y - 1; /* -1 so we don't get last scanline */
229 ET->ymax = max(ET->ymax, PrevPt->y);
278 * |ymax | |ymax | |ymax |
354 int ymin, ymax; local in function:getPolyYBounds
358 ymin = ymax
404 int ymax; local in function:miFillConvexPoly
[all...]
H A Dmizerclip.c412 miZeroClipLine(int xmin, int ymin, int xmax, int ymax,
541 utmp = y1_orig - ymax;
558 utmp = ymax - y2_orig;
566 y1 = ymax;
606 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax);
407 miZeroClipLine(int xmin,int ymin,int xmax,int ymax,int * new_x1,int * new_y1,int * new_x2,int * new_y2,unsigned int adx,unsigned int ady,int * pt1_clipped,int * pt2_clipped,int octant,unsigned int bias,int oc1,int oc2) argument
H A Dmiline.h103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \
108 if (y > ymax) outcode |= OUT_BELOW;\
157 int /*ymax */ ,
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcalibrate_rast.c56 float xmin, ymin, xmax, ymax; local in function:PointCalibrate
59 xmax = ymax = -1000.0;
76 if (y > ymax)
77 ymax = y;
88 ypos + ymin, ypos + ymax);
93 if (ymax - ymin != 1.0 - Step) {
105 if (ymax > 1.0) {
106 printf(" => Points should be Y biased by about %f\n", 1.0 - ymax);
118 float ymin, ymax; local in function:HLineCalibrate
124 ymax
362 float xmin, ymin, xmax, ymax; local in function:QuadCalibrate
[all...]
/xsrc/external/mit/libX11/dist/src/
H A Dpoly.h212 int ymax; /* ycoord at which we exit this edge. */
229 int ymax; /* ymax for the polygon */
264 if (pAET->ymax == y) { /* leaving this edge */ \
287 if (pAET->ymax == y) { /* leaving this edge */ \
209 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
226 int ymax; /* ymax for the polygon */ member in struct:__anon42f612aa0208
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dtrirast.c60 GLfloat *xmax, GLfloat *ymax)
64 *ymin = *ymax = vertsIn[0][1];
72 else if (vertsIn[i][1] > *ymax)
73 *ymax = vertsIn[i][1];
81 GLfloat v[3][2], xmin, ymin, xmax, ymax; local in function:Redisplay
84 ComputeBounds(3, v, &xmin, &ymin, &xmax, &ymax);
96 glVertex2f(xmax, ymax);
97 glVertex2f(xmin, ymax);
58 ComputeBounds(GLuint n,GLfloat vertsIn[][2],GLfloat * xmin,GLfloat * ymin,GLfloat * xmax,GLfloat * ymax) argument
/xsrc/external/mit/x11perf/dist/
H A Ddo_movewin.c31 static int xmax, ymax; variable in typeref:typename:int
49 ymax = rows * (CHILDSIZE+CHILDSPACE);
69 if (y_offset + ymax > HEIGHT)
152 ymax = rows * (CHILDSIZE+CHILDSPACE);
155 0, 0, xmax, ymax, 0,
176 if (y_offset + ymax > HEIGHT)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_scissor.c64 /* need to be careful here with xmax or ymax < 0 */
66 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); local in function:st_update_scissor
75 if (ymax < (GLint) scissor[i].maxy)
76 scissor[i].maxy = ymax;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_scissor.c67 /* need to be careful here with xmax or ymax < 0 */
69 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); local in function:st_update_scissor
78 if (ymax < (GLint) scissor[i].maxy)
79 scissor[i].maxy = ymax;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c194 GLint xmin, xmax, ymin, ymax, iy; local in function:sprite_point
206 ymax = (GLint) (y + iRadius);
214 ymax = ymin + iSize - 1;
218 for (iy = ymin; iy <= ymax; iy++) {
314 const GLint ymax = (GLint) (y + radius); local in function:smooth_point
317 for (iy = ymin; iy <= ymax; iy++) {
410 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point
421 ymax = (GLint) (y + iRadius);
429 ymax = ymin + iSize - 1;
434 for (iy = ymin; iy <= ymax; i
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c187 GLint xmin, xmax, ymin, ymax, iy; local in function:sprite_point
199 ymax = (GLint) (y + iRadius);
207 ymax = ymin + iSize - 1;
211 for (iy = ymin; iy <= ymax; iy++) {
307 const GLint ymax = (GLint) (y + radius); local in function:smooth_point
310 for (iy = ymin; iy <= ymax; iy++) {
403 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point
414 ymax = (GLint) (y + iRadius);
422 ymax = ymin + iSize - 1;
427 for (iy = ymin; iy <= ymax; i
[all...]

Completed in 16 milliseconds

1234