Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c552 int dst_x, int dst_y, int dst_z, in fallback_copy_image() argument
594 st->ctx, dst_image, dst_z, in fallback_copy_image()
598 dst = pipe_texture_map(st->pipe, dst_res, 0, dst_z, in fallback_copy_image()
625 st_UnmapTextureImage(st->ctx, dst_image, dst_z); in fallback_copy_image()
644 int dst_x, int dst_y, int dst_z, in st_CopyImageSubData() argument
652 int orig_src_z = src_z, orig_dst_z = dst_z; in st_CopyImageSubData()
677 dst_z += dst_image->Face; in st_CopyImageSubData()
680 dst_z += dst_image->TexObject->Attrib.MinLayer; in st_CopyImageSubData()
695 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
Dst_cb_copyimage.h35 int dst_x, int dst_y, int dst_z,
/third_party/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.c7133 struct tgsi_full_dst_register dst_z = in emit_dst() local
7137 &dst_z, &s0_zzzz, NULL, NULL, in emit_dst()
7294 struct tgsi_full_dst_register dst_z = in emit_exp() local
7297 emit_instruction_opn(emit, VGPU10_OPCODE_EXP, &dst_z, &src_xxxx, in emit_exp()
7526 struct tgsi_full_dst_register dst_z = in emit_lit() local
7577 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &dst_z, in emit_lit()
7644 struct tgsi_full_dst_register dst_z = in emit_log() local
7648 &dst_z, &tmp_src, NULL, NULL, in emit_log()
/third_party/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()
205 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument
234 dst_box.z = dst_z; in util_resource_copy_region()
Du_blitter.c1899 int dst_z; in do_blits() local
1900 for (dst_z = 0; dst_z < dstbox->depth; dst_z++) { in do_blits()
1931 float src_z = dst_z * src_z_step + depth_center_offset; in do_blits()
1996 if (dst_z < dstbox->depth-1) { in do_blits()
1999 if (dst_z) { in do_blits()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c187 const struct pan_image_view *dst_z; member
202 if (views->dst_z && views->dst_z->image->layout.nr_samples > 1) in pan_blitter_is_ms()
238 UNUSED bool zs = (views->dst_z || views->dst_s); in pan_blitter_emit_rsd()
248 cfg.multisample_misc.depth_write_mask = views->dst_z != NULL; in pan_blitter_emit_rsd()
656 assert(views->dst_z); in pan_blitter_get_key()
660 key.surfaces[0].dst_samples = views->dst_z->image->layout.nr_samples; in pan_blitter_get_key()
706 assert(views->dst_z); in pan_blitter_get_rsd()
707 rsd_key.z.format = views->dst_z->format; in pan_blitter_get_rsd()
784 views.dst_z = dst_view; in pan_blit_get_rsd()
812 views.src_z = views.dst_z = fb->zs.view.zs; in pan_preload_get_views()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c238 unsigned dst_z, in crocus_emit_blt() argument
278 crocus_resource_get_image_offset(dst, dst_level, dst_z, &dst_image_x, in crocus_emit_blt()
Dcrocus_blit.c611 unsigned dst_z = info->dst.box.z + slice; in crocus_blit() local
620 &dst_surf, info->dst.level, dst_z, in crocus_blit()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c534 unsigned dst_z = info->dst.box.z + slice; in iris_blit() local
544 &dst_surf, info->dst.level, dst_z, in iris_blit()
/third_party/openGLES/extensions/NV/
DNV_copy_image.txt226 4 INT32 dst_z
248 4 INT32 dst_z
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_copy_image.txt226 4 INT32 dst_z
248 4 INT32 dst_z
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2855 unsigned dst_z, in r600_dma_copy_tile() argument
2897 addr += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in r600_dma_copy_tile()
2913 z = dst_z; in r600_dma_copy_tile()
2967 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in r600_dma_copy() local
3022 dst_offset += (uint64_t)rdst->surface.u.legacy.level[dst_level].slice_size_dw * 4 * dst_z; in r600_dma_copy()
3031 if (!r600_dma_copy_tile(rctx, dst, dst_level, dst_x, dst_y, dst_z, in r600_dma_copy()
Dr600_pipe_common.h580 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()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp1015 UINT dst_x, dst_y, dst_z; member
1033 ctx->cmdlist->CopyTextureRegion(&info.dst_loc, info.dst_x, info.dst_y, info.dst_z, in copy_texture_region()
1069 copy_info.dst_z = res->base.b.target == PIPE_TEXTURE_CUBE ? 0 : dest_z; in transfer_buf_to_image_part()
1118 copy_info.dst_x = copy_info.dst_y = copy_info.dst_z = 0; in transfer_image_part_to_buf()
/third_party/mesa3d/src/util/format/
Du_format.c870 unsigned dst_z, in util_format_translate_3d() argument
883 dst_layer += dst_z * dst_slice_stride; in util_format_translate_3d()
Du_format.h1640 unsigned dst_z,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c991 struct pipe_resource *dst, unsigned dst_level, unsigned dst_z, in si_do_CB_resolve() argument
999 util_blitter_custom_resolve_color(sctx->blitter, dst, dst_level, dst_z, info->src.resource, in si_do_CB_resolve()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c744 unsigned dst_z = dst_start + i; in blit_image() local
749 &dst, dst_res->mipLevel, dst_z, in blit_image()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c1767 uint32_t dst_z = region.dstOffset.z, src_z = region.srcOffset.z; in dzn_cmd_buffer_copy_img_chunk() local
1783 dst_z += l; in dzn_cmd_buffer_copy_img_chunk()
1805 dst_z, &src_loc, in dzn_cmd_buffer_copy_img_chunk()
1869 dst_z, in dzn_cmd_buffer_copy_img_chunk()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2314 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_depth_box() argument
2322 dst += dst_z * dst_slice_stride; in copy_depth_box()