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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 87 int dstx, dsty, dstw, dsth; local
99 dstx = dstrect->x;
103 if ( dstx < 0 ) {
104 srcw += (dstx * overlay->w) / dstrect->w;
105 dstw += dstx;
106 srcx -= (dstx * overlay->w) / dstrect->w;
107 dstx = 0;
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
134 dst.x = dstx;
    [all...]
  /external/chromium_org/third_party/mesa/src/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,
262 unsigned dstx,
280 unsigned dstx, unsigned dsty,
299 unsigned dstx, unsigned 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,
262 unsigned dstx,
280 unsigned dstx, unsigned dsty,
299 unsigned dstx, unsigned dsty,
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
101 box->x = dstx;
144 dstx, dsty, dst_z,
  /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,
101 box->x = dstx;
144 dstx, dsty, dst_z,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 80 GLint dstx, GLint dsty, GLenum type)
157 orig_dstx = dstx;
161 &dstx, &dsty, &width, &height))
164 srcx += dstx - orig_dstx;
175 dstx += srcx - orig_srcx;
193 dstx += draw_irb->draw_x;
197 draw_irb->mt->region, 0, dstx, dsty,
intel_pixel_bitmap.c 173 GLint dstx, GLint dsty,
188 GLint orig_dstx = dstx;
236 &dstx, &dsty, &width, &height))
264 -orig_dstx + (dstx + px),
281 dstx + px,
intel_blit.h 50 GLshort dstx, GLshort dsty,
intel_tex.h 83 GLint dstx, GLint dsty,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 80 GLint dstx, GLint dsty, GLenum type)
157 orig_dstx = dstx;
161 &dstx, &dsty, &width, &height))
164 srcx += dstx - orig_dstx;
175 dstx += srcx - orig_srcx;
193 dstx += draw_irb->draw_x;
197 draw_irb->mt->region, 0, dstx, dsty,
intel_pixel_bitmap.c 173 GLint dstx, GLint dsty,
188 GLint orig_dstx = dstx;
236 &dstx, &dsty, &width, &height))
264 -orig_dstx + (dstx + px),
281 dstx + px,
  /external/chromium_org/third_party/mesa/src/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);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
165 dstx, dsty,
  /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);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
165 dstx, dsty,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 43 GLint dstx, GLint dsty,
81 assert(timg->base.Base.Width >= dstx + width);
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
133 dstx, dsty, width, height, flip_y);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 43 GLint dstx, GLint dsty,
81 assert(timg->base.Base.Width >= dstx + width);
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
133 dstx, dsty, width, height, flip_y);
  /external/chromium_org/third_party/mesa/src/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,
363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx);
    [all...]
  /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,
363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_resource.h 64 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/chromium_org/third_party/mesa/src/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);
544 pipe_resource *dst, unsigned dstx,
551 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) {
553 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width);
556 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
670 unsigned dstx, unsigned dsty, unsigned dstz,
687 r600_copy_buffer(ctx, dst, dstx, src, src_box)
    [all...]

Completed in 1094 milliseconds

1 2 3 4