Searched defs:dstx (Results 1 - 25 of 34) sorted by relevance

12

/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,
101 box->x = dstx;
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/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c80 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,
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,
188 GLint orig_dstx = dstx;
236 &dstx, &dsty, &width, &height))
264 -orig_dstx + (dstx + px),
281 dstx + px,
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
H A Dintel_regions.c373 GLuint dstx, GLuint dsty,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c80 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,
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,
188 GLint orig_dstx = dstx;
236 &dstx, &dsty, &width, &height))
264 -orig_dstx + (dstx + px),
281 dstx + px,
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
H A Dintel_regions.c373 GLuint dstx, GLuint dsty,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c80 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,
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,
188 GLint orig_dstx = dstx;
236 &dstx, &dsty, &width, &height))
264 -orig_dstx + (dstx + px),
281 dstx + px,
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
H A Dintel_regions.c373 GLuint dstx, GLuint dsty,
396 srcx, srcy, dstx, dsty, width, height,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c43 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);
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,
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);
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/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);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
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/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/mesa3d/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, 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/mesa3d/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
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c51 GLint dstx, GLint dsty,
57 if (srcx >= dstx + width || (srcx + width <= dstx)) {
72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) {
76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) {
50 regions_overlap(GLint srcx, GLint srcy, GLint dstx, GLint dsty, GLint width, GLint height, GLfloat zoomX, GLfloat zoomY) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c352 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,
536 dstx /= 2;
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,
349 r300_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
364 r300_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
447 r300_resource_copy_region(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/radeonsi/
H A Dr600_blit.c211 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);
208 r600_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
222 r600_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
241 r600_hw_copy_region(struct pipe_context *ctx, 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
318 r600_resource_copy_region(struct pipe_context *ctx, 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
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c347 short dstx, short dsty)
352 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
345 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c271 unsigned dstx, unsigned dsty,
281 dstx, dsty,
321 0, 0, /* dstx, dsty */
269 st_surface_data(struct pipe_context *pipe, struct pipe_transfer *dst, unsigned dstx, unsigned dsty, const void *src, unsigned src_stride, unsigned srcx, unsigned srcy, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c218 unsigned dstx, unsigned dsty,
228 unsigned dstx, unsigned dsty,
236 unsigned dstx, unsigned dsty, unsigned dstz,
215 noop_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
223 noop_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
233 noop_resource_copy_region(struct pipe_context *ctx, 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

Completed in 383 milliseconds

12