/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 80 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 158 orig_dsty = dsty; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 181 dsty = fb->Height - dsty - height; in do_blit_copypixels() 194 dsty += draw_irb->draw_y; 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 189 GLint orig_dsty = dsty; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 239 dsty = y_flip(fb, dsty, height); in do_blit_bitmap() 265 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap() 282 dsty + py, 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 158 orig_dsty = dsty; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 181 dsty = fb->Height - dsty - height; in do_blit_copypixels() 194 dsty += draw_irb->draw_y; 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 189 GLint orig_dsty = dsty; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 239 dsty = y_flip(fb, dsty, height); in do_blit_bitmap() 265 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap() 282 dsty + py, 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/intel/ |
D | intel_pixel_copy.c | 80 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 158 orig_dsty = dsty; in do_blit_copypixels() 161 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 165 srcy += dsty - orig_dsty; in do_blit_copypixels() 176 dsty += srcy - orig_srcy; in do_blit_copypixels() 181 dsty = fb->Height - dsty - height; in do_blit_copypixels() 194 dsty += draw_irb->draw_y; 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 189 GLint orig_dsty = dsty; in do_blit_bitmap() 236 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 239 dsty = y_flip(fb, dsty, height); in do_blit_bitmap() 265 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap() 282 dsty + py, 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/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 …]
|
/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() 125 boolean contained_y = ty + y >= dsty && in lp_resource_copy() 126 ty + y + TILE_SIZE <= dsty + height ? 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() 102 box->y = dsty; 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() 364 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); 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/radeon/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument 82 assert(timg->base.Base.Height >= dsty + height); 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/r200/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument 82 assert(timg->base.Base.Height >= dsty + height); 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/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() 550 dsty /= 4; 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/auxiliary/util/ |
D | u_surface.h | 72 unsigned dstx, unsigned dsty, 81 unsigned dstx, unsigned dsty,
|
D | 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,
|
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()
|
D | u_blitter.c | 968 boolean is_overlap(unsigned dstx, unsigned dsty, unsigned dstz, in is_overlap() argument 986 src.y < dsty+src.height && src.y+src.height > dsty && in is_overlap() 1085 unsigned dstx, unsigned dsty, unsigned dstz, in util_blitter_copy_texture() argument 1108 dsty, src_view, src_sample, srcbox, 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 …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 51 GLint dstx, GLint dsty, in regions_overlap() argument 60 else if (srcy < dsty) { /* this is OK */ in regions_overlap() 63 else if (srcy > dsty + height) { in regions_overlap() 80 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) { in regions_overlap() 84 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) { in regions_overlap()
|
/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/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() 670 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument 727 dsty = util_format_get_nblocksy(orig_info[1].format, dsty); in r600_resource_copy_region() 771 util_blitter_copy_texture(rctx->blitter, dst, dst_level, ~0, dstx, dsty, dstz, in r600_resource_copy_region() 777 util_blitter_copy_texture(rctx->blitter, dst, dst_level, 1 << i, dstx, dsty, dstz, in r600_resource_copy_region()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1207 GLint dstx, GLint dsty) in copy_stencil_pixels() argument 1250 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels() 1257 usage, dstx, dsty, in copy_stencil_pixels() 1334 GLint dstx, GLint dsty, GLenum type) in blit_copy_pixels() argument 1376 drawY = dsty + pack.SkipRows; in blit_copy_pixels() 1417 GLint dstx, GLint dsty, GLenum type) in st_CopyPixels() argument 1439 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1446 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels() 1450 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels() [all …]
|
/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
|