Home | History | Annotate | Download | only in ilo

Lines Matching refs:dstx

38                          unsigned dstx, unsigned dsty, unsigned dstz,
46 dst, dst_level, dstx, dsty, dstz,
51 dst, dst_level, dstx, dsty, dstz,
56 dstx, dsty, dstz, src, src_level, src_box);
85 unsigned dstx, unsigned dsty,
91 if (!width || !height || dstx >= dst->width || dsty >= dst->height)
94 if (dstx + width > dst->width)
95 width = dst->width - dstx;
100 dst, color, dstx, dsty, width, height))
104 dst, color, dstx, dsty, width, height);
113 unsigned dstx, unsigned dsty,
119 if (!width || !height || dstx >= dst->width || dsty >= dst->height)
122 if (dstx + width > dst->width)
123 width = dst->width - dstx;
128 dst, clear_flags, depth, stencil, dstx, dsty, width, height))
132 dst, clear_flags, depth, stencil, dstx, dsty, width, height);