Lines Matching refs:dsty
76 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_render() argument
116 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render()
133 unsigned dstx, unsigned dsty, unsigned width, in i915_clear_render_target_render() argument
151 i915_clear_emit(pipe, PIPE_CLEAR_COLOR, color, 0.0, 0x0, dstx, dsty, width, in i915_clear_render_target_render()
163 unsigned dsty, unsigned width, unsigned height, in i915_clear_depth_stencil_render() argument
181 stencil, dstx, dsty, width, height); in i915_clear_depth_stencil_render()
197 unsigned dst_level, unsigned dstx, unsigned dsty, in i915_surface_copy_blitter() argument
203 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_blitter()
232 dsty /= block_height; in i915_surface_copy_blitter()
248 (short)srcx, (short)srcy, (short)dstx, (short)dsty, in i915_surface_copy_blitter()
288 unsigned dstx, unsigned dsty, unsigned width, in i915_clear_render_target_blitter() argument
304 (short)dsty, (short)width, (short)height, uc.ui[0]); in i915_clear_render_target_blitter()
311 unsigned dsty, unsigned width, unsigned height, in i915_clear_depth_stencil_blitter() argument
337 (short)dstx, (short)dsty, (short)width, (short)height, in i915_clear_depth_stencil_blitter()