/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_blit.c | 38 unsigned dstx, unsigned dsty, unsigned dstz, in ilo_resource_copy_region() argument 46 dst, dst_level, dstx, dsty, dstz, in ilo_resource_copy_region() 51 dst, dst_level, dstx, dsty, dstz, in ilo_resource_copy_region() 56 dstx, dsty, dstz, src, src_level, src_box); in ilo_resource_copy_region() 85 unsigned dstx, unsigned dsty, in ilo_clear_render_target() argument 91 if (!width || !height || dstx >= dst->width || dsty >= dst->height) in ilo_clear_render_target() 96 if (dsty + height > dst->height) in ilo_clear_render_target() 97 height = dst->height - dsty; in ilo_clear_render_target() 100 dst, color, dstx, dsty, width, height)) in ilo_clear_render_target() 104 dst, color, dstx, dsty, width, height); in ilo_clear_render_target() [all …]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_tiling.c | 40 unsigned dsty = basey + srcy; \ 41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \ 42 (dsty % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \ 54 for (unsigned dsty = 0; dsty < height; ++dsty) { \ 55 unsigned srcy = basey + dsty; \ 60 ((type *)dest)[dsty * dst_stride + dstx] = \
|
D | etnaviv_clear_blit.c | 252 unsigned dsty, unsigned width, unsigned height, in etna_clear_render_target() argument 260 util_blitter_clear_render_target(ctx->blitter, dst, color, dstx, dsty, width, height); in etna_clear_render_target() 266 unsigned dstx, unsigned dsty, unsigned width, in etna_clear_depth_stencil() argument 275 stencil, dstx, dsty, width, height); in etna_clear_depth_stencil() 280 unsigned dst_level, unsigned dstx, unsigned dsty, in etna_resource_copy_region() argument 302 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, in etna_resource_copy_region() 305 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 80 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() argument 118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render() 128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render() 136 unsigned dstx, unsigned dsty, in i915_clear_render_target_render() argument 156 dstx, dsty, width, height); in i915_clear_render_target_render() 169 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_render() argument 189 dstx, dsty, width, height); in i915_clear_depth_stencil_render() 206 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_blitter() argument 218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_blitter() 245 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty, in i915_surface_copy_blitter() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 256 unsigned dstx, unsigned dsty, unsigned dstz, in blit() argument 271 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, in blit() 283 unsigned dstx, unsigned dsty, unsigned dstz, in swizzled_copy() argument 333 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz, in swizzled_copy() 401 unsigned dstx, unsigned dsty, unsigned dstz, in handle_complex_copy() argument 430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 454 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0, in handle_complex_copy() 463 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 478 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp, in handle_complex_copy() [all …]
|
D | st_cb_drawpixels.c | 1191 GLint dstx, GLint dsty) in copy_stencil_pixels() argument 1234 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels() 1245 usage, dstx, dsty, in copy_stencil_pixels() 1299 GLint dstx, GLint dsty, GLenum type) in blit_copy_pixels() argument 1343 drawY = dsty + pack.SkipRows; in blit_copy_pixels() 1423 GLint dstx, GLint dsty, GLenum type) in st_CopyPixels() argument 1447 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1448 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1454 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels() 1458 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 50 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 153 orig_dsty = dsty; in do_blit_copypixels() 156 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 160 srcy += dsty - orig_dsty; in do_blit_copypixels() 171 dsty += srcy - orig_srcy; in do_blit_copypixels() 177 dstx, dsty, _mesa_is_winsys_fbo(fb), in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 172 GLint dstx, GLint dsty, in do_blit_bitmap() argument 188 GLint orig_dsty = dsty; in do_blit_bitmap() 248 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 251 dsty = y_flip(fb, dsty, height); in do_blit_bitmap() 282 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap() 300 dsty + py, in do_blit_bitmap()
|
D | intel_tex_copy.c | 49 GLint dstx, GLint dsty, GLint slice, in intel_copy_texsubimage() argument 93 dstx, dsty, false, in intel_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 53 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument 151 orig_dsty = dsty; in do_blit_copypixels() 154 &dstx, &dsty, &width, &height)) in do_blit_copypixels() 158 srcy += dsty - orig_dsty; in do_blit_copypixels() 169 dsty += srcy - orig_srcy; in do_blit_copypixels() 175 dstx, dsty, _mesa_is_winsys_fbo(fb), in do_blit_copypixels()
|
D | intel_pixel_bitmap.c | 175 GLint dstx, GLint dsty, in do_blit_bitmap() argument 191 GLint orig_dsty = dsty; in do_blit_bitmap() 251 &dstx, &dsty, &width, &height)) in do_blit_bitmap() 254 dsty = y_flip(fb, dsty, height); in do_blit_bitmap() 280 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap() 298 dsty + py, in do_blit_bitmap()
|
D | intel_tex_copy.c | 51 GLint dstx, GLint dsty, GLint slice, in intel_copy_texsubimage() argument 72 dstx, dsty, false, in intel_copy_texsubimage()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 143 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument 192 if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty, in cik_sdma_copy_texture() 197 dsty /= rdst->surface.blk_h; in cik_sdma_copy_texture() 203 dsty >= (1 << 14) || in cik_sdma_copy_texture() 242 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture() 263 unsigned tiled_y = tiled == rsrc ? srcy : dsty; in cik_sdma_copy_texture() 264 unsigned linear_y = linear == rsrc ? srcy : dsty; in cik_sdma_copy_texture() 429 dsty % 8 == 0 && in cik_sdma_copy_texture() 459 dsty + copy_height == dst_height) in cik_sdma_copy_texture() 499 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture() [all …]
|
D | si_dma.c | 223 unsigned dstx, unsigned dsty, unsigned dstz, in si_dma_copy() argument 234 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in si_dma_copy() 261 !r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty, in si_dma_copy() 320 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in si_dma_copy()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 41 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy() argument 59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy() 192 unsigned dstx, unsigned dsty, in llvmpipe_clear_render_target() argument 202 dstx, dsty, width, height); in llvmpipe_clear_render_target() 212 unsigned dstx, unsigned dsty, in llvmpipe_clear_depth_stencil() argument 223 dstx, dsty, width, height); in llvmpipe_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 99 unsigned dstx, unsigned dsty, in softpipe_clear_render_target() argument 109 dstx, dsty, width, height); in softpipe_clear_render_target() 119 unsigned dstx, unsigned dsty, in softpipe_clear_depth_stencil() argument 130 dstx, dsty, width, height); in softpipe_clear_depth_stencil()
|
/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/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/gallium/drivers/radeon/ |
D | r600_test_dma.c | 315 int srcx, srcy, srcz, dstx, dsty, dstz; in r600_test_dma() local 326 srcx = srcy = srcz = dstx = dsty = dstz = 0; in r600_test_dma() 346 dsty = rand() % (tdst.height0 - height + 1) & ~0x7; in r600_test_dma() 358 dsty = rand() % (tdst.height0 - height + 1); in r600_test_dma() 373 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in r600_test_dma() 382 dstx, dsty, dstz, width, height, depth, in r600_test_dma()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 51 GLint dstx, GLint dsty, in regions_overlap() argument 57 dstx, dsty, dstx + width, dsty + height); in regions_overlap() 69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) { in regions_overlap() 73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) { in regions_overlap()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.h | 89 unsigned dstx, unsigned dsty, 98 unsigned dstx, unsigned dsty,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 119 unsigned dstx, unsigned dsty, unsigned dstz, in svga_resource_copy_region() argument 157 dsty, dstz, src_tex, src_level, src_box); in svga_resource_copy_region() 181 dstx, dsty, dst_z, in svga_resource_copy_region() 186 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region() 198 dstx, dsty, dst_z, in svga_resource_copy_region() 204 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
|
D | svga_pipe_clear.c | 497 unsigned dstx, unsigned dsty, in svga_blitter_clear_render_target() argument 504 dstx, dsty, width, height); in svga_blitter_clear_render_target() 563 unsigned dstx, unsigned dsty, in svga_clear_render_target() argument 570 if (!svga_have_vgpu10(svga) || dstx != 0 || dsty != 0 || in svga_clear_render_target() 572 svga_blitter_clear_render_target(svga, dst, color, dstx, dsty, width, in svga_clear_render_target()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 432 unsigned dstx, unsigned dsty, in r300_clear_render_target() argument 441 dstx, dsty, width, height); in r300_clear_render_target() 451 unsigned dstx, unsigned dsty, in r300_clear_depth_stencil() argument 469 dstx, dsty, width, height); in r300_clear_depth_stencil() 534 unsigned dstx, unsigned dsty, unsigned dstz, in r300_resource_copy_region() argument 555 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 639 dsty /= 4; in r300_resource_copy_region() 652 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region() 668 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 388 unsigned dstx, unsigned dsty, unsigned dstz, 423 unsigned dstx, unsigned dsty, 438 unsigned dstx, unsigned dsty,
|