Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_blt.c238 struct ilo_texture *dst_tex, unsigned dst_level, in tex_clear_region() argument
253 if (dst_tex->image.tiling == GEN8_TILING_W || dst_tex->separate_s8) in tex_clear_region()
256 if (dst_tex->image.bo_stride > max_extent) in tex_clear_region()
262 dst.bo = dst_tex->vma.bo; in tex_clear_region()
263 dst.offset = dst_tex->vma.bo_offset; in tex_clear_region()
264 dst.pitch = dst_tex->image.bo_stride; in tex_clear_region()
265 dst.tiling = dst_tex->image.tiling; in tex_clear_region()
269 dst_tex->vma.bo, dst_tex->image.tiling, NULL, GEN6_TILING_NONE); in tex_clear_region()
274 ilo_image_get_slice_pos(&dst_tex->image, in tex_clear_region()
295 struct ilo_texture *dst_tex, in tex_copy_region() argument
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c48 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
59 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
72 dstSubResource = dst_face * (dst_tex->last_level + 1) + dst_level; in copy_region_vgpu10()
117 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
132 if (dst_tex->target == PIPE_BUFFER && src_tex->target == PIPE_BUFFER) { in svga_resource_copy_region()
134 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
138 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
141 dst_surf = svga_buffer_handle(svga, dst_tex); in svga_resource_copy_region()
156 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, in svga_resource_copy_region()
163 dtex = svga_texture(dst_tex); 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()