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

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_swizzle.h 34 panfrost_texture_swizzle(unsigned off_x, unsigned off_y,
pan_swizzle.c 154 unsigned off_y,
166 if (!(off_x || off_y) && (width == dest_width)) {
179 int block_y = (y + off_y) >> 4;
180 int rem_y = (y + off_y) & 0x0F;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_image.c 42 int off_x, off_y; local
70 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
71 if (off_x || off_y) {
73 y += off_y;
74 RegionTranslate(&region, off_x, off_y);
113 int off_x, off_y; local
122 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
128 drawable->x + off_x, drawable->y + off_y,
glamor_transform.c 49 int off_x, off_y; local
62 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
65 off_y -= box->y1;
69 *p_off_y = off_y;
76 * pixmap_y = render_y + drawable->y + off_y
88 off_y += drawable->y;
100 scale_y, (off_y + center_adjust) * scale_y - 1.0f);
194 int off_y,
201 glUniform2f(offset_uniform, off_x, off_y);
glamor_points.c 47 int off_x, off_y; local
96 prog->matrix_uniform, &off_x, &off_y))
101 box->y1 + off_y,
glamor_prepare.c 189 int off_x, off_y; local
191 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
195 box.y1 = drawable->y + off_y;
206 int off_x, off_y; local
208 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
211 box.y1 = drawable->y + y + off_y;
glamor_spans.c 54 int off_x, off_y; local
128 prog->matrix_uniform, &off_x, &off_y))
133 box->y1 + off_y,
190 int off_x, off_y; local
197 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
211 int y = points[n].y + off_y;
274 int off_x, off_y; local
286 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
329 y1 += off_y;
glamor_lines.c 44 int off_x, off_y; local
108 prog->matrix_uniform, &off_x, &off_y))
113 box->y1 + off_y,
glamor_segs.c 44 int off_x, off_y; local
100 prog->matrix_uniform, &off_x, &off_y))
105 box->y1 + off_y,
glamor_transform.h 58 int off_y,
glamor_text.c 100 int off_x, off_y; local
197 &off_x, &off_y);
205 box->y1 + off_y,
443 int off_x, off_y; local
454 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
467 RegionTranslate(&region, off_x, off_y);
glamor_rects.c 53 int off_x, off_y; local
134 prog->matrix_uniform, &off_x, &off_y))
151 scissor.y1 + off_y,
glamor_dash.c 209 int off_x, off_y; local
218 prog->matrix_uniform, &off_x, &off_y);
222 box->y1 + off_y,
glamor_glyphblt.c 77 int off_x, off_y; local
81 prog->matrix_uniform, &off_x, &off_y))
glamor_composite_glyphs.c 274 int off_x, off_y; local
293 &off_x, &off_y);
301 box->y1 + off_y,
  /xsrc/external/mit/xorg-server/dist/present/
present_event.c 76 swaps(&c->off_y);
123 .off_y = 0,
  /xsrc/external/mit/libXpresent/dist/include/X11/extensions/
Xpresent.h 72 int off_x, off_y; member in struct:__anon5954
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 150 int off_x = 0, off_y = 0; local
179 off_y = -pPix->screen_y;
182 off_y += pDraw->y;
190 REGION_TRANSLATE(pScreen, pCopyClip, off_x, off_y);
212 pDraw->width, pDraw->height, off_x, off_y);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
dri2.c 275 int off_x = 0, off_y = 0; local
293 off_y = -pixmap->screen_y;
296 off_y += drawable->y;
306 REGION_TRANSLATE(screen, pCopyClip, off_x, off_y);
322 off_x, off_y);
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-accel.c 51 int off_x, off_y; local
54 !(pPixmap = uxa_get_offscreen_pixmap (pDrawable, &off_x, &off_y)) ||
93 fullX1 + off_x, fullY1 + off_y,
94 fullX2 + off_x, fullY1 + 1 + off_y);
111 partX1 + off_x, fullY1 + off_y,
112 partX2 + off_x, fullY1 + 1 + off_y);
  /xsrc/external/mit/xorg-server/dist/exa/
exa_accel.c 54 int off_x, off_y; local
74 if (!(pPixmap = exaGetOffscreenPixmap(pDrawable, &off_x, &off_y)) ||
109 fullX1 + off_x, fullY1 + off_y,
110 fullX2 + off_x, fullY1 + 1 + off_y);
124 partX1 + off_x, fullY1 + off_y,
126 fullY1 + 1 + off_y);
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_accel.c 52 int off_x, off_y; local
74 if (!(pPixmap = exaGetOffscreenPixmap (pDrawable, &off_x, &off_y)) ||
113 fullX1 + off_x, fullY1 + off_y,
114 fullX2 + off_x, fullY1 + 1 + off_y);
131 partX1 + off_x, fullY1 + off_y,
132 partX2 + off_x, fullY1 + 1 + off_y);
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-accel.c 65 int off_x, off_y; local
77 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
164 fullY1 + off_y,
185 fullY1 + off_y,
238 fullY1 + off_y,
240 fullY1 + 1 + off_y);
255 fullY1 + off_y,
257 fullY1 + 1 + off_y);
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
presentproto.h 191 INT16 off_y; member in struct:__anon11652
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 154 ce->off_y = proto->off_y;

Completed in 33 milliseconds

1 2