H A D | svga_pipe_blit.c | 46 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...] |