Searched defs:dsty (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c41 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,
38 svga_surface_copy(struct pipe_context *pipe, struct pipe_resource* dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource* src_tex, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c41 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,
38 svga_surface_copy(struct pipe_context *pipe, struct pipe_resource* dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource* src_tex, unsigned src_level, const struct pipe_box *src_box) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_pixel_bitmap.c173 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,
172 do_blit_bitmap( struct gl_context *ctx, GLint dstx, GLint dsty, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c43 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);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c43 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);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c80 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,
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty,
133 image_x + dstx, image_y + dsty,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c43 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);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c43 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);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv.c87 int dstx, dsty, dstw, dsth; local
100 dsty = dstrect->y;
114 if ( dsty < 0 ) {
115 srch += (dsty * overlay->h) / dstrect->h;
116 dsth += dsty;
117 srcy -= (dsty * overlay->h) / dstrect->h;
118 dsty = 0;
120 if ( (dsty+dsth) > current_video->screen->h ) {
121 int extra = (dsty+dsth - current_video->screen->h);
135 dst.y = dsty;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c56 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,
54 lp_resource_copy(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c56 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,
54 lp_resource_copy(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c235 unsigned dstx, unsigned dsty,
251 dstx, dsty, width, height);
282 unsigned dstx, unsigned dsty,
303 dstx, dsty, width, height);
232 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
277 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c49 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, dst
47 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
94 i915_clear_render_target_render(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
124 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
163 i915_surface_copy_blitter(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
209 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
235 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c125 unsigned dstx, unsigned dsty, unsigned dstz,
133 util_resource_copy_region(pipe, dstres, dst_level, dstx, dsty, dstz,
140 define_rect(dstres, dst_level, dstz, dstx, dsty,
123 nv30_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dstres, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *srcres, unsigned src_level, const struct pipe_box *src_box) argument

Completed in 544 milliseconds

123