Lines Matching defs:src
169 (void *dst, void *src, \
179 pixel_t *source = src + (src_y * src_stride); \
210 uint8_t *source = src + source_start + sizeof(pixel_t) * src_x; \
246 panfrost_access_tiled_image_generic(void *dst, void *src,
275 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - orig_x) * (bpp / 8)))
278 panfrost_access_tiled_image(void *dst, void *src,
298 panfrost_access_tiled_image_generic(dst, (void *) src,
317 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
332 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, last_full_tile_y),
343 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
358 panfrost_access_tiled_image_generic(dst, OFFSET(src, last_full_tile_x, y),
366 panfrost_access_tiled_image_uint8_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
368 panfrost_access_tiled_image_uint16_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
370 panfrost_access_tiled_image_uint32_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
372 panfrost_access_tiled_image_uint64_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
374 panfrost_access_tiled_image_pan_uint128_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
383 panfrost_store_tiled_image(void *dst, const void *src,
390 panfrost_access_tiled_image(dst, (void *) src,
396 panfrost_load_tiled_image(void *dst, const void *src,
403 panfrost_access_tiled_image((void *) src, dst,