Lines Matching defs:dst
52 void *dst, int dst_stride)
60 util_copy_rect(dst, pt->resource->format, dst_stride, 0, 0, w, h, src, pt->stride, x, y);
69 void *dst,
81 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
359 void *dst,
376 dst, pt->stride,
385 void *dst)
407 z16_get_tile_rgba((ushort *) packed, w, h, dst, dst_stride);
410 z32_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
414 s8z24_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
417 s8_get_tile_rgba((unsigned char *) packed, w, h, dst, dst_stride);
420 s8x24_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
424 z24s8_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
427 x24s8_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
430 z32f_get_tile_rgba((float *) packed, w, h, dst, dst_stride);
433 z32f_x24s8_get_tile_rgba((float *) packed, w, h, dst, dst_stride);
436 x32_s8_get_tile_rgba((unsigned *) packed, w, h, dst, dst_stride);
440 dst, dst_stride * sizeof(float),