Home
last modified time | relevance | path

Searched defs:dst_z (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c233 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 Dcrocus_blit.c611 unsigned dst_z = info->dst.box.z + slice; in crocus_blit() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c48 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 Dsvga_pipe_blit.c461 unsigned src_layer_face, src_z, dst_layer_face, dst_z; in try_copy_region() local
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 Dsvga_tgsi_vgpu10.c7133 struct tgsi_full_dst_register dst_z = in emit_dst() local
7294 struct tgsi_full_dst_register dst_z = in emit_exp() local
7526 struct tgsi_full_dst_register dst_z = in emit_lit() local
7644 struct tgsi_full_dst_register dst_z = in emit_log() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c549 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
/third_party/mesa3d/src/util/format/
H A Du_format.c866 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
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c65 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 Du_blitter.c1899 int dst_z; in do_blits() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c990 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/gallium/drivers/iris/
H A Diris_blit.c534 unsigned dst_z = info->dst.box.z + slice; in iris_blit() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c744 unsigned dst_z = dst_start + i; in blit_image() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1015 UINT dst_x, dst_y, dst_z; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c187 const struct pan_image_view *dst_z; member
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2967 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in r600_dma_copy() local
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 Devergreen_state.c3899 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; in evergreen_dma_copy() local
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/frontends/lavapipe/
H A Dlvp_execute.c2311 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
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1767 uint32_t dst_z = region.dstOffset.z, src_z = region.srcOffset.z; in dzn_cmd_buffer_copy_img_chunk() local

Completed in 59 milliseconds