Home | History | Annotate | Download | only in util

Lines Matching defs:src_stride

79                   const void *src, int src_stride)
84 if (src_stride == 0)
85 src_stride = util_format_get_stride(format, w);
95 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
502 unsigned src_stride = w * 4;
515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
518 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
522 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
526 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
529 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
532 /*z32f_s8x24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
536 p, src_stride * sizeof(float),
553 unsigned src_stride = w * 4;
565 p, src_stride * sizeof(float),
581 unsigned src_stride = w * 4;
593 p, src_stride * sizeof(float),