/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() 78 dst, dst_level, dstz, in lp_resource_copy() 144 dstz, dst_level, in lp_resource_copy() 158 = llvmpipe_get_texture_image_address(dst_tex, dstz, 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() 131 dst_face = dstz; in svga_surface_copy() 137 dst_z = dstz; in svga_surface_copy()
|
/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() 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() 186 assert(dstz == 0); in i915_surface_copy_blitter() 187 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz); in i915_surface_copy_blitter()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 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() 367 r600_hw_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 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() 480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box); in r300_resource_copy_region() 563 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.h | 203 unsigned dstx, unsigned dsty, unsigned dstz, 245 unsigned dstz,
|
D | u_blitter.c | 968 boolean is_overlap(unsigned dstx, unsigned dsty, unsigned dstz, in is_overlap() argument 987 src.z < dstz+src.depth && src.z+src.depth > dstz; in is_overlap() 993 unsigned dstz, in util_blitter_default_dst_texture() argument 1005 dst_templ->u.tex.first_layer = dstz; in util_blitter_default_dst_texture() 1006 dst_templ->u.tex.last_layer = dstz + srcbox->depth - 1; in util_blitter_default_dst_texture() 1085 unsigned dstx, unsigned dsty, unsigned dstz, in util_blitter_copy_texture() argument 1099 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, srcbox); in util_blitter_copy_texture()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_resource.h | 64 unsigned dstx, unsigned dsty, unsigned dstz,
|
D | nv30_miptree.c | 125 unsigned dstx, unsigned dsty, unsigned dstz, in nv30_resource_copy_region() argument 133 util_resource_copy_region(pipe, dstres, dst_level, dstx, dsty, dstz, in nv30_resource_copy_region() 140 define_rect(dstres, dst_level, dstz, dstx, dsty, in nv30_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_surface.c | 195 unsigned dstx, unsigned dsty, unsigned dstz, in nv50_resource_copy_region() argument 202 unsigned dst_layer = dstz, src_layer = src_box->z; in nv50_resource_copy_region() 206 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in nv50_resource_copy_region() 226 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); in nv50_resource_copy_region() 255 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) { in nv50_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_surface.c | 202 unsigned dstx, unsigned dsty, unsigned dstz, in nvc0_resource_copy_region() argument 209 unsigned dst_layer = dstz, src_layer = src_box->z; in nvc0_resource_copy_region() 213 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in nvc0_resource_copy_region() 233 nv50_m2mf_rect_setup(&drect, dst, dst_level, dstx, dsty, dstz); in nvc0_resource_copy_region() 261 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) { in nvc0_resource_copy_region()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 295 unsigned dstx, unsigned dsty, unsigned dstz,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 670 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region() argument 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/gallium/drivers/noop/ |
D | noop_pipe.c | 236 unsigned dstx, unsigned dsty, unsigned dstz, in noop_resource_copy_region() argument
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1198 unsigned dstx, unsigned dsty, unsigned dstz, in trace_context_resource_copy_region() argument 1216 trace_dump_arg(uint, dstz); in trace_context_resource_copy_region() 1222 dst, dst_level, dstx, dsty, dstz, in trace_context_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 612 unsigned dstz, in identity_resource_copy_region() argument 629 dstz, in identity_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 684 unsigned dstz, in galahad_context_resource_copy_region() argument 718 dstz, in galahad_context_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 848 unsigned dstz, in rbug_resource_copy_region() argument 866 dstz, in rbug_resource_copy_region()
|