Home | History | Annotate | Download | only in util

Lines Matching defs:src_stride

70                   const void *src, int src_stride)
74 if (src_stride == 0)
75 src_stride = util_format_get_stride(format, w);
80 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
485 unsigned src_stride = w * 4;
498 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
501 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
505 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
509 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
512 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
515 /*z32f_s8x24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
519 p, src_stride * sizeof(float),
536 unsigned src_stride = w * 4;
548 p, src_stride * sizeof(float),
564 unsigned src_stride = w * 4;
576 p, src_stride * sizeof(float),