| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_tiling.c | 40 unsigned dsty = basey + srcy; \ 41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \ 42 (dsty % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \ 54 for (unsigned dsty = 0; dsty < height; ++dsty) { \ 55 unsigned srcy = basey + dsty; \ 60 ((type *)dest)[dsty * dst_stride + dstx] = \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_tiling.c | 40 unsigned dsty = basey + srcy; \ 41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \ 42 (dsty % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \ 54 for (unsigned dsty = 0; dsty < height; ++dsty) { \ 55 unsigned srcy = basey + dsty; \ 60 ((type *)dest)[dsty * dst_stride + dstx] = \
|
| etnaviv_clear_blit.c | 83 unsigned dsty, unsigned width, unsigned height, 91 util_blitter_clear_render_target(ctx->blitter, dst, color, dstx, dsty, width, height); 97 unsigned dstx, unsigned dsty, unsigned width, 106 stencil, dstx, dsty, width, height); 111 unsigned dst_level, unsigned dstx, unsigned dsty, 131 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, 134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| gfx_rndr.c | 284 unsigned short dstx, unsigned short dsty, 289 gu1_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height); 293 gu2_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height); 303 unsigned short dstx, unsigned short dsty, 309 gu1_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color); 313 gu2_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color); 323 unsigned short dstx, unsigned short dsty, 329 gu1_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height, 334 gu2_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height, 345 unsigned short dstx, unsigned short dsty, [all...] |
| rndr_gu1.c | 736 * DSTY screen Y position to copy to 744 unsigned short dstx, unsigned short dsty, 749 unsigned short dstx, unsigned short dsty, 764 if (dsty > srcy) { 767 dsty += height - 1; 810 WRITE_REG16(GP_DST_YCOOR, dsty); 848 * DSTY screen Y position to copy to 857 unsigned short dstx, unsigned short dsty, 863 unsigned short dstx, unsigned short dsty, 874 if (dsty > srcy) [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| gfx_rndr.c | 387 unsigned short dstx, unsigned short dsty, 392 gu1_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height); 396 gu2_screen_to_screen_blt(srcx, srcy, dstx, dsty, width, height); 406 unsigned short dstx, unsigned short dsty, 412 gu1_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color); 416 gu2_screen_to_screen_xblt(srcx, srcy, dstx, dsty, width, height, color); 426 unsigned short dstx, unsigned short dsty, 432 gu1_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height, 437 gu2_color_bitmap_to_screen_blt(srcx, srcy, dstx, dsty, width, height, 448 unsigned short dstx, unsigned short dsty, [all...] |
| rndr_gu1.c | 169 unsigned short dstx, unsigned short dsty, 172 unsigned short dstx, unsigned short dsty, 176 unsigned short dstx, unsigned short dsty, 181 unsigned short dstx, unsigned short dsty, 187 unsigned short dstx, unsigned short dsty, 191 void gu1_text_blt(unsigned short dstx, unsigned short dsty, 884 // DSTY screen Y position to copy to 892 unsigned short dstx, unsigned short dsty, 897 unsigned short dstx, unsigned short dsty, 912 if (dsty > srcy) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_blit.h | 39 short dstx, short dsty, short w, short h);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_blitter.h | 43 unsigned dstx, unsigned dsty, unsigned dstz,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_blit.h | 42 short dstx, short dsty,
|
| i915_surface.c | 80 unsigned dstx, unsigned dsty, unsigned dstz, 118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), 128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 136 unsigned dstx, unsigned dsty, 156 dstx, dsty, width, height); 169 unsigned dstx, unsigned dsty, 189 dstx, dsty, width, height); 206 unsigned dstx, unsigned dsty, unsigned dstz, 218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 245 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| intel_pixel_copy.c | 54 GLint dstx, GLint dsty, GLenum type) 149 orig_dsty = dsty; 152 &dstx, &dsty, &width, &height)) 156 srcy += dsty - orig_dsty; 167 dsty += srcy - orig_srcy; 173 dstx, dsty, _mesa_is_winsys_fbo(fb),
|
| intel_pixel_bitmap.c | 175 GLint dstx, GLint dsty, 191 GLint orig_dsty = dsty; 251 &dstx, &dsty, &width, &height)) 254 dsty = y_flip(fb, dsty, height); 280 -orig_dsty + y_flip(fb, dsty + py, h), 298 dsty + py,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_pixel_copy.c | 51 GLint dstx, GLint dsty, GLenum type) 151 orig_dsty = dsty; 154 &dstx, &dsty, &width, &height)) 158 srcy += dsty - orig_dsty; 169 dsty += srcy - orig_srcy; 175 dstx, dsty, fb->FlipY,
|
| brw_pixel_bitmap.c | 174 GLint dstx, GLint dsty, 190 GLint orig_dsty = dsty; 250 &dstx, &dsty, &width, &height)) 253 dsty = y_flip(fb, dsty, height); 284 -orig_dsty + y_flip(fb, dsty + py, h), 302 dsty + py,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| intel_pixel_copy.c | 54 GLint dstx, GLint dsty, GLenum type) 149 orig_dsty = dsty; 152 &dstx, &dsty, &width, &height)) 156 srcy += dsty - orig_dsty; 167 dsty += srcy - orig_srcy; 173 dstx, dsty, _mesa_is_winsys_fbo(fb),
|
| intel_pixel_bitmap.c | 175 GLint dstx, GLint dsty, 191 GLint orig_dsty = dsty; 251 &dstx, &dsty, &width, &height)) 254 dsty = y_flip(fb, dsty, height); 280 -orig_dsty + y_flip(fb, dsty + py, h), 298 dsty + py,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| intel_pixel_copy.c | 51 GLint dstx, GLint dsty, GLenum type) 151 orig_dsty = dsty; 154 &dstx, &dsty, &width, &height)) 158 srcy += dsty - orig_dsty; 169 dsty += srcy - orig_srcy; 175 dstx, dsty, fb->FlipY,
|
| intel_pixel_bitmap.c | 172 GLint dstx, GLint dsty, 188 GLint orig_dsty = dsty; 248 &dstx, &dsty, &width, &height)) 251 dsty = y_flip(fb, dsty, height); 282 -orig_dsty + y_flip(fb, dsty + py, h), 300 dsty + py,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_surface.h | 96 unsigned dstx, unsigned dsty, 105 unsigned dstx, unsigned dsty,
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| i128dga.c | 221 int dstx, int dsty 226 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; 227 int ydir = (srcy < dsty) ? -1 : 1; 232 pScrn, srcx, srcy, dstx, dsty, w, h); 243 int dstx, int dsty, 249 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; 250 int ydir = (srcy < dsty) ? -1 : 1; 255 pScrn, srcx, srcy, dstx, dsty, w, h);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_surface.c | 99 unsigned dstx, unsigned dsty, 109 dstx, dsty, width, height); 119 unsigned dstx, unsigned dsty, 130 dstx, dsty, width, height);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_tex_copy.c | 43 GLint dstx, GLint dsty, 82 assert(timg->base.Base.Height >= dsty + height); 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); 133 dstx, dsty, width, height, flip_y);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_copyimage.c | 257 unsigned dstx, unsigned dsty, unsigned dstz, 272 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, 284 unsigned dstx, unsigned dsty, unsigned dstz, 334 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz, 403 unsigned dstx, unsigned dsty, unsigned dstz, 432 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, 439 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src, 456 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0, 465 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, 480 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_surface.c | 99 unsigned dstx, unsigned dsty, 109 dstx, dsty, width, height); 119 unsigned dstx, unsigned dsty, 130 dstx, dsty, width, height);
|