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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, argument
59 blit->dst.format = dst_tex->format;
65 blit->dst.resource = dst_tex;
125 struct pipe_resource *dst_tex,
134 dtex = svga_texture(dst_tex);
139 dstSubResource = dst_layer_face * (dst_tex->last_level + 1) + dst_level;
160 struct pipe_resource *dst_tex, unsigned dst_level,
168 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx,
823 struct pipe_resource *dst_tex,
835 if (dst_tex
122 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) argument
159 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) argument
822 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) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, argument
59 blit->dst.format = dst_tex->format;
65 blit->dst.resource = dst_tex;
117 struct pipe_resource *dst_tex,
126 dtex = svga_texture(dst_tex);
131 dstSubResource = dst_layer_face * (dst_tex->last_level + 1) + dst_level;
152 struct pipe_resource *dst_tex, unsigned dst_level,
160 util_resource_copy_region(&svga->pipe, dst_tex, dst_level, dstx,
817 struct pipe_resource *dst_tex,
829 if (dst_tex
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) 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) argument
816 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) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c210 struct i915_texture *dst_tex = i915_texture(dst); local in function:i915_surface_copy_blitter
212 struct pipe_resource *dpt = &dst_tex->b.b;
228 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
244 (unsigned short) dst_tex->stride, dst_tex->buffer, dst_offset,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c208 struct i915_texture *dst_tex = i915_texture(dst); local in function:i915_surface_copy_blitter
210 struct pipe_resource *dpt = &dst_tex->b;
218 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
247 (unsigned short)dst_tex->stride, dst_tex->buffer, dst_offset,

Completed in 5 milliseconds