Searched refs:iy (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Ddissolve.c65 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 Ds_aatritemp.h184 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 Ds_points.c194 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 Ds_aaline.c329 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 Ds_aalinetemp.h34 * \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 Ds_aatritemp.h184 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 Ds_points.c187 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 Ds_aaline.c328 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 Ds_aalinetemp.h34 * \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 Dsp_quad_depth_test_tmp.h55 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 Dsp_setup.c1047 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 Dsp_quad_depth_test_tmp.h55 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 Dsp_setup.c969 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 Dicons_builtin.c82 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 Dlp_rast_tri_tmp.h138 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 Dlp_rast_tri.c58 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 Dlp_rast_tri_tmp.h159 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 Dlp_rast_linear_fallback.c175 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 Dlp_rast_rect.c90 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 Dlp_setup_rect.c210 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 Dwinwindowswm.c354 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 Dwindowswmstr.h121 INT16 iy; member in struct:_WindowsWMFrameGetRect
153 INT16 iy; member in struct:_WindowsWMFrameDraw
H A Dapplewmproto.h200 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 Dreadtex.c425 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 Dutil.c1007 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;

Completed in 35 milliseconds

12