Lines Matching refs:dsty
42 unsigned dstx, unsigned dsty, unsigned dstz,
49 dst_box.y = dsty;
87 unsigned dstx, unsigned dsty, unsigned dstz,
108 lp_resource_copy_ms(pipe, dst, dst_level, dstx, dsty, dstz,
112 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
316 unsigned dstx, unsigned dsty,
326 height = MIN2(height, dst->texture->height0 - dsty);
330 u_box_2d(dstx, dsty, width, height, &box);
341 dstx, dsty, width, height);
387 unsigned dstx, unsigned dsty,
397 height = MIN2(height, dst->texture->height0 - dsty);
402 u_box_2d(dstx, dsty, width, height, &box);
414 dstx, dsty, width, height);