/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_copyimage.c | 552 int dst_x, int dst_y, int dst_z, in fallback_copy_image() 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() 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() 549 fallback_copy_image(struct st_context *st, struct gl_texture_image *dst_image, struct pipe_resource *dst_res, int dst_x, int dst_y, int dst_z, struct gl_texture_image *src_image, struct pipe_resource *src_res, int src_x, int src_y, int src_z, int src_w, int src_h) fallback_copy_image() argument 638 st_CopyImageSubData(struct gl_context *ctx, struct gl_texture_image *src_image, struct gl_renderbuffer *src_renderbuffer, int src_x, int src_y, int src_z, struct gl_texture_image *dst_image, struct gl_renderbuffer *dst_renderbuffer, int dst_x, int dst_y, int dst_z, int src_width, int src_height) st_CopyImageSubData() argument
|
H A D | st_cb_copyimage.h | 35 int dst_x, int dst_y, int dst_z,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 50 unsigned dst_z, in build_blit_info() 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() 96 box.z = dst_z; in intra_surface_copy() 118 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_region_vgpu10() 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() 46 build_blit_info(struct pipe_resource *dst_tex, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box, struct pipe_blit_info *blit) build_blit_info() argument 77 intra_surface_copy(struct svga_context *svga, struct pipe_resource *tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned level, unsigned layer_face, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) intra_surface_copy() argument 114 copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer_face, struct pipe_resource *dst_tex, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer_face, unsigned width, unsigned height, unsigned depth) copy_region_vgpu10() argument [all...] |
H A D | svga_surface.h | 115 unsigned dst_x, unsigned dst_y, unsigned dst_z, 124 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
H A D | svga_surface.c | 54 unsigned dst_x, unsigned dst_y, unsigned dst_z, in svga_texture_copy_region() 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() 104 box.z = dst_z; in svga_texture_copy_handle() 115 dst_handle, dst_level, dst_x, dst_y, dst_z); in svga_texture_copy_handle() 48 svga_texture_copy_region(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned srcSubResource, unsigned src_x, unsigned src_y, unsigned src_z, struct svga_winsys_surface *dst_handle, unsigned dstSubResource, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) svga_texture_copy_region() argument 78 svga_texture_copy_handle(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer, unsigned width, unsigned height, unsigned depth) svga_texture_copy_handle() argument
|
H A D | svga_tgsi_vgpu10.c | 7133 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/ |
H A D | u_surface.h | 51 unsigned dst_x, unsigned dst_y, unsigned dst_z, 80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
H A D | u_surface.c | 68 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_copy_box() 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() 234 dst_box.z = dst_z; in util_resource_copy_region() 65 util_copy_box(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) util_copy_box() argument 202 util_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box_in) util_resource_copy_region() argument
|
H A D | u_blitter.c | 1899 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/ |
H A D | pan_blitter.c | 187 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 in pan_blit_get_rsd() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blt.c | 238 unsigned dst_z, in crocus_emit_blt() 278 crocus_resource_get_image_offset(dst, dst_level, dst_z, &dst_image_x, in crocus_emit_blt() 233 crocus_emit_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned src_level, const struct pipe_box *src_box) crocus_emit_blt() argument
|
H A D | crocus_blit.c | 611 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/ |
H A D | iris_blit.c | 534 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/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 2855 unsigned dst_z, in r600_dma_copy_tile() 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() 2850 r600_dma_copy_tile(struct r600_context *rctx, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, unsigned src_x, unsigned src_y, unsigned src_z, unsigned copy_height, unsigned pitch, unsigned bpp) r600_dma_copy_tile() argument
|
H A D | r600_pipe_common.h | 580 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
H A D | evergreen_state.c | 3769 unsigned dst_z, in evergreen_dma_copy_tile() 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() 3764 evergreen_dma_copy_tile(struct r600_context *rctx, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, unsigned src_x, unsigned src_y, unsigned src_z, unsigned copy_height, unsigned pitch, unsigned bpp) evergreen_dma_copy_tile() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 1015 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/ |
H A D | u_format.c | 870 unsigned dst_z, in util_format_translate_3d() 883 dst_layer += dst_z * dst_slice_stride; in util_format_translate_3d() 866 util_format_translate_3d(enum pipe_format dst_format, void *dst, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, enum pipe_format src_format, const void *src, unsigned src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z, unsigned width, unsigned height, unsigned depth) util_format_translate_3d() argument
|
H A D | u_format.h | 1640 unsigned dst_z,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 991 struct pipe_resource *dst, unsigned dst_level, unsigned dst_z, in si_do_CB_resolve() 999 util_blitter_custom_resolve_color(sctx->blitter, dst, dst_level, dst_z, info->src.resource, in si_do_CB_resolve() 990 si_do_CB_resolve(struct si_context *sctx, const struct pipe_blit_info *info, struct pipe_resource *dst, unsigned dst_level, unsigned dst_z, enum pipe_format format) si_do_CB_resolve() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 744 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/ |
H A D | dzn_cmd_buffer.c | 1767 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/ |
H A D | lvp_execute.c | 2314 unsigned dst_x, unsigned dst_y, unsigned dst_z, in copy_depth_box() 2322 dst += dst_z * dst_slice_stride; in copy_depth_box() 2311 copy_depth_box(ubyte *dst, enum pipe_format dst_format, unsigned dst_stride, unsigned dst_slice_stride, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth, const ubyte * src, enum pipe_format src_format, int src_stride, unsigned src_slice_stride, unsigned src_x, unsigned src_y, unsigned src_z) copy_depth_box() argument
|