Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
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()
80 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
91 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
106 dstSubResource = dst_face * (dst_tex->last_level + 1) + dst_level; in copy_region_vgpu10()
132 struct pipe_resource *dst_tex, unsigned dst_level, in copy_region_fallback() argument
140 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx, in copy_region_fallback()
715 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
727 if (dst_tex->target == PIPE_BUFFER && src_tex->target == PIPE_BUFFER) { in svga_resource_copy_region()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c210 struct i915_texture *dst_tex = i915_texture(dst); in i915_surface_copy_blitter() local
212 struct pipe_resource *dpt = &dst_tex->b.b; in i915_surface_copy_blitter()
228 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz); in i915_surface_copy_blitter()
244 (unsigned short) dst_tex->stride, dst_tex->buffer, dst_offset, in i915_surface_copy_blitter()