HomeSort by relevance Sort by last modified time
    Searched refs:dsty (Results 1 - 25 of 40) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 80 GLint dstx, GLint dsty, GLenum type)
158 orig_dsty = dsty;
161 &dstx, &dsty, &width, &height))
165 srcy += dsty - orig_dsty;
176 dsty += srcy - orig_srcy;
181 dsty = fb->Height - dsty - height;
194 dsty += draw_irb->draw_y;
197 draw_irb->mt->region, 0, dstx, dsty,
intel_pixel_bitmap.c 173 GLint dstx, GLint dsty,
189 GLint orig_dsty = dsty;
236 &dstx, &dsty, &width, &height))
239 dsty = y_flip(fb, dsty, height);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
intel_blit.h 50 GLshort dstx, GLshort dsty,
intel_tex.h 83 GLint dstx, GLint dsty,
intel_tex_copy.c 51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 72 unsigned dstx, unsigned dsty,
81 unsigned dstx, unsigned dsty,
u_blitter.h 203 unsigned dstx, unsigned dsty, unsigned dstz,
231 unsigned dstx, unsigned dsty,
280 unsigned dstx, unsigned dsty,
299 unsigned dstx, unsigned dsty,
u_surface.c 235 unsigned dstx, unsigned dsty,
251 dstx, dsty, width, height);
282 unsigned dstx, unsigned dsty,
303 dstx, dsty, width, height);
u_blitter.c     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.h 42 short dstx, short dsty,
i915_surface.c 49 unsigned dstx, unsigned dsty, unsigned dstz,
57 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
64 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
89 util_blitter_copy_texture(i915->blitter, dst, dst_level, ~0, dstx, dsty, dstz,
97 unsigned dstx, unsigned dsty,
116 dstx, dsty, width, height);
129 unsigned dstx, unsigned dsty,
148 dstx, dsty, width, height);
165 unsigned dstx, unsigned dsty, unsigned dstz,
177 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 41 unsigned dstx, unsigned dsty, unsigned dstz,
60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz,
79 dstx, dsty,
102 box->y = dsty;
144 dstx, dsty, dst_z,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 56 unsigned dstx, unsigned dsty, unsigned dstz,
72 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
94 src_box->x, src_box->y, src_box->z, dstx, dsty, dstz,
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
125 boolean contained_y = ty + y >= dsty &&
126 ty + y + TILE_SIZE <= dsty + height ?
165 dstx, dsty,
  /external/mesa3d/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);
radeon_ioctl.h 73 GLint dstx, GLint dsty,
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 211 unsigned dstx, unsigned dsty,
218 dstx, dsty, width, height);
227 unsigned dstx, unsigned dsty,
234 dstx, dsty, width, height);
244 unsigned dstx, unsigned dsty, unsigned dstz,
252 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz,
321 unsigned dstx, unsigned dsty, unsigned dstz,
336 util_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h 64 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 352 unsigned dstx, unsigned dsty,
359 dstx, dsty, width, height);
369 unsigned dstx, unsigned dsty,
385 dstx, dsty, width, height);
450 unsigned dstx, unsigned dsty, unsigned dstz,
471 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
550 dsty /= 4;
563 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
580 util_blitter_copy_texture_view(r300->blitter, dst_view, ~0, dstx, dsty,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 295 unsigned dstx, unsigned dsty, unsigned dstz,
331 unsigned dstx, unsigned dsty,
345 unsigned dstx, unsigned dsty,
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 51 GLint dstx, GLint dsty,
60 else if (srcy < dsty) { /* this is OK */
63 else if (srcy > dsty + height) {
80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
446 GLint dstX, GLint dstY, GLenum type)
499 dstY < dstFb->_Ymin || dstY + height > dstFb->_Ymax)
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 218 unsigned dstx, unsigned dsty,
228 unsigned dstx, unsigned dsty,
236 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 516 unsigned dstx, unsigned dsty,
523 dstx, dsty, width, height);
532 unsigned dstx, unsigned dsty,
539 dstx, dsty, width, height);
670 unsigned dstx, unsigned dsty, unsigned dstz,
727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty);
771 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz,
777 util_blitter_copy_texture(rctx->blitter, dst, dst_level, 1 << i, dstx, dsty, dstz,
  /external/mesa3d/src/mesa/drivers/common/
meta.h 91 GLint dstx, GLint dsty, GLenum type);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Pixmap.java 245 * @param dsty The target y-coordinate (top left corner)
248 public void drawPixmap (Pixmap pixmap, int srcx, int srcy, int srcWidth, int srcHeight, int dstx, int dsty, int dstWidth,
250 this.pixmap.drawPixmap(pixmap.pixmap, srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight);
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]

Completed in 619 milliseconds

1 2