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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_clear.c 44 unsigned stencil, unsigned destx, unsigned desty,
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_clear.c 46 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(desty + height);
149 OUT_BATCH_F(desty + height);
151 OUT_BATCH_F(desty);
166 OUT_BATCH_F(desty + height);
168 OUT_BATCH_F(desty + height);
170 OUT_BATCH_F(desty);
198 OUT_BATCH_F(desty + height);
200 OUT_BATCH_F(desty + height);
202 OUT_BATCH_F(desty);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_copypix.c 89 GLint width, GLint height, GLint destx, GLint desty)
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
112 if (!overlapping && srcy < desty) {
115 dy = desty + height - 1;
121 dy = desty;
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
234 GLint destx, GLint desty )
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
263 if (!overlapping && srcy < desty) {
266 dy = desty + height - 1
    [all...]
swrast.h 137 GLint destx, GLint desty,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_copypix.c 89 GLint width, GLint height, GLint destx, GLint desty)
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
112 if (!overlapping && srcy < desty) {
115 dy = desty + height - 1;
121 dy = desty;
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
234 GLint destx, GLint desty )
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
263 if (!overlapping && srcy < desty) {
266 dy = desty + height - 1
    [all...]
swrast.h 137 GLint destx, GLint desty,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_pixel.h 55 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 196 GLint destx, GLint desty, GLenum type)
203 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
207 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel.h 53 GLint destx, GLint desty, GLenum type);
brw_pixel_copy.c 197 GLint destx, GLint desty, GLenum type)
207 do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
211 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_pixel.h 55 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 196 GLint destx, GLint desty, GLenum type)
203 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
207 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel.h 53 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 197 GLint destx, GLint desty, GLenum type)
207 do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
211 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /xsrc/external/mit/xorg-server/dist/dbe/
midbe.c 466 int destx, desty;
534 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty);
556 if (desty < 0) {
557 saveheight += desty;
558 sourcey -= desty;
559 desty = 0;
562 if (desty + saveheight > height) {
563 saveheight = height - desty;
632 destx, desty);
645 destx, desty);
460 int destx, desty; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dbe/
midbe.c 520 int destx, desty;
591 GravityTranslate (0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty);
615 if (desty < 0)
617 saveheight += desty;
618 sourcey -= desty;
619 desty = 0;
622 if (desty + saveheight > height)
624 saveheight = height - desty;
707 sourcey, savewidth, saveheight, destx, desty);
721 sourcey, savewidth, saveheight, destx, desty);
514 int destx, desty; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
drawpix.c 268 GLint desty = IROUND(ctx->Current.RasterPos[1]); local
269 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dri.c 1181 int desty = y1 + dy; local
1187 if (desty < 0)
1188 y1 -= desty, h += desty, desty = 0;
1191 if (desty + h > screenheight)
1192 h = screenheight - desty;
1203 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
1205 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dri.c 1181 int desty = y1 + dy; local
1187 if (desty < 0)
1188 y1 -= desty, h += desty, desty = 0;
1191 if (desty + h > screenheight)
1192 h = screenheight - desty;
1203 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
1205 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_dri.c 823 int desty = y1 + dy; local
828 if ( desty < 0 ) y1 -= desty, h += desty, desty = 0;
830 if ( desty + h > screenheight ) h = screenheight - desty;
835 xaa->SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
837 xaa->SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
  /xsrc/external/mit/libXvMC/dist/include/X11/extensions/
XvMClib.h 51 short desty,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
drawpix.c 290 GLint desty = lroundf(ctx->Current.RasterPos[1]); local
291 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 1285 int desty = y1 + dy; local
1291 if (desty < 0)
1292 y1 -= desty, h += desty, desty = 0;
1295 if (desty + h > screenheight)
1296 h = screenheight - desty;
1307 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
1309 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_dri.c 1335 int desty = y1 + dy; local
1340 if ( desty < 0 ) y1 -= desty, h += desty, desty = 0;
1342 if ( desty + h > screenheight ) h = screenheight - desty;
1348 destx,desty, w, h);
1351 destx,desty, w, h);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_dd.c 613 GLint destx, GLint desty, GLenum type )
632 desty = YFLIP(dstXrb, desty) - height + 1;
634 srcx, srcy, width, height, destx, desty);
637 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );

Completed in 32 milliseconds

1 2