Home
last modified time | relevance | path

Searched refs:dst_z (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_copy_image.c42 int dst_x, int dst_y, int dst_z, unsigned dst_level, in copy_miptrees() argument
56 dst_mt, dst_level, dst_z, dst_x, dst_y, in copy_miptrees()
63 dst_mt, dst_level, dst_z, in copy_miptrees()
75 int dst_x, int dst_y, int dst_z, in intel_copy_image_sub_data() argument
105 dst_z = dst_image->Face; in intel_copy_image_sub_data()
107 dst_z += dst_image->TexObject->MinLayer; in intel_copy_image_sub_data()
116 dst_mt, dst_x, dst_y, dst_z, dst_level, in intel_copy_image_sub_data()
130 dst_mt->stencil_mt, dst_x, dst_y, dst_z, dst_level, in intel_copy_image_sub_data()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c541 int dst_x, int dst_y, int dst_z, in fallback_copy_image() argument
583 st->ctx, dst_image, dst_z, in fallback_copy_image()
587 dst = pipe_transfer_map(st->pipe, dst_res, 0, dst_z, in fallback_copy_image()
614 st->ctx->Driver.UnmapTextureImage(st->ctx, dst_image, dst_z); in fallback_copy_image()
633 int dst_x, int dst_y, int dst_z, in st_CopyImageSubData() argument
641 int orig_src_z = src_z, orig_dst_z = dst_z; in st_CopyImageSubData()
667 dst_z += dst_image->Face; in st_CopyImageSubData()
670 dst_z += dst_image->TexObject->MinLayer; in st_CopyImageSubData()
686 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c50 unsigned dst_z, in build_blit_info() argument
68 u_box_3d(dst_x, dst_y, dst_z, src_box->width, src_box->height, in build_blit_info()
80 unsigned dst_x, unsigned dst_y, unsigned dst_z, in intra_surface_copy() argument
96 box.z = dst_z; in intra_surface_copy()
118 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_region_vgpu10() argument
136 dst_x, dst_y, dst_z, in copy_region_vgpu10()
461 unsigned src_layer_face, src_z, dst_layer_face, dst_z; in try_copy_region() local
470 &dst_layer_face, &dst_z); in try_copy_region()
480 blit->dst.box.x, blit->dst.box.y, dst_z, in try_copy_region()
501 blit->dst.box.x, blit->dst.box.y, dst_z, in try_copy_region()
[all …]
Dsvga_surface.h115 unsigned dst_x, unsigned dst_y, unsigned dst_z,
124 unsigned dst_x, unsigned dst_y, unsigned dst_z,
Dsvga_surface.c54 unsigned dst_x, unsigned dst_y, unsigned dst_z, in svga_texture_copy_region() argument
63 box.z = dst_z; in svga_texture_copy_region()
83 unsigned dst_x, unsigned dst_y, unsigned dst_z, in svga_texture_copy_handle() argument
104 box.z = dst_z; in svga_texture_copy_handle()
Dsvga_tgsi_vgpu10.c6480 struct tgsi_full_dst_register dst_z = in emit_dst() local
6484 &dst_z, &s0_zzzz, NULL, NULL, in emit_dst()
6641 struct tgsi_full_dst_register dst_z = in emit_exp() local
6644 emit_instruction_opn(emit, VGPU10_OPCODE_EXP, &dst_z, &src_xxxx, in emit_exp()
6872 struct tgsi_full_dst_register dst_z = in emit_lit() local
6923 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &dst_z, in emit_lit()
6990 struct tgsi_full_dst_register dst_z = in emit_log() local
6994 &dst_z, &tmp_src, NULL, NULL, in emit_log()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.h57 unsigned dst_x, unsigned dst_y, unsigned dst_z,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
Du_surface.c121 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box() argument
128 dst += dst_z * dst_slice_stride; in util_copy_box()
249 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument
287 dst_box.z = dst_z; in util_resource_copy_region()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.h51 unsigned dst_x, unsigned dst_y, unsigned dst_z,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
Du_surface.c68 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box() argument
75 dst += dst_z * dst_slice_stride; in util_copy_box()
199 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument
228 dst_box.z = dst_z; in util_resource_copy_region()
Du_blitter.c1819 int dst_z; in do_blits() local
1820 for (dst_z = 0; dst_z < dstbox->depth; dst_z++) { in do_blits()
1851 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()
1895 if (dst_z < dstbox->depth-1) { in do_blits()
1898 if (dst_z) { in do_blits()
/external/virglrenderer/src/
Dvrend_blitter.c710 int dst_z; in vrend_renderer_blit_gl() local
778 for (dst_z = 0; dst_z < info->dst.box.depth; dst_z++) { in vrend_renderer_blit_gl()
782 float src_z = (dst_z + dst_offset) * dst2src_scale; in vrend_renderer_blit_gl()
783 uint32_t layer = (dst_res->target == GL_TEXTURE_CUBE_MAP) ? info->dst.box.z : dst_z; in vrend_renderer_blit_gl()
/external/mesa3d/src/util/format/
Du_format.c798 unsigned dst_z, in util_format_translate_3d() argument
811 dst_layer += dst_z * dst_slice_stride; in util_format_translate_3d()
Du_format.h1565 unsigned dst_z,
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c501 unsigned dst_z = info->dst.box.z + slice; in iris_blit() local
511 &dst_surf, info->dst.level, dst_z, in iris_blit()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2847 unsigned dst_z, in r600_dma_copy_tile() argument
2889 addr += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in r600_dma_copy_tile()
2905 z = dst_z; in r600_dma_copy_tile()
2959 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in r600_dma_copy() local
3014 dst_offset += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in r600_dma_copy()
3023 if (!r600_dma_copy_tile(rctx, dst, dst_level, dst_x, dst_y, dst_z, in r600_dma_copy()
Dr600_pipe_common.h581 unsigned dst_x, unsigned dst_y, unsigned dst_z,
Devergreen_state.c3769 unsigned dst_z, in evergreen_dma_copy_tile() argument
3818 addr += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in evergreen_dma_copy_tile()
3840 z = dst_z; in evergreen_dma_copy_tile()
3899 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in evergreen_dma_copy() local
3968 dst_offset += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in evergreen_dma_copy()
3973 evergreen_dma_copy_tile(rctx, dst, dst_level, dst_x, dst_y, dst_z, in evergreen_dma_copy()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c1006 struct pipe_resource *dst, unsigned dst_level, unsigned dst_z, in si_do_CB_resolve() argument
1014 util_blitter_custom_resolve_color(sctx->blitter, dst, dst_level, dst_z, info->src.resource, in si_do_CB_resolve()
Dsi_pipe.h1281 unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src,
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c856 unsigned dst_z = dst_start + i; in blit_image() local
861 &dst, dst_res->mipLevel, dst_z, in blit_image()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1487 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_depth_box() argument
1495 dst += dst_z * dst_slice_stride; in copy_depth_box()
/external/mesa3d/src/mesa/main/
Ddd.h299 int dst_x, int dst_y, int dst_z,