| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| binner.h | 124 bbox.xmax = vMaxX; 135 /// @param scisXmax - output vector of per-prmitive scissor rect Xmax data. 162 scisXmax = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].xmax, 163 pScissorsInFixedPoint[pViewportIndex[6]].xmax, 164 pScissorsInFixedPoint[pViewportIndex[5]].xmax, 165 pScissorsInFixedPoint[pViewportIndex[4]].xmax, 166 pScissorsInFixedPoint[pViewportIndex[3]].xmax, 167 pScissorsInFixedPoint[pViewportIndex[2]].xmax, 168 pScissorsInFixedPoint[pViewportIndex[1]].xmax, 169 pScissorsInFixedPoint[pViewportIndex[0]].xmax); [all...] |
| api.h | 49 int32_t xmax; ///< exclusive member in struct:SWR_RECT 55 this->xmax == rhs.xmax); 64 this->xmax = std::min(this->xmax, other.xmax); 67 if (xmax - xmin < 0 || ymax - ymin < 0) 70 ymin = ymax = xmin = xmax = 0; 81 this->xmax = std::max(this->xmax, other.xmax) [all...] |
| binner.cpp | 889 // (xmax + 128) & ~255 900 Integer<SIMD_T> xmax = SIMD_T::add_epi32(bbox.xmax, SIMD_T::set1_epi32(128)); local 901 xmax = SIMD_T::and_si(xmax, SIMD_T::set1_epi32(~255)); 903 Integer<SIMD_T> vMaskH = SIMD_T::cmpeq_epi32(xmin, xmax); 924 // Intersect with scissor/viewport. Subtract 1 ULP in x.8 fixed point since xmax/ymax edge is 943 scisXmax = SIMD_T::set1_epi32(state.scissorsInFixedPoint[0].xmax); 948 bbox.xmax = SIMD_T::sub_epi32(bbox.xmax, SIMD_T::set1_epi32(1)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_guardband.h | 29 float *xmin, float *xmax, 75 *xmax = 1.0f; 105 *xmax = ndc_gb_xmax; 111 *xmax = 0.0f;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| calibrate_rast.c | 56 float xmin, ymin, xmax, ymax; local 59 xmax = ymax = -1000.0; 74 if (x > xmax) 75 xmax = x; 87 xpos + xmin, xpos + xmax, 90 if (xmax - xmin != 1.0 - Step) { 102 if (xmax > 1.0) { 103 printf(" => Points should be X biased by about %f\n", 1.0 - xmax); 239 float xmin, xmax; local 245 xmax = -1000.0 362 float xmin, ymin, xmax, ymax; local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| trirast.c | 60 GLfloat *xmax, GLfloat *ymax) 63 *xmin = *xmax = vertsIn[0][0]; 68 else if (vertsIn[i][0] > *xmax) 69 *xmax = vertsIn[i][0]; 81 GLfloat v[3][2], xmin, ymin, xmax, ymax; local 84 ComputeBounds(3, v, &xmin, &ymin, &xmax, &ymax); 95 glVertex2f(xmax, ymin); 96 glVertex2f(xmax, ymax);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| terandom_chisq.c | 85 double xmin, double xmax, int verbose) 104 mpfr_set_d (b, xmax, rnd); 159 num, xmin, xmax, nu, chisq); 187 * possible deviate values in the range [xmin, xmax] coupled with the value of 199 * In addition, two bins are allocated for [0,xmin) and (xmax,inf). 206 double xmin, double xmax, int verbose) 224 mpfr_set_d (x, xmax, rnd); 225 xmax = mpfr_get_d (x, rnd); 284 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq); 297 double xmin, double xmax, int verbose [all...] |
| tnrandom_chisq.c | 86 double xmin, double xmax, int verbose) 105 mpfr_set_d (b, xmax, rnd); 155 num, xmin, xmax, nu, chisq); 183 * deviate values in the range [xmin, xmax] coupled with the value of inexact. 195 * In addition, two bins are allocated for [0,xmin) and (xmax,inf). 205 double xmin, double xmax, int verbose) 223 mpfr_set_d (x, xmax, rnd); 224 xmax = mpfr_get_d (x, rnd); 285 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq); 298 double xmin, double xmax, int verbose [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| do_movewin.c | 31 static int xmax, ymax; variable 48 xmax = (CHILDSIZE+CHILDSPACE) * (rows > 1 ? MAXCOLS : p->objects); 71 if (x_offset + xmax > WIDTH) 151 xmax = (CHILDSIZE+CHILDSPACE) * (rows > 1 ? MAXCOLS : p->objects); 155 0, 0, xmax, ymax, 0, 178 if (x_offset + xmax > WIDTH)
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mispans.c | 83 int ymin, ymax, xmin, xmax; local 118 xmax = xmin + *subWid; 119 if (xmin >= spansPt->x + *spansWid || spansPt->x >= xmax) 125 if (xmax >= spansPt->x + *spansWid) 136 *spansWid = *spansWid - (xmax - spansPt->x); 137 spansPt->x = xmax; 142 if (xmax >= spansPt->x + *spansWid) 172 *spansWid = *spansWid - (xmax - spansPt->x); 173 spansPt->x = xmax;
|
| mizerclip.c | 413 miZeroClipLine(int xmin, int ymin, int xmax, int ymax, 524 utmp = x1_orig - xmax; 542 utmp = xmax - x2_orig; 550 x1 = xmax; 622 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax);
|
| miline.h | 104 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ 107 if (x > xmax) outcode |= OUT_RIGHT;\ 157 int /*xmax*/,
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mizerclip.c | 412 miZeroClipLine(int xmin, int ymin, int xmax, int ymax, 512 utmp = x1_orig - xmax; 529 utmp = xmax - x2_orig; 537 x1 = xmax; 606 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax);
|
| miline.h | 103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ 106 if (x > xmax) outcode |= OUT_RIGHT;\ 156 int /*xmax */ ,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_scissor.c | 67 /* need to be careful here with xmax or ymax < 0 */ 68 GLint xmax = MAX2(0, ctx->Scissor.ScissorArray[i].X + ctx->Scissor.ScissorArray[i].Width); local 76 if (xmax < (GLint) scissor[i].maxx) 77 scissor[i].maxx = xmax;
|
| /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 */ 65 GLint xmax = MAX2(0, ctx->Scissor.ScissorArray[i].X + ctx->Scissor.ScissorArray[i].Width); local 73 if (xmax < (GLint) scissor[i].maxx) 74 scissor[i].maxx = xmax;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| erfc_scaled_inc.c | 79 xbig = 9.194, xhuge = 2.90e+3, xmax = 4.79e+37; local 82 xbig = 26.543, xhuge = 6.71e+7, xmax = 2.53e+307; local 145 if (y >= xmax)
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| erfc_scaled_inc.c | 79 xbig = 9.194, xhuge = 2.90e+3, xmax = 4.79e+37; local 82 xbig = 26.543, xhuge = 6.71e+7, xmax = 2.53e+307; local 145 if (y >= xmax)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_points.c | 187 GLint xmin, xmax, ymin, ymax, iy; local 197 xmax = (GLint) (x + iRadius); 205 xmax = xmin + iSize - 1; 221 span.end = xmax - xmin + 1; 305 const GLint xmax = (GLint) (x + radius); local 315 span.end = xmax - xmin + 1; 318 for (ix = xmin; ix <= xmax; ix++) { 403 GLint xmin, xmax, ymin, ymax, ix, iy; local 412 xmax = (GLint) (x + iRadius); 420 xmax = xmin + iSize - 1 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_points.c | 194 GLint xmin, xmax, ymin, ymax, iy; local 204 xmax = (GLint) (x + iRadius); 212 xmax = xmin + iSize - 1; 228 span.end = xmax - xmin + 1; 312 const GLint xmax = (GLint) (x + radius); local 322 span.end = xmax - xmin + 1; 325 for (ix = xmin; ix <= xmax; ix++) { 410 GLint xmin, xmax, ymin, ymax, ix, iy; local 419 xmax = (GLint) (x + iRadius); 427 xmax = xmin + iSize - 1 [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| xsize.h | 88 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| xsize.h | 88 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xsize.h | 87 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xsize.h | 87 xmax (size_t size1, size_t size2) function
|
| /src/external/gpl2/texinfo/dist/intl/ |
| xsize.h | 90 xmax (size_t size1, size_t size2) function
|