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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_texture.c 49 float rx, ry, rz; local
70 ry = -tc;
75 ry = -tc;
80 ry = 1;
85 ry = -1;
90 ry = -tc;
95 ry = -tc;
99 rx = ry = rz = 0;
104 out_str[1] = ry; /*t*/
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_texture.c 49 float rx, ry, rz; local
70 ry = -tc;
75 ry = -tc;
80 ry = 1;
85 ry = -1;
90 ry = -tc;
95 ry = -tc;
99 rx = ry = rz = 0;
104 out_str[1] = ry; /*t*/
  /xsrc/external/mit/libX11/dist/src/
WMGeom.c 68 int rx, ry, rwidth, rheight; /* return values */ local
145 ry = ((umask & YNegative) ?
149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth);
152 ry = dy;
154 ry = 0; /* gotta choose something... */
162 *y_return = ry;
Region.c 1532 int rx, int ry,
1542 prect->y1 = ry;
1544 prect->y2 = rheight + ry;
1559 if (pbox->y2 <= ry)
1562 if (pbox->y1 > ry)
1567 ry = pbox->y1; /* x guaranteed to be == prect->x1 */
1589 ry = pbox->y2; /* finished with this band */
1590 if (ry >= prect->y2)
1607 return(partIn ? ((ry < prect->y2) ? RectanglePart : RectangleIn) :
  /xsrc/external/mit/pixman/dist/pixman/
pixman-conical-gradient.c 74 double ry = y + 0.5; local
96 ry = v.vector[1] / 65536.;
107 ry -= conical->center.y / 65536.;
113 double t = coordinates_to_parameter (rx, ry, conical->angle);
123 ry += cy;
139 y = ry / rz;
159 ry += cy;
pixman-bits-image.c 291 int ry = i; local
303 repeat (repeat_mode, &ry, height);
305 get_pixel (image, rx, ry, FALSE, &pixel);
309 get_pixel (image, rx, ry, TRUE, &pixel);
380 int ry = i; local
391 repeat (repeat_mode, &ry, height);
393 get_pixel (image, rx, ry, FALSE, &pixel);
397 get_pixel (image, rx, ry, TRUE, &pixel);
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
layer.c 23 static void ellipse(VGPath vgPath, VGfloat rx, VGfloat ry, VGfloat angle)
35 val[3] = ry;
40 val[8] = ry;
mask_render.c 44 static void ellipse(VGPath vgPath, VGfloat rx, VGfloat ry, VGfloat angle)
56 val[3] = ry;
61 val[8] = ry;
arc.c 11 static void ellipse(VGPath vgPath, VGfloat rx, VGfloat ry, VGfloat angle)
23 val[3] = ry;
28 val[8] = ry;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_lower_int_cubemap_to_array.c 62 nir_ssa_def *ry; member in struct:__anon1161
79 nir_ssa_def *y = nir_fadd(b, nir_fmul(b, ima, coord->ry), nir_imm_float(b, 0.5));
88 nir_ssa_def *sign = nir_fsign(b, coord->ry);
89 nir_ssa_def *positive = nir_fge(b, coord->ry, nir_imm_float(b, 0.0));
107 nir_ssa_def *y = nir_fadd(b, nir_fmul(b, ima, coord->ry), nir_imm_float(b, 0.5));
158 coords.ry = nir_channel(b, coord, 1);
161 coords.ary = nir_fabs(b, coords.ry);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
singlebuffer.c 37 float rx, ry, rz, ra; member in struct:box
68 Boxes[i].ry = Random();
86 glRotatef(Boxes[i].ra, Boxes[i].rx, Boxes[i].ry, Boxes[i].rz);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
ClearTile.cpp 95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry)
LoadTile.h 98 // For each raster tile pixel (rx, ry)
99 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry)
104 ((y + ry) < lodHeight))
106 uint8_t* pSrc = (uint8_t*)ComputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex,
114 SetSwizzledDstColor(srcColor, rx, ry, pDst);
StoreTile.h 950 // For each raster tile pixel (rx, ry)
951 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry)
957 ((y + ry) < lodHeight))
960 GetSwizzledSrcColor(pSrc, rx, ry, srcColor);
962 uint8_t *pDst = (uint8_t*)ComputeSurfaceAddress<false, false>((x + rx), (y + ry),
989 // For each raster tile pixel (rx, ry)
990 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
ClearTile.cpp 95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry)
LoadTile.h 98 // For each raster tile pixel (rx, ry)
99 for (uint32_t ry = 0; ry < KNOB_TILE_Y_DIM; ++ry)
104 ((y + ry) < lodHeight))
106 uint8_t* pSrc = (uint8_t*)ComputeSurfaceAddress<false, true>(x + rx, y + ry, pSrcSurface->arrayIndex + renderTargetArrayIndex,
114 SetSwizzledDstColor(srcColor, rx, ry, pDst);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_tv.c 106 float ry, gy, by, ay; member in struct:__anon8903
269 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
276 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
319 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
326 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
370 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5495,
377 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6494,
421 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
428 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
474 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxpbdemo.c 322 float ry = Random(); local
327 glRotatef(ra, rx, ry, rz);
pbdemo.c 388 float ry = Random(); local
393 glRotatef(ra, rx, ry, rz);
  /xsrc/external/mit/transset/dist/
dsimple.c 224 int rx, ry, cx, cy; local
238 XQueryPointer (disp, root, &tmp, &target_win, &rx, &ry,
  /xsrc/external/mit/xmodmap/dist/
exec.c 101 int rx, ry, wx, wy; /* dummy variables */ local
107 &root, &child, &rx, &ry, &wx, &wy, &mask))
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
rastpos.c 295 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; local
300 ry = u[1] - normal[1] * two_nu;
302 m = rx * rx + ry * ry + (rz + 1.0F) * (rz + 1.0F);
340 texcoord[1] = ry * mInv + 0.5F;
343 texcoord[1] = ry;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
rastpos.c 291 GLfloat u[3], two_nu, rx, ry, rz, m, mInv; local
296 ry = u[1] - normal[1] * two_nu;
298 m = rx * rx + ry * ry + (rz + 1.0F) * (rz + 1.0F);
336 texcoord[1] = ry * mInv + 0.5F;
339 texcoord[1] = ry;
  /xsrc/external/mit/libxkbui/dist/src/
XKBui.c 275 double rr,rx,ry,rt; local
278 rx= pts->x-corner_x; ry= pts->y-corner_y; /* translate */
279 rr= hypot(rx,ry);
280 rt= atan2(ry,rx)+rangle;
282 ry= rr*sin(rt);
283 pts->x= rx+corner_x; pts->y= ry+corner_y;
  /xsrc/external/mit/xwininfo/dist/
xwininfo.c 950 int rx, ry, xright, ybelow; local
960 ry = (int16_t)trans_coords->dst_y;
965 ybelow = (dh - ry - w->geometry->border_width * 2 -
971 printf (" Absolute upper-left Y: %s\n", yscale (ry));
1022 rx, ry, xright, ry, xright, ybelow, rx, ybelow);
1101 ry = frame_geometry->y;
1122 (abs (ybelow) <= 100 && abs (ybelow) < abs (ry)
1133 printf ("+%d", ry);

Completed in 31 milliseconds

1 2