Searched defs:dst_tex (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 208 struct i915_texture *dst_tex = i915_texture(dst); in i915_surface_copy_blitter() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument 786 struct svga_texture *dst_tex = svga_texture(blit->dst.resource); in try_resolve_copy() local 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...] |
Completed in 3 milliseconds