Searched refs:off_y (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.h34 panfrost_texture_swizzle(unsigned off_x, unsigned off_y,
H A Dpan_swizzle.c154 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;
153 panfrost_texture_swizzle(unsigned off_x,unsigned off_y,int width,int height,int bytes_per_pixel,int dest_width,const uint8_t * pixels,uint8_t * ldest) argument
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transform.c49 int off_x, off_y; local in function:glamor_set_destination_drawable
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);
191 glamor_set_texture(PixmapPtr texture,Bool destination_red,int off_x,int off_y,GLint offset_uniform,GLint size_inv_uniform) argument
H A Dglamor_image.c42 int off_x, off_y; local in function:glamor_put_image_gl
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 in function:glamor_get_image_gl
122 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
128 drawable->x + off_x, drawable->y + off_y,
H A Dglamor_points.c46 int off_x, off_y; local in function:glamor_poly_point_gl
95 prog->matrix_uniform, &off_x, &off_y))
100 box->y1 + off_y,
H A Dglamor_prepare.c189 int off_x, off_y; local in function:glamor_prepare_access
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 in function:glamor_prepare_access_box
208 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
211 box.y1 = drawable->y + y + off_y;
H A Dglamor_spans.c54 int off_x, off_y; local in function:glamor_fill_spans_gl
128 prog->matrix_uniform, &off_x, &off_y))
133 box->y1 + off_y,
190 int off_x, off_y; local in function:glamor_get_spans_gl
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 in function:glamor_set_spans_gl
286 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
329 y1 += off_y;
H A Dglamor_segs.c44 int off_x, off_y; local in function:glamor_poly_segment_solid_gl
100 prog->matrix_uniform, &off_x, &off_y))
105 box->y1 + off_y,
H A Dglamor_lines.c44 int off_x, off_y; local in function:glamor_poly_lines_solid_gl
108 prog->matrix_uniform, &off_x, &off_y))
113 box->y1 + off_y,
H A Dglamor_transform.h58 int off_y,
H A Dglamor_text.c100 int off_x, off_y; local in function:glamor_text
197 &off_x, &off_y);
205 box->y1 + off_y,
443 int off_x, off_y; local in function:glamor_image_text
454 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y);
467 RegionTranslate(&region, off_x, off_y);
H A Dglamor_rects.c53 int off_x, off_y; local in function:glamor_poly_fill_rect_gl
134 prog->matrix_uniform, &off_x, &off_y))
151 scissor.y1 + off_y,
H A Dglamor_dash.c209 int off_x, off_y; local in function:glamor_dash_loop
218 prog->matrix_uniform, &off_x, &off_y);
222 box->y1 + off_y,
H A Dglamor_glyphblt.c76 int off_x, off_y; local in function:glamor_poly_glyph_blt_gl
80 prog->matrix_uniform, &off_x, &off_y))
H A Dglamor_composite_glyphs.c240 int off_x, off_y; local in function:glamor_glyphs_flush
259 &off_x, &off_y);
267 box->y1 + off_y,
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_event.c76 swaps(&c->off_y);
123 .off_y = 0,
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h72 int off_x, off_y; member in struct:__anon5ab078420308
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_dri2.c150 int off_x = 0, off_y = 0; local in function:nouveau_dri2_copy_region2
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/
H A Ddri2.c275 int off_x = 0, off_y = 0; local in function:ms_dri2_copy_region2
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/
H A Duxa-accel.c51 int off_x, off_y; local in function:uxa_fill_spans
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.old/dist/exa/
H A Dexa_accel.c52 int off_x, off_y; local in function:exaFillSpans
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/xorg-server/dist/exa/
H A Dexa_accel.c54 int off_x, off_y; local in function:exaFillSpans
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/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c65 int off_x, off_y; local in function:uxa_fill_spans
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/
H A Dpresentproto.h191 INT16 off_y; member in struct:__anona6f4d6a20a08
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c154 ce->off_y = proto->off_y;

Completed in 31 milliseconds

12