| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | dissolve.c | 65 int ix, iy; local in function:FillRandomRects 72 for (iy = 0; iy < h; iy++) { 74 int p = (y + iy) * WinWidth + x + ix; 85 int iy, ix; local in function:FillWipe 89 for (iy = 0; iy < WinHeight; iy++) { 91 int p = iy * WinWidt 101 int iy, ix; local in function:FillMoire 117 int iy, ix; local in function:FillWaves [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 184 GLint iy; variable in typeref:typename:GLint 186 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span) 188 for (iy = iyMin; iy < iyMax; iy++) { 189 GLfloat x = pMin[0] - (yMin - iy) * dxdy; 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]); 223 const GLfloat cx = ix + 0.5F, cy = iy 253 GLint iy; variable in typeref:typename:GLint [all...] |
| H A D | s_points.c | 194 GLint xmin, xmax, ymin, ymax, iy; local in function:sprite_point 218 for (iy = ymin; iy <= ymax; iy++) { 227 span.y = iy; 315 GLint ix, iy; local in function:smooth_point 317 for (iy = ymin; iy <= ymax; iy++) { 321 span.y = iy; 410 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point [all...] |
| H A D | s_aaline.c | 329 int ix, int iy); 406 GLint iy; local in function:segment 408 for (iy = iyBot; iy < iyTop; iy++) { 409 (*plot)(ctx, line, ix, iy); 419 GLint iy, iyTop; local in function:segment 449 for (iy = (GLint) yBot; iy < iyTop; iy [all...] |
| H A D | s_aalinetemp.h | 34 * \param iy - integer fragment window Y coordiante 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) 41 const GLfloat fy = (GLfloat) iy; 42 const GLfloat coverage = compute_coveragef(line, ix, iy); 53 line->span.array->y[i] = iy; 57 * solving the plane equations at (ix,iy).
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 184 GLint iy; variable in typeref:typename:GLint 186 #pragma omp parallel for schedule(dynamic) private(iy) firstprivate(span) 188 for (iy = iyMin; iy < iyMax; iy++) { 189 GLfloat x = pMin[0] - (yMin - iy) * dxdy; 200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy); 211 span.attrStart[VARYING_SLOT_POS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane); 215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]); 223 const GLfloat cx = ix + 0.5F, cy = iy 253 GLint iy; variable in typeref:typename:GLint [all...] |
| H A D | s_points.c | 187 GLint xmin, xmax, ymin, ymax, iy; local in function:sprite_point 211 for (iy = ymin; iy <= ymax; iy++) { 220 span.y = iy; 308 GLint ix, iy; local in function:smooth_point 310 for (iy = ymin; iy <= ymax; iy++) { 314 span.y = iy; 403 GLint xmin, xmax, ymin, ymax, ix, iy; local in function:large_point [all...] |
| H A D | s_aaline.c | 328 int ix, int iy); 405 GLint iy; local in function:segment 407 for (iy = iyBot; iy < iyTop; iy++) { 408 plot(ctx, line, ix, iy); 418 GLint iy, iyTop; local in function:segment 448 for (iy = (GLint) yBot; iy < iyTop; iy [all...] |
| H A D | s_aalinetemp.h | 34 * \param iy - integer fragment window Y coordiante 37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy) 41 const GLfloat fy = (GLfloat) iy; 42 const GLfloat coverage = compute_coveragef(line, ix, iy); 53 line->span.array->y[i] = iy; 57 * solving the plane equations at (ix,iy).
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 55 const unsigned iy = quads[0]->input.y0; local in function:NAME 57 const float fy = (float) iy; 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); 88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
|
| H A D | sp_setup.c | 1047 const int iy = y & 1; local in function:plot 1050 const int quadY = y - iy; 1051 const int mask = (1 << ix) << (2 * iy); 1317 const int iy = ((int) y) & 1; local in function:sp_setup_point 1319 setup->quad[0].input.y0 = (int) y - iy; 1320 setup->quad[0].inout.mask = (1 << ix) << (2 * iy); 1335 int ix, iy; local in function:sp_setup_point 1337 for (iy = iymin; iy <= iymax; iy 1398 int ix, iy; local in function:sp_setup_point [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_depth_test_tmp.h | 55 const unsigned iy = quads[0]->input.y0; local in function:NAME 57 const float fy = (float) iy; 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); 88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
|
| H A D | sp_setup.c | 969 const int iy = y & 1; local in function:plot 972 const int quadY = y - iy; 973 const int mask = (1 << ix) << (2 * iy); 1241 const int iy = ((int) y) & 1; local in function:sp_setup_point 1243 setup->quad[0].input.y0 = (int) y - iy; 1244 setup->quad[0].inout.mask = (1 << ix) << (2 * iy); 1259 int ix, iy; local in function:sp_setup_point 1261 for (iy = iymin; iy <= iymax; iy 1322 int ix, iy; local in function:sp_setup_point [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | icons_builtin.c | 82 int ix, iy; local in function:CreateMenuIcon 111 iy = 1; 112 ih = h - iy * 2; 123 XFillRectangle(dpy, pix, gc, ix, iy, mw, mh); 124 XFillRectangle(dpy, pix, gc, ix + iw - mw, iy + ih - mh, mw, mh); 126 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, tw, th); 138 ly = iy + bw + (th - bw - lh) / 2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_tri_tmp.h | 138 int iy = (i >> 2) * 4; local in function:TAG 140 int py = y + iy; 150 + IMUL64(plane[j].dcdy, iy)); 160 int iy = (i >> 2) * 4; local in function:TAG 162 int py = y + iy; 292 int iy = (i >> 2) * 16; local in function:TAG 294 int py = y + iy; 300 + IMUL64(plane[j].dcdy, iy)); 313 int iy = (i >> 2) * 16; local in function:TAG 315 int py = y + iy; 380 int iy = (i >> 2) * 4; local in function:TRI_16 [all...] |
| H A D | lp_rast_tri.c | 58 unsigned ix, iy; local in function:block_full_16 61 for (iy = 0; iy < 16; iy += 4) 63 block_full_4(task, tri, x + ix, y + iy);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_tri_tmp.h | 159 int iy = (i >> 2) * 4; local in function:TAG 161 int py = y + iy; 171 + IMUL64(plane[j].dcdy, iy)); 181 int iy = (i >> 2) * 4; local in function:TAG 183 int py = y + iy; 313 int iy = (i >> 2) * 16; local in function:TAG 315 int py = y + iy; 321 + IMUL64(plane[j].dcdy, iy)); 334 int iy = (i >> 2) * 16; local in function:TAG 336 int py = y + iy; 411 int iy = (i >> 2) * 4; local in function:TRI_16 [all...] |
| H A D | lp_rast_linear_fallback.c | 175 unsigned ix, unsigned iy) 180 iy * STAMP_SIZE); 189 unsigned ix, unsigned iy, 196 full(task, inputs, ix, iy); 202 iy * STAMP_SIZE, 173 full(struct lp_rasterizer_task * task,const struct lp_rast_shader_inputs * inputs,unsigned ix,unsigned iy) argument 187 partial(struct lp_rasterizer_task * task,const struct lp_rast_shader_inputs * inputs,unsigned ix,unsigned iy,unsigned mask) argument
|
| H A D | lp_rast_rect.c | 90 unsigned ix, unsigned iy) 96 task->y + iy * STAMP_SIZE); 102 unsigned ix, unsigned iy, 109 full(task, rect, ix, iy); 116 task->y + iy * STAMP_SIZE, 88 full(struct lp_rasterizer_task * task,const struct lp_rast_rectangle * rect,unsigned ix,unsigned iy) argument 100 partial(struct lp_rasterizer_task * task,const struct lp_rast_rectangle * rect,unsigned ix,unsigned iy,unsigned mask) argument
|
| H A D | lp_setup_rect.c | 210 unsigned ix, unsigned iy, 215 assert(rect->box.y0 <= iy * TILE_SIZE); 217 assert(rect->box.y1 >= (iy+1) * TILE_SIZE - 1); 219 lp_setup_whole_tile(setup, &rect->inputs, ix, iy); 224 ix, iy, 208 partial(struct lp_setup_context * setup,const struct lp_rast_rectangle * rect,unsigned ix,unsigned iy,unsigned mask) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwindowswm.c | 354 ir = make_box (stuff->ix, stuff->iy, stuff->iw, stuff->ih); 363 SetRect (&rcNew, stuff->ix, stuff->iy, 364 stuff->ix + stuff->iw, stuff->iy + stuff->ih); 368 stuff->ix, stuff->iy, stuff->ix + stuff->iw, stuff->iy + stuff->ih); 420 stuff->ix, stuff->iy, stuff->iw, stuff->ih); 424 SetRect (&rcNew, stuff->ix, stuff->iy, 425 stuff->ix + stuff->iw, stuff->iy + stuff->ih);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | windowswmstr.h | 121 INT16 iy; member in struct:_WindowsWMFrameGetRect 153 INT16 iy; member in struct:_WindowsWMFrameDraw
|
| H A D | applewmproto.h | 200 CARD16 iy; member in struct:_AppleWMFrameGetRect 235 CARD16 iy; member in struct:_AppleWMFrameHitTest 268 CARD16 iy; member in struct:_AppleWMFrameDraw
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | readtex.c | 425 GLint iy, icr, icb; local in function:ConvertRGBtoYUV 431 iy = (GLint) CLAMP(y, 0, 254); 437 *dest = (iy << 8) | icr; 441 *dest = (iy << 8) | icb;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 1007 int ix, iy; local in function:CreateMenuIcon 1023 iy = 1; 1024 ih = h - iy * 2; 1034 XFillRectangle(dpy, pix, gc, ix, iy, (unsigned) mw, (unsigned) mh); 1035 XFillRectangle(dpy, pix, gc, ix + iw - mw, iy + ih - mh, (unsigned) mw, 1038 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, (unsigned) tw, 1049 ly = iy + bw + (th - bw - lh) / 2;
|