Home
last modified time | relevance | path

Searched refs:dst_level (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c55 struct pipe_resource *dst, unsigned dst_level, 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()
159 dst_level, in lp_resource_copy()
164 llvmpipe_resource_stride(&dst_tex->base, dst_level), in lp_resource_copy()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c40 unsigned dst_level, in svga_surface_copy() argument
60 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz, in svga_surface_copy()
74 dst_level, dst_box->z, dst_box->z, in svga_surface_copy()
145 dst_level, dst_face, in svga_surface_copy()
Dsvga_surface.h83 unsigned dst_level, unsigned dst_face,
Dsvga_surface.c51 unsigned dst_level, unsigned dst_face, in svga_texture_copy_handle() argument
66 dst.real_level = dst_level; in svga_texture_copy_handle()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c48 struct pipe_resource *dst, unsigned dst_level, 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()
164 struct pipe_resource *dst, unsigned dst_level, in i915_surface_copy_blitter() argument
177 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, 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/
Dr600_blit.c243 unsigned dst_level, 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()
320 unsigned dst_level, in r600_resource_copy_region() argument
336 util_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_resource_copy_region()
360 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region()
367 r600_hw_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, in r600_resource_copy_region()
374 r600_reset_blittable_to_compressed(dst, dst_level, &orig_info[1]); in r600_resource_copy_region()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.h42 unsigned dst_level, unsigned dst_layer,
304 unsigned dst_level, unsigned dst_layer,
Dbrw_blorp_blit.cpp128 unsigned dst_level, unsigned dst_layer, in brw_blorp_blit_miptrees() argument
136 dst_mt, dst_level, dst_layer, in brw_blorp_blit_miptrees()
1635 unsigned dst_level, unsigned dst_layer, in brw_blorp_blit_params() argument
1642 dst.set(brw, dst_mt, dst_level, dst_layer); in brw_blorp_blit_params()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c669 unsigned dst_level, in r600_resource_copy_region() argument
723 r600_compressed_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region()
733 r600_subsampled_2x1_32bpp_to_blittable(dst, dst_level, &orig_info[1]); in r600_resource_copy_region()
748 r600_change_format(dst, dst_level, &orig_info[1], in r600_resource_copy_region()
754 r600_change_format(dst, dst_level, &orig_info[1], 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()
787 r600_reset_blittable_to_orig(dst, dst_level, &orig_info[1]); in r600_resource_copy_region()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.h62 unsigned dst_level,
Du_blitter.h202 unsigned dst_level, unsigned dst_sample_mask,
328 unsigned dst_level,
Du_surface.c149 unsigned dst_level, in util_resource_copy_region() argument
181 dst_level, in util_resource_copy_region()
Du_blitter.c1084 unsigned dst_level, unsigned dst_sample_mask, in util_blitter_copy_texture() argument
1099 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, srcbox); in util_blitter_copy_texture()
1506 unsigned dst_level, in util_blitter_custom_resolve_color() argument
1531 surf_tmpl.u.tex.level = dst_level; in util_blitter_custom_resolve_color()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c449 unsigned dst_level, 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/drivers/nv30/
Dnv30_resource.h63 struct pipe_resource *dst, unsigned dst_level,
Dnv30_miptree.c124 struct pipe_resource *dstres, unsigned dst_level, 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/
Dnv50_surface.c140 struct nv50_miptree *dst, unsigned dst_level, in nv50_2d_texture_do_copy() argument
158 ret = nv50_2d_texture_set(push, 1, dst, dst_level, dz); in nv50_2d_texture_do_copy()
194 struct pipe_resource *dst, unsigned dst_level, in nv50_resource_copy_region() argument
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()
257 nv50_miptree(dst), dst_level, in nv50_resource_copy_region()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c147 struct nv50_miptree *dst, unsigned dst_level, in nvc0_2d_texture_do_copy() argument
165 ret = nvc0_2d_texture_set(push, TRUE, dst, dst_level, dz); in nvc0_2d_texture_do_copy()
201 struct pipe_resource *dst, unsigned dst_level, in nvc0_resource_copy_region() argument
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()
263 nv50_miptree(dst), dst_level, in nvc0_resource_copy_region()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h294 unsigned dst_level,
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1551 unsigned dst_level = d3d11_subresource_to_level(dst->resource, dst_subresource); in CopySubresourceRegion() local
1560 dst->resource, dst_level, dst_x, dst_y, dst_z, in CopySubresourceRegion()
1599 unsigned dst_level = d3d11_subresource_to_level(dst->resource, dst_subresource); in UpdateSubresource() local
1601 pipe_box box = d3d11_to_pipe_box(dst->resource, dst_level, pDstBox); in UpdateSubresource()
1603 …pipe->transfer_inline_write(pipe, dst->resource, dst_level, PIPE_TRANSFER_WRITE, &box, pSrcData, s… in UpdateSubresource()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c235 unsigned dst_level, in noop_resource_copy_region() argument
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1197 unsigned dst_level, in trace_context_resource_copy_region() argument
1213 trace_dump_arg(uint, dst_level); in trace_context_resource_copy_region()
1222 dst, dst_level, dstx, dsty, dstz, in trace_context_resource_copy_region()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c681 unsigned dst_level, in galahad_context_resource_copy_region() argument
715 dst_level, in galahad_context_resource_copy_region()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c609 unsigned dst_level, in identity_resource_copy_region() argument
626 dst_level, in identity_resource_copy_region()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c845 unsigned dst_level, in rbug_resource_copy_region() argument
863 dst_level, in rbug_resource_copy_region()