Home
last modified time | relevance | path

Searched refs:dst_tex (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10()
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
131 dstSubResource = dst_layer_face * (dst_tex->last_level + 1) + dst_level; in copy_region_vgpu10()
152 struct pipe_resource *dst_tex, unsigned dst_level, in copy_region_fallback()
160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
786 struct svga_texture *dst_tex = svga_texture(blit->dst.resource); in try_resolve_copy() local
790 src_tex->key.format, dst_tex in try_resolve_copy()
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
151 copy_region_fallback(struct svga_context *svga, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) copy_region_fallback() argument
891 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) svga_resource_copy_region() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c208 struct i915_texture *dst_tex = i915_texture(dst); in i915_surface_copy_blitter() local
210 struct pipe_resource *dpt = &dst_tex->b; in i915_surface_copy_blitter()
218 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz); in i915_surface_copy_blitter()
247 (unsigned short)dst_tex->stride, dst_tex->buffer, dst_offset, in i915_surface_copy_blitter()

Completed in 2 milliseconds