Lines Matching defs:OFFSET
289 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - orig_x) * (bpp / 8)))
323 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
338 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, last_full_tile_y),
349 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, y),
364 panfrost_access_tiled_image_generic(dst, OFFSET(src, last_full_tile_x, y),
372 panfrost_access_tiled_image_uint8_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
374 panfrost_access_tiled_image_uint16_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
376 panfrost_access_tiled_image_uint32_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
378 panfrost_access_tiled_image_uint64_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);
380 panfrost_access_tiled_image_pan_uint128_t(dst, OFFSET(src, x, y), x, y, w, h, dst_stride, src_stride, is_store);