/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 49 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() argument 57 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render() 64 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render() 89 util_blitter_copy_texture(i915->blitter, dst, dst_level, ~0, dstx, dsty, dstz, in i915_surface_copy_render() 97 unsigned dstx, unsigned dsty, in i915_clear_render_target_render() argument 116 dstx, dsty, width, height); in i915_clear_render_target_render() 129 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_render() argument 148 dstx, dsty, width, height); in i915_clear_depth_stencil_render() 165 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_blitter() argument 177 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_blitter() [all …]
|
D | i915_blit.h | 42 short dstx, short dsty,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 80 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 157 orig_dstx = dstx; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 193 dstx += draw_irb->draw_x; in do_blit_copypixels() 197 draw_irb->mt->region, 0, dstx, dsty, in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 173 GLint dstx, GLint dsty, in do_blit_bitmap() argument 188 GLint orig_dstx = dstx; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 264 -orig_dstx + (dstx + px), in do_blit_bitmap() 281 dstx + px, in do_blit_bitmap()
|
D | intel_tex_copy.c | 51 GLint dstx, GLint dsty, in intel_copy_texsubimage() argument 133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 80 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 157 orig_dstx = dstx; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 193 dstx += draw_irb->draw_x; in do_blit_copypixels() 197 draw_irb->mt->region, 0, dstx, dsty, in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 173 GLint dstx, GLint dsty, in do_blit_bitmap() argument 188 GLint orig_dstx = dstx; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 264 -orig_dstx + (dstx + px), in do_blit_bitmap() 281 dstx + px, in do_blit_bitmap()
|
D | intel_tex_copy.c | 51 GLint dstx, GLint dsty, in intel_copy_texsubimage() argument 133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 80 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 157 orig_dstx = dstx; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 193 dstx += draw_irb->draw_x; in do_blit_copypixels() 197 draw_irb->mt->region, 0, dstx, dsty, in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 173 GLint dstx, GLint dsty, in do_blit_bitmap() argument 188 GLint orig_dstx = dstx; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 264 -orig_dstx + (dstx + px), in do_blit_bitmap() 281 dstx + px, in do_blit_bitmap()
|
D | intel_tex_copy.c | 51 GLint dstx, GLint dsty, in intel_copy_texsubimage() argument 133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 56 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy() argument 72 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy() 122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th); in lp_resource_copy() 130 boolean contained_x = tx + x >= dstx && in lp_resource_copy() 131 tx + x + TILE_SIZE <= dstx + width ? in lp_resource_copy() 165 dstx, dsty, in lp_resource_copy()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 41 unsigned dstx, unsigned dsty, unsigned dstz, in svga_surface_copy() argument 60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_surface_copy() 79 dstx, dsty, in svga_surface_copy() 101 box->x = dstx; in svga_surface_copy() 144 dstx, dsty, dst_z, in svga_surface_copy()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 211 unsigned dstx, unsigned dsty, in r600_clear_render_target() argument 218 dstx, dsty, width, height); in r600_clear_render_target() 227 unsigned dstx, unsigned dsty, in r600_clear_depth_stencil() argument 234 dstx, dsty, width, height); in r600_clear_depth_stencil() 244 unsigned dstx, unsigned dsty, unsigned dstz, in r600_hw_copy_region() argument 252 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz, in r600_hw_copy_region() 321 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument 336 util_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_resource_copy_region() 363 dstx = util_format_get_nblocksx(orig_info[1].format, dstx); in r600_resource_copy_region() 367 r600_hw_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_resource_copy_region()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument 81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage() 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage() 133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument 81 assert(timg->base.Base.Width >= dstx + width); in do_copy_texsubimage() 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage() 133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | 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,
|
D | u_blitter.c | 968 boolean is_overlap(unsigned dstx, unsigned dsty, unsigned dstz, in is_overlap() argument 985 return src.x < dstx+src.width && src.x+src.width > dstx && in is_overlap() 1085 unsigned dstx, unsigned dsty, unsigned dstz, in util_blitter_copy_texture() argument 1107 util_blitter_copy_texture_view(blitter, dst_view, dst_sample_mask, dstx, in util_blitter_copy_texture() 1118 unsigned dstx, unsigned dsty, in util_blitter_copy_texture_view() argument 1150 assert(!is_overlap(dstx, dsty, 0, srcbox)); in util_blitter_copy_texture_view() 1259 blitter->draw_rectangle(blitter, dstx, dsty, dstx+abs_width, dsty+abs_height, 0, in util_blitter_copy_texture_view() 1267 blitter_draw(ctx, dstx, dsty, dstx+abs_width, dsty+abs_height, 0); in util_blitter_copy_texture_view() 1281 unsigned dstx, unsigned dsty, in util_blitter_clear_render_target() argument 1315 blitter->draw_rectangle(blitter, dstx, dsty, dstx+width, dsty+height, 0, in util_blitter_clear_render_target() [all …]
|
D | u_surface.h | 72 unsigned dstx, unsigned dsty, 81 unsigned dstx, unsigned dsty,
|
D | u_surface.c | 235 unsigned dstx, unsigned dsty, in util_clear_render_target() argument 251 dstx, dsty, width, height); in util_clear_render_target() 282 unsigned dstx, unsigned dsty, in util_clear_depth_stencil() argument 303 dstx, dsty, width, height); in util_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 352 unsigned dstx, unsigned dsty, in r300_clear_render_target() argument 359 dstx, dsty, width, height); in r300_clear_render_target() 369 unsigned dstx, unsigned dsty, in r300_clear_depth_stencil() argument 385 dstx, dsty, width, height); in r300_clear_depth_stencil() 450 unsigned dstx, unsigned dsty, unsigned dstz, in r300_resource_copy_region() argument 471 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 536 dstx /= 2; in r300_resource_copy_region() 563 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 580 util_blitter_copy_texture_view(r300->blitter, dst_view, ~0, dstx, dsty, in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 516 unsigned dstx, unsigned dsty, in r600_clear_render_target() argument 523 dstx, dsty, width, height); in r600_clear_render_target() 532 unsigned dstx, unsigned dsty, in r600_clear_depth_stencil() argument 539 dstx, dsty, width, height); in r600_clear_depth_stencil() 544 pipe_resource *dst, unsigned dstx, in r600_copy_buffer() argument 551 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) { in r600_copy_buffer() 553 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width); in r600_copy_buffer() 556 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box); in r600_copy_buffer() 670 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument 687 r600_copy_buffer(ctx, dst, dstx, src, src_box); in r600_resource_copy_region() [all …]
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 295 unsigned dstx, unsigned dsty, unsigned dstz, 331 unsigned dstx, unsigned dsty, 345 unsigned dstx, unsigned dsty,
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 218 unsigned dstx, unsigned dsty, in noop_clear_render_target() argument 228 unsigned dstx, unsigned dsty, in noop_clear_depth_stencil() argument 236 unsigned dstx, unsigned dsty, unsigned dstz, in noop_resource_copy_region() argument
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 51 GLint dstx, GLint dsty, in regions_overlap() argument 57 if (srcx >= dstx + width || (srcx + width <= dstx)) { in regions_overlap() 72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) { in regions_overlap() 76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) { in regions_overlap()
|