Lines Matching refs:dsty
80 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() argument
118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render()
136 unsigned dstx, unsigned dsty, in i915_clear_render_target_render() argument
156 dstx, dsty, width, height); in i915_clear_render_target_render()
169 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_render() argument
189 dstx, dsty, width, height); in i915_clear_depth_stencil_render()
206 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_blitter() argument
218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_blitter()
245 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty, in i915_surface_copy_blitter()
285 unsigned dstx, unsigned dsty, in i915_clear_render_target_blitter() argument
303 (short) dstx, (short) dsty, in i915_clear_render_target_blitter()
314 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_blitter() argument
343 (short) dstx, (short) dsty, in i915_clear_depth_stencil_blitter()