HomeSort by: relevance | last modified time | path
    Searched refs:ymax (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
binner.h 126 bbox.ymax = vMaxY;
136 /// @param scisYmax - output vector of per-prmitive scissor rect Ymax data.
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);
    [all...]
api.h 50 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, other.ymax)
    [all...]
binner.cpp 907 Integer<SIMD_T> ymax = SIMD_T::add_epi32(bbox.ymax, SIMD_T::set1_epi32(128)); local
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 = SIMD_T::min_epi32(bbox.ymax, scisYmax)
    [all...]
rasterizer.cpp 171 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/
intel_guardband.h 30 float *ymin, float *ymax)
77 *ymax = 1.0f;
107 *ymax = MAX2(ndc_gb_ymin, ndc_gb_ymax);
113 *ymax = 0.0f;
  /xsrc/external/mit/xorg-server/dist/mi/
mipoly.h 88 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
103 int ymax; /* ymax for the polygon */ member in struct:__anon10276
141 if (pAET->ymax == y) { /* leaving this edge */ \
163 if (pAET->ymax == y) { /* leaving this edge */ \
mipoly.c 146 * | 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
358 ymin = ymax = (pts++)->y
404 int ymax; local
    [all...]
mizerclip.c 412 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);
miline.h 103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \
108 if (y > ymax) outcode |= OUT_BELOW;\
157 int /*ymax */ ,
  /xsrc/external/mit/xorg-server.old/dist/mi/
mipoly.h 89 int ymax; /* ycoord at which we exit this edge. */ member in struct:_EdgeTableEntry
106 int ymax; /* ymax for the polygon */ member in struct:__anon10867
146 if (pAET->ymax == y) { /* leaving this edge */ \
169 if (pAET->ymax == y) { /* leaving this edge */ \
mifpolycon.c 98 ymax, local
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
mipolycon.c 97 int ymax; local
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
mispans.h 61 int ymin, ymax; /* Min, max y values encountered */ member in struct:__anon10871
mispans.c 74 spanGroup->ymax = MINSHORT;
78 #define YMAX(spans) (spans->points[spans->count-1].y)
83 int ymin, ymax, xmin, xmax; local
90 ymax = YMAX(sub);
93 if (YMIN(spans) <= ymax && ymin <= YMAX(spans)) {
185 int ymin, ymax; local
200 ymax = spans->points[spansCount - 1].y;
201 if (ymax > spanGroup->ymax) spanGroup->ymax = ymax
    [all...]
mizerclip.c 413 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);
miline.h 104 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \
109 if (y > ymax) outcode |= OUT_BELOW;\
158 int /*ymax*/,
mipolyutil.c 148 * | 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/mesa-demos/dist/src/tests/
calibrate_rast.c 56 float xmin, ymin, xmax, ymax; local
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
124 ymax = -1000.0
362 float xmin, ymin, xmax, ymax; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
poly.h 212 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:__anon5669
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
trirast.c 60 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
84 ComputeBounds(3, v, &xmin, &ymin, &xmax, &ymax);
96 glVertex2f(xmax, ymax);
97 glVertex2f(xmin, ymax);
  /xsrc/external/mit/x11perf/dist/
do_movewin.c 31 static int xmax, ymax; variable
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/dist/src/mesa/state_tracker/
st_atom_scissor.c 67 /* 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
78 if (ymax < (GLint) scissor[i].maxy)
79 scissor[i].maxy = ymax;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_scissor.c 64 /* 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
75 if (ymax < (GLint) scissor[i].maxy)
76 scissor[i].maxy = ymax;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_points.c 187 GLint xmin, xmax, ymin, ymax, iy; local
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
310 for (iy = ymin; iy <= ymax; iy++) {
403 GLint xmin, xmax, ymin, ymax, ix, iy; local
414 ymax = (GLint) (y + iRadius);
422 ymax = ymin + iSize - 1;
427 for (iy = ymin; iy <= ymax; iy++)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_points.c 194 GLint xmin, xmax, ymin, ymax, iy; local
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
317 for (iy = ymin; iy <= ymax; iy++) {
410 GLint xmin, xmax, ymin, ymax, ix, iy; local
421 ymax = (GLint) (y + iRadius);
429 ymax = ymin + iSize - 1;
434 for (iy = ymin; iy <= ymax; iy++)
    [all...]

Completed in 207 milliseconds

1 2 3 4