Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c256 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/
Dcik_sdma.c141 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 …]
Dsi_test_dma.c306 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()
Dsi_dma.c221 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/
Di915_surface.c80 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/
Dfreedreno_blitter.c38 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()
Dfreedreno_resource.c948 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/
Dr600_test_dma.c306 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()
Dr600_blit.c673 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/
Detnaviv_clear_blit.c112 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/
Dsvga_pipe_blit.c133 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/
Dvolume9.c417 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()
Dvolume9.h90 unsigned dstx, unsigned dsty, unsigned dstz,
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c41 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/
Dnv30_resource.h64 unsigned dstx, unsigned dsty, unsigned dstz,
Dnv30_miptree.c126 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/
Dr300_blit.c534 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/
Du_blitter.h230 unsigned dstx, unsigned dsty, unsigned dstz,
280 unsigned dstz);
Du_surface.c421 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/
Dvirgl_texture.c34 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()
Dvirgl_encode.h220 unsigned dstx, unsigned dsty, unsigned dstz,
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h86 unsigned dstx, dsty, dstz; member
/external/virglrenderer/tests/
Dtestvirgl_encode.h209 unsigned dstx, unsigned dsty, unsigned dstz,
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h283 unsigned dstx, unsigned dsty, unsigned dstz,
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp245 unsigned dstz, in swr_resource_copy() argument
263 pipe, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box); in swr_resource_copy()

123