Searched refs:off_x (Results 1 - 25 of 41) sorted by path

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c620 float off_x, off_y, mul_x, mul_y; local in function:fd2_emit_tile_init
632 off_x = -pipe->x * (1.0/8.0f) + 0.125f - mul_x * gmem->minx;
635 OUT_RING(ring, fui(off_x * (256.0f/255.0f)));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_draw.c528 lima_update_pp_stream(struct lima_context *ctx, int off_x, int off_y, argument
555 x += off_x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_swizzle.c153 panfrost_texture_swizzle(unsigned off_x, argument
166 if (!(off_x || off_y) && (width == dest_width)) {
185 int block_x_s = ((x + off_x) >> 4) * 256;
186 int rem_x = (x + off_x) & 0x0F;
H A Dpan_swizzle.h34 panfrost_texture_swizzle(unsigned off_x, unsigned off_y,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) argument
2757 z->x -= off_x * STBTT_FIX;
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) argument
2775 z->fx -= off_x;
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) argument
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
3137 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) argument
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);
3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) argument
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp3543 unsigned off_x = MIN2((int)(const_offset[0].f32 * 16), 7) & 0xf; local in function:fs_visitor::nir_emit_fs_intrinsic
3550 brw_imm_ud(off_x | (off_y << 4)),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c626 float off_x, off_y, mul_x, mul_y; local in function:fd2_emit_tile_init
638 off_x = -pipe->x * (1.0 / 8.0f) + 0.125f - mul_x * gmem->minx;
641 OUT_RING(ring, fui(off_x * (256.0f / 255.0f)));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_job.c539 lima_generate_pp_stream(struct lima_job *job, int off_x, int off_y, argument
575 x += off_x;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2743 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) argument
2757 z->x -= off_x * STBTT_FIX;
2765 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) argument
2775 z->fx -= off_x;
2832 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) argument
2893 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata);
3137 static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) argument
3182 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata);
3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void *userdata) argument
3382 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp3729 unsigned off_x = const_offset[0].u32 & 0xf; local in function:fs_visitor::nir_emit_fs_intrinsic
3736 brw_imm_ud(off_x | (off_y << 4)),
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h72 int off_x, off_y; member in struct:__anon5ab078420308
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c153 ce->off_x = proto->off_x;
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-glyph.c505 int off_x, int off_y,
588 glyph_box.x1 = glyphs[i].x - glyph->origin_x + off_x;
503 add_glyphs(pixman_glyph_cache_t * cache,pixman_image_t * dest,int off_x,int off_y,int n_glyphs,const pixman_glyph_t * glyphs) argument
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c258 int off_x = 0, off_y = 0; local in function:amdgpu_dri2_copy_region2
285 off_x = drawable->x - pPix->screen_x;
293 REGION_TRANSLATE(pScreen, copy_clip, off_x, off_y);
300 0, 0, drawable->width, drawable->height, off_x,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c345 int off_x = 0, off_y = 0; local in function:radeon_dri2_copy_region2
372 off_x = drawable->x - pPix->screen_x;
380 REGION_TRANSLATE(pScreen, copy_clip, off_x, off_y);
392 0, 0, drawable->width, drawable->height, off_x, off_y);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c50 int off_x, off_y; local in function:uxa_fill_spans
58 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
91 X1 + off_x, y + off_y,
92 X2 + off_x, y + 1 + 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/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c50 int off_x, off_y; local in function:uxa_fill_spans
58 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
91 X1 + off_x, y + off_y,
92 X2 + off_x, y + 1 + off_y);
/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
178 off_x = -pPix->screen_x;
181 off_x += pDraw->x;
190 REGION_TRANSLATE(pScreen, pCopyClip, off_x, off_y);
212 pDraw->width, pDraw->height, off_x, 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);
163 fullX1 + off_x,
184 partX1 + off_x,
237 fullX1 + off_x,
239 fullX2 + off_x,
254 partX1 + off_x,
256 partX2 + off_x,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c582 int x, y, off_x, off_y, i; local in function:XineramaConfineCursorToWindow
591 off_x = screenInfo.screens[i]->x;
595 x = off_x - screenInfo.screens[i]->x;
604 off_x = screenInfo.screens[i]->x;
801 int x, y, off_x, off_y, i; local in function:CheckVirtualMotion
810 off_x = screenInfo.screens[i]->x;
814 x = off_x - screenInfo.screens[i]->x;
823 off_x = screenInfo.screens[i]->x;
/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/dix/
H A Devents.c612 int x, y, off_x, off_y, i; local in function:XineramaConfineCursorToWindow
622 off_x = screenInfo.screens[i]->x;
626 x = off_x - screenInfo.screens[i]->x;
635 off_x = screenInfo.screens[i]->x;
818 int x, y, off_x, off_y, i; local in function:CheckVirtualMotion
826 off_x = screenInfo.screens[i]->x;
830 x = off_x - screenInfo.screens[i]->x;
839 off_x = screenInfo.screens[i]->x;
/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,
125 partX2 + off_x,
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_composite_glyphs.c240 int off_x, off_y; local in function:glamor_glyphs_flush
259 &off_x, &off_y);
266 glScissor(box->x1 + off_x,

Completed in 86 milliseconds

12