Searched refs:sy (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dtiling.h29 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
33 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
H A Dtiling.c77 unsigned y_offs = agx_space_bits(sy & TILE_MASK) << 1;\
80 for (unsigned y = sy; y < smaxy; ++y) {\
108 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy)
121 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy)
106 agx_detile(void * _tiled,void * _linear,unsigned width,unsigned bpp,unsigned linear_pitch,unsigned sx,unsigned sy,unsigned smaxx,unsigned smaxy) argument
119 agx_tile(void * _tiled,void * _linear,unsigned width,unsigned bpp,unsigned linear_pitch,unsigned sx,unsigned sy,unsigned smaxx,unsigned smaxy) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dstg_ldg_offset.asm10 nop(sy)
12 nop(sy)
H A Dpvtmem.asm10 (sy)(rpt5)nop
H A Dtest-flut.sh26 (sy)nop
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunMultiDepth.c92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine) argument
97 mfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
100 cfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
103 cfb16GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
106 cfb32GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunMultiDepth.c92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine) argument
97 mfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
100 cfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
103 cfb16GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
106 cfb32GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c92 GLint sy, dy, stepy, row; local in function:copy_rgba_pixels
114 sy = srcy + height - 1;
120 sy = srcy;
140 width, srcx, sy + row, p );
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
164 width, srcx, sy, rgba );
239 GLint sy, dy, stepy; local in function:copy_depth_pixels
265 sy = srcy + height - 1;
271 sy = srcy;
277 GLint ssy = sy;
340 GLint sy, dy, stepy; local in function:copy_stencil_pixels
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c92 GLint sy, dy, stepy, row; local in function:copy_rgba_pixels
114 sy = srcy + height - 1;
120 sy = srcy;
140 width, srcx, sy + row, p );
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) {
164 width, srcx, sy, rgba );
239 GLint sy, dy, stepy; local in function:copy_depth_pixels
265 sy = srcy + height - 1;
271 sy = srcy;
277 GLint ssy = sy;
340 GLint sy, dy, stepy; local in function:copy_stencil_pixels
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h59 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_driver.h57 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_surface.c196 int dx, int dy, int sx, int sy,
261 PUSH_RELOC(push, src->bo, src->offset + (y + sy) * src->pitch +
277 int dx, int dy, int sx, int sy,
288 unsigned src_offset = src->offset + sy * src->pitch + sx * src->cpp;
365 int dx, int dy, int sx, int sy,
384 sp + get_src(src, sx + x, sy + y), dst->cpp);
393 int dx, int dy, int sx, int sy,
398 sy = get_format_blocksy(src->format, sy);
408 nv04_surface_copy_m2mf(ctx, dst, src, dx, dy, sx, sy,
193 nv04_surface_copy_swizzle(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
274 nv04_surface_copy_m2mf(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
362 nv04_surface_copy_cpu(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
390 nv04_surface_copy(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Ddisasm.h45 int ss, sy; member in struct:shader_stats
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h59 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_driver.h57 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_surface.c192 int dx, int dy, int sx, int sy,
257 PUSH_RELOC(push, src->bo, src->offset + (y + sy) * src->pitch +
273 int dx, int dy, int sx, int sy,
284 unsigned src_offset = src->offset + sy * src->pitch + sx * src->cpp;
361 int dx, int dy, int sx, int sy,
380 sp + get_src(src, sx + x, sy + y), dst->cpp);
389 int dx, int dy, int sx, int sy,
394 sy = get_format_blocksy(src->format, sy);
404 nv04_surface_copy_m2mf(ctx, dst, src, dx, dy, sx, sy,
189 nv04_surface_copy_swizzle(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
270 nv04_surface_copy_m2mf(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
358 nv04_surface_copy_cpu(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
386 nv04_surface_copy(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c56 unsigned sy = (srcy / TEX_TILE_HEIGHT) * src_stride + \
61 ((type *)src)[sy + (srcx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_tiling.c56 unsigned sy = (srcy / TEX_TILE_HEIGHT) * src_stride + \
61 ((type *)src)[sy + (srcx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-copyarea-size.c63 int sy = rand() % (2*size) - size; local in function:main
74 sx, sy,
82 sx, sy,
H A Drender-copyarea-size.c71 int sy = rand() % (2*size) - size; local in function:main
85 sx, sy,
94 sx, sy,
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-copyarea-size.c63 int sy = rand() % (2*size) - size; local in function:main
74 sx, sy,
82 sx, sy,
H A Drender-copyarea-size.c71 int sy = rand() % (2*size) - size; local in function:main
85 sx, sy,
94 sx, sy,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbcopy.c200 int sx, int sy,
204 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
210 int sx, int sy,
216 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
219 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
223 sx, sy, width, height, dx, dy,
199 fbCopyArea(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy) argument
209 fbCopyPlane(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,unsigned long bitplane) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbcopy.c200 int sx, int sy,
204 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
210 int sx, int sy,
216 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
219 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
223 sx, sy, width, height, dx, dy,
199 fbCopyArea(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy) argument
209 fbCopyPlane(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,unsigned long bitplane) argument
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatrix.c92 FcMatrixScale (FcMatrix *m, double sx, double sy) argument
99 r.yy = sy;

Completed in 19 milliseconds

1234567891011>>