| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_clear.c | 46 unsigned destx, unsigned desty, unsigned width, unsigned height) 146 OUT_BATCH_F(destx + width); 148 OUT_BATCH_F(destx); 150 OUT_BATCH_F(destx); 165 OUT_BATCH_F(destx + width); 167 OUT_BATCH_F(destx); 169 OUT_BATCH_F(destx); 197 OUT_BATCH_F(destx + width); 199 OUT_BATCH_F(destx); 201 OUT_BATCH_F(destx); 43 i915_clear_emit(struct pipe_context * pipe,unsigned buffers,const union pipe_color_union * color,double depth,unsigned stencil,unsigned destx,unsigned desty,unsigned width,unsigned height) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_clear.c | 44 unsigned stencil, unsigned destx, unsigned desty, 147 OUT_BATCH_F(destx + width); 149 OUT_BATCH_F(destx); 151 OUT_BATCH_F(destx); 166 OUT_BATCH_F(destx + width); 168 OUT_BATCH_F(destx); 170 OUT_BATCH_F(destx); 198 OUT_BATCH_F(destx + width); 200 OUT_BATCH_F(destx); 202 OUT_BATCH_F(destx); 42 i915_clear_emit(struct pipe_context * pipe,unsigned buffers,const union pipe_color_union * color,double depth,unsigned stencil,unsigned destx,unsigned desty,unsigned width,unsigned height) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 89 GLint width, GLint height, GLint destx, GLint desty) 104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 173 span.x = destx; 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, 315 span.x = destx; 319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); 336 GLint destx, GLint desty ) 352 overlapping = regions_overlap(srcx, srcy, destx, dest 88 copy_rgba_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 232 copy_depth_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 334 copy_stencil_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 615 _swrast_CopyPixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument [all...] |
| H A D | swrast.h | 137 GLint destx, GLint desty,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 89 GLint width, GLint height, GLint destx, GLint desty) 104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 173 span.x = destx; 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, 315 span.x = destx; 319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); 336 GLint destx, GLint desty ) 352 overlapping = regions_overlap(srcx, srcy, destx, dest 88 copy_rgba_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 232 copy_depth_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 334 copy_stencil_pixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLint width,GLint height,GLint destx,GLint desty) argument 615 _swrast_CopyPixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument [all...] |
| H A D | swrast.h | 137 GLint destx, GLint desty,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.h | 55 GLint destx, GLint desty, GLenum type);
|
| H A D | 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); 193 intelCopyPixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel.h | 53 GLint destx, GLint desty, GLenum type);
|
| H A D | 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); 194 intelCopyPixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.h | 55 GLint destx, GLint desty, GLenum type);
|
| H A D | 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); 193 intelCopyPixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel.h | 53 GLint destx, GLint desty, GLenum type);
|
| H A D | 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); 194 brw_copypixels(struct gl_context * ctx,GLint srcx,GLint srcy,GLsizei width,GLsizei height,GLint destx,GLint desty,GLenum type) argument
|
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| H A D | midbe.c | 520 int destx, desty; 591 GravityTranslate (0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 603 if (destx < 0) 605 savewidth += destx; 606 sourcex -= destx; 607 destx = 0; 610 if (destx + savewidth > width) 612 savewidth = width - destx; 707 sourcey, savewidth, saveheight, destx, desty); 721 sourcey, savewidth, saveheight, destx, dest 514 int destx, desty; local in function:miDbePositionWindow [all...] |
| /xsrc/external/mit/xorg-server/dist/dbe/ |
| H A D | midbe.c | 466 int destx, desty; 534 GravityTranslate(0, 0, -dx, -dy, dw, dh, pWin->bitGravity, &destx, &desty); 546 if (destx < 0) { 547 savewidth += destx; 548 sourcex -= destx; 549 destx = 0; 552 if (destx + savewidth > width) { 553 savewidth = width - destx; 632 destx, desty); 645 destx, dest 460 int destx, desty; local in function:miDbePositionWindow [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | drawpix.c | 267 GLint destx = IROUND(ctx->Current.RasterPos[0]); local in function:_mesa_CopyPixels 269 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_dri.c | 1180 int destx = x1 + dx; local in function:I810DRIMoveBuffers 1185 if (destx < 0) 1186 x1 -= destx, w += destx, destx = 0; 1189 if (destx + w > screenwidth) 1190 w = screenwidth - destx; 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/ |
| H A D | i810_dri.c | 1180 int destx = x1 + dx; local in function:I810DRIMoveBuffers 1185 if (destx < 0) 1186 x1 -= destx, w += destx, destx = 0; 1189 if (destx + w > screenwidth) 1190 w = screenwidth - destx; 1203 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 1205 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atidri.c | 422 int destx = xa + dx; local in function:ATIDRIMoveBuffers 427 if (destx < 0) xa -= destx, w += destx, destx = 0; 429 if (destx + w > screenwidth) w = screenwidth - destx; 441 destx, desty, 452 destx, desty,
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dri.c | 822 int destx = x1 + dx; local in function:MGADRIMoveBuffersXAA 827 if ( destx < 0 ) x1 -= destx, w += destx, destx = 0; 829 if ( destx + w > screenwidth ) w = screenwidth - destx; 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/ |
| H A D | XvMClib.h | 50 short destx,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | drawpix.c | 289 GLint destx = lroundf(ctx->Current.RasterPos[0]); local in function:_mesa_CopyPixels 291 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_dri.c | 1334 int destx = x1 + dx; local in function:SAVAGEDRIMoveBuffers 1339 if ( destx < 0 ) x1 -= destx, w += destx, destx = 0; 1341 if ( destx + w > screenwidth ) w = screenwidth - destx; 1348 destx,desty, w, h); 1351 destx,desty, w, h);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_dri.c | 1284 int destx = x1 + dx; local in function:I810DRIMoveBuffers 1289 if (destx < 0) 1290 x1 -= destx, w += destx, destx = 0; 1293 if (destx + w > screenwidth) 1294 w = screenwidth - destx; 1307 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h); 1309 I810SubsequentScreenToScreenCopy(pScrn, x1, y1, destx, desty, w, h);
|