/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 …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 141 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument 188 dst_slice_pitch * bpp * (dstz + src_box->depth) <= in cik_sdma_copy_texture() 195 dstz, rsrc, src_level, src_box)) in cik_sdma_copy_texture() 206 dstz >= (1 << 11)) in cik_sdma_copy_texture() 248 radeon_emit(cs, dstz | ((dst_pitch - 1) << 16)); in cik_sdma_copy_texture() 270 unsigned tiled_z = tiled == rsrc ? srcz : dstz; in cik_sdma_copy_texture() 271 unsigned linear_z = linear == rsrc ? srcz : dstz; in cik_sdma_copy_texture() 505 radeon_emit(cs, dstz | (dst_pitch_tile_max << 16)); in cik_sdma_copy_texture() 527 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy() argument 545 cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz, in cik_sdma_copy() [all …]
|
D | si_test_dma.c | 306 int srcx, srcy, srcz, dstx, dsty, dstz; in si_test_dma() local 317 srcx = srcy = srcz = dstx = dsty = dstz = 0; in si_test_dma() 322 dstz = rand() % (tdst.array_size - depth + 1); in si_test_dma() 364 sctx->b.dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in si_test_dma() 373 dstx, dsty, dstz, width, height, depth, in si_test_dma()
|
D | si_dma.c | 221 unsigned dstx, unsigned dsty, unsigned dstz, in si_dma_copy() argument 232 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in si_dma_copy() 262 dstz, rsrc, src_level, src_box)) 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/i915/ |
D | i915_surface.c | 80 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() argument 107 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render() 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() 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() 227 assert(dstz == 0); in i915_surface_copy_blitter() 228 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz); in i915_surface_copy_blitter()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 38 unsigned dstlevel, unsigned dstz) in default_dst_texture() argument 46 dst_templ->u.tex.first_layer = dstz; in default_dst_texture() 47 dst_templ->u.tex.last_layer = dstz; in default_dst_texture()
|
D | freedreno_resource.c | 948 unsigned dstx, unsigned dsty, unsigned dstz, in fd_blitter_pipe_copy_region() argument 963 dst, dst_level, dstx, dsty, dstz, in fd_blitter_pipe_copy_region() 979 unsigned dstx, unsigned dsty, unsigned dstz, in fd_resource_copy_region() argument 993 dst, dst_level, dstx, dsty, dstz, in fd_resource_copy_region() 999 dst, dst_level, dstx, dsty, dstz, in fd_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_test_dma.c | 306 int srcx, srcy, srcz, dstx, dsty, dstz; in r600_test_dma() local 317 srcx = srcy = srcz = dstx = dsty = dstz = 0; in r600_test_dma() 322 dstz = rand() % (tdst.array_size - depth + 1); in r600_test_dma() 364 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in r600_test_dma() 373 dstx, dsty, dstz, width, height, depth, in r600_test_dma()
|
D | r600_blit.c | 673 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument 712 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in r600_resource_copy_region() 806 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 112 unsigned dstz, struct pipe_resource *src, in etna_resource_copy_region() argument 131 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, in etna_resource_copy_region() 134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 133 unsigned dstx, unsigned dsty, unsigned dstz, in copy_region_fallback() argument 141 dsty, dstz, src_tex, src_level, src_box); in copy_region_fallback() 717 unsigned dstx, unsigned dsty, unsigned dstz, in svga_resource_copy_region() argument 753 dsty, dstz, src_tex, src_level, src_box); in svga_resource_copy_region() 758 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region() 776 copy_region_fallback(svga, dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volume9.c | 417 unsigned dstx, unsigned dsty, unsigned dstz, in NineVolume9_CopyMemToDefault() argument 425 This, From, dstx, dsty, dstz, pSrcBox); in NineVolume9_CopyMemToDefault() 432 dst_box.z = dstz; in NineVolume9_CopyMemToDefault() 465 dstx, dsty, dstz, in NineVolume9_CopyMemToDefault()
|
D | volume9.h | 90 unsigned dstx, unsigned dsty, unsigned dstz,
|
/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()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_resource.h | 64 unsigned dstx, unsigned dsty, unsigned dstz,
|
D | nv30_miptree.c | 126 unsigned dstx, unsigned dsty, unsigned dstz, in nv30_resource_copy_region() argument 142 define_rect(dstres, dst_level, dstz, dstx, dsty, in nv30_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 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() 569 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); 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/auxiliary/util/ |
D | u_blitter.h | 230 unsigned dstx, unsigned dsty, unsigned dstz, 280 unsigned dstz);
|
D | u_surface.c | 421 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_color_texture() argument 431 dstx, dsty, dstz, in util_clear_color_texture() 505 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_depth_stencil_texture() argument 525 dstx, dsty, dstz, in util_clear_depth_stencil_texture()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_texture.c | 34 unsigned dstx, unsigned dsty, unsigned dstz, in virgl_copy_region_with_blit() argument 51 blit.dst.box.z = dstz; in virgl_copy_region_with_blit()
|
D | virgl_encode.h | 220 unsigned dstx, unsigned dsty, unsigned dstz,
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_pipe.h | 86 unsigned dstx, dsty, dstz; member
|
/external/virglrenderer/tests/ |
D | testvirgl_encode.h | 209 unsigned dstx, unsigned dsty, unsigned dstz,
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 283 unsigned dstx, unsigned dsty, unsigned dstz,
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 245 unsigned dstz, in swr_resource_copy() argument 263 pipe, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box); in swr_resource_copy()
|