Lines Matching defs:dstx
42 unsigned dstx, unsigned dsty, unsigned dstz,
48 dst_box.x = dstx;
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,
325 width = MIN2(width, dst->texture->width0 - dstx);
330 u_box_2d(dstx, dsty, width, height, &box);
341 dstx, dsty, width, height);
387 unsigned dstx, unsigned dsty,
396 width = MIN2(width, dst->texture->width0 - dstx);
402 u_box_2d(dstx, dsty, width, height, &box);
414 dstx, dsty, width, height);