| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_swizzle.h | 34 panfrost_texture_swizzle(unsigned off_x, unsigned off_y,
|
| H A D | 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; 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 D | glamor_transform.c | 49 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 D | glamor_image.c | 42 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(®ion, 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 D | glamor_points.c | 46 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 D | glamor_prepare.c | 189 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 D | glamor_spans.c | 54 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 D | glamor_segs.c | 44 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 D | glamor_lines.c | 44 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 D | glamor_transform.h | 58 int off_y,
|
| H A D | glamor_text.c | 100 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(®ion, off_x, off_y);
|
| H A D | glamor_rects.c | 53 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 D | glamor_dash.c | 209 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 D | glamor_glyphblt.c | 76 int off_x, off_y; local in function:glamor_poly_glyph_blt_gl 80 prog->matrix_uniform, &off_x, &off_y))
|
| H A D | glamor_composite_glyphs.c | 240 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 D | present_event.c | 76 swaps(&c->off_y); 123 .off_y = 0,
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| H A D | Xpresent.h | 72 int off_x, off_y; member in struct:__anon5ab078420308
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_dri2.c | 150 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 D | dri2.c | 275 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 D | uxa-accel.c | 51 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 D | exa_accel.c | 52 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 D | exa_accel.c | 54 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 D | uxa-accel.c | 65 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 D | presentproto.h | 191 INT16 off_y; member in struct:__anona6f4d6a20a08
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 154 ce->off_y = proto->off_y;
|