Lines Matching refs:dsty
42 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy_ms() argument
49 dst_box.y = dsty; in lp_resource_copy_ms()
87 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy() argument
107 lp_resource_copy_ms(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
111 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
305 unsigned dstx, unsigned dsty, in llvmpipe_clear_render_target() argument
316 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_render_target()
327 dstx, dsty, width, height); in llvmpipe_clear_render_target()
373 unsigned dstx, unsigned dsty, in llvmpipe_clear_depth_stencil() argument
385 u_box_2d(dstx, dsty, width, height, &box); in llvmpipe_clear_depth_stencil()
397 dstx, dsty, width, height); in llvmpipe_clear_depth_stencil()